summaryrefslogtreecommitdiffstats
path: root/crates/printer/src/standard.rs
AgeCommit message (Expand)Author
2023-11-25log: add message when a binary file is skippedAndrew Gallant
2023-11-25printer: trim before applying max column windowingAndrew Gallant
2023-11-20cli: replace clap with lexopt and supporting codeAndrew Gallant
2023-10-09printer: hand-roll decimal formattingAndrew Gallant
2023-10-09crates: remove hard-coded linksAndrew Gallant
2023-09-25hyperlink: rejigger how hyperlinks workAndrew Gallant
2023-09-25printer: move PathPrinter into grep-printerAndrew Gallant
2023-09-25printer: clean-upAndrew Gallant
2023-09-25printer: add hyperlinksLucas Trzesniewski
2022-06-24doc: fix typosKian-Meng Ang
2021-06-01edition: run 'cargo fix --edition --edition-idioms --all'Andrew Gallant
2021-06-01edition: initial 'cargo fix --edition' runAndrew Gallant
2021-05-31printer: trim line terminator before finding submatchesAndrew Gallant
2021-05-31grep: fix bugs in handling multi-line look-aroundAndrew Gallant
2021-05-31printer: fix multi-line replacement bugAndrew Gallant
2021-05-31printer: vimgrep now only prints one lineAndrew Gallant
2021-05-31printer: fix context bug when --max-count is usedPen Tree
2021-05-31printer: fix \r\n line terminator handlingAndrew Gallant
2021-05-15printer: fix --vimgrep for multi-line modeAndrew Gallant
2020-11-02printer: tweak binary detection message formatAndrew Gallant
2020-02-17repo: move all source code in crates directoryAndrew Gallant