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
2023-02-28
Userland+AK: Stop using getopt() for ArgsParser
Ali Mohammad Pur
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-03
grep: Port to `Core::Stream`
Lucas CHOLLET
2023-01-19
Utilities: Replace fgrep with grep --fixed-strings
Peter Elliott
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-09
AK+Everywhere: Fix data corruption due to code-point-to-char conversion
Ben Wiederhake
2022-07-27
grep: Fix out of bounds StringView indexing
MacDue
2022-07-14
LibCore: Replace the ArgsParser option argument setting with an enum
Tim Schumacher
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-11
Utilities: Read positional arguments as Strings not char*s
Sam Atkins
2022-04-03
Utilities: Use default execpromises parameter to `pledge(..)`
Brian Gianforcaro
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-20
grep: Recognize mode based on the program name
Tim Schumacher
2022-03-19
grep: Properly update match state when handling files
Tim Schumacher
2022-03-19
grep: Adapt maximum line size depending on file size
Tim Schumacher
2022-01-14
grep: Port to LibMain
Lucas CHOLLET
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