index
:
trgrep
master
Tiny Rust Grep
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
add an output comparison test
HEAD
master
Joursoir
2023-03-13
1
-0
/
+35
|
*
add sample files
Joursoir
2023-03-13
3
-0
/
+55
|
*
add option to count of the number of lines that match a pattern
Joursoir
2023-03-13
1
-0
/
+12
|
*
add option to display only the filenames of files that contain matches
Joursoir
2023-03-13
1
-1
/
+10
|
*
add option to prefix lines with the line number
Joursoir
2023-03-04
1
-2
/
+10
|
*
print filenames if there're more than 1 files
Joursoir
2023-03-04
1
-3
/
+19
|
|
|
|
Also add option to suppress the printing of filenames
*
accept only long option to print a help info
Joursoir
2023-03-04
1
-0
/
+5
|
*
add option to select non-matching lines
Joursoir
2023-03-03
1
-1
/
+7
|
*
add option to match only whole words
Joursoir
2023-03-03
2
-3
/
+11
|
*
add option to ignore search string case
Joursoir
2023-03-03
2
-1
/
+15
|
*
iterate over lines instead of reading all bytes into a String
Joursoir
2023-03-02
1
-4
/
+1
|
*
accept multiple files and stdin
Joursoir
2023-03-02
1
-6
/
+28
|
*
initial commit
Joursoir
2023-03-01
5
-0
/
+380