index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
grep.cpp
Age
Commit message (
Expand
)
Author
2021-11-13
Utilities/grep: Implement using multiple patterns
Tim Schumacher
2021-11-12
Utilities/grep: Implement line-counting mode
Tim Schumacher
2021-11-08
LibRegex: Don't push LibRegex's "Error" into the global namespace
Andreas Kling
2021-11-06
grep: Add ability to output line numbers
Ben Wiederhake
2021-11-06
grep: Simplify lambda signature for readability
Ben Wiederhake
2021-10-31
Utilities: Add option to suppress errors to grep
Marco Cutecchia
2021-10-31
Utilities: Add 'quiet' mode to grep
Marco Cutecchia
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-04
Utilities: Support grepping recursively from paths in the argument
Karol Kosek
2021-08-12
Utilities: Add option to control when to use colored output for grep
TheFightingCatfish
2021-07-10
grep: Use Basic POSIX regexps by default and make -E not the default
Ali Mohammad Pur
2021-07-04
Everywhere: Prefer using "..."sv over StringView { "..." }
Gunnar Beutner
2021-06-14
Userland: Fix double line spacing in grep
Sahan Fernando
2021-06-01
Userland: Replace most printf-style APIs with AK::Format APIs :^)
Linus Groh
2021-05-20
Utilities: Fix grep match when reading from stdin
r-paiva
2021-05-17
Utilities: Correct non-standard assert macros includes
Jean-Baptiste Boric
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-15
grep: Exit with 1 if nothing matches
AnotherTest
2021-01-25
Userland: Implement grep -v (invert-match)
Andrew Kaster
2021-01-25
Userland: Use getline instead of Core::File::standard_input in grep
Andrew Kaster
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling