summaryrefslogtreecommitdiffstats
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* add option to prefix lines with the line numberJoursoir2023-03-041-2/+10
|
* print filenames if there're more than 1 filesJoursoir2023-03-041-3/+19
| | | | Also add option to suppress the printing of filenames
* accept only long option to print a help infoJoursoir2023-03-041-0/+5
|
* add option to select non-matching linesJoursoir2023-03-031-1/+7
|
* add option to match only whole wordsJoursoir2023-03-031-1/+5
|
* add option to ignore search string caseJoursoir2023-03-031-1/+8
|
* iterate over lines instead of reading all bytes into a StringJoursoir2023-03-021-4/+1
|
* accept multiple files and stdinJoursoir2023-03-021-6/+28
|
* initial commitJoursoir2023-03-011-0/+33