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
/
cut.cpp
Age
Commit message (
Expand
)
Author
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-12-11
cut: Port to LibMain :^)
Kenneth Myhra
2021-11-26
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
Andreas Kling
2021-11-11
Utilities: cut: Implement field-based cutting
Tim Schumacher
2021-11-11
Utilities: cut: Split up into file and line processing
Tim Schumacher
2021-11-11
Utilities: cut: Work exclusively with ranges
Tim Schumacher
2021-11-11
Utilities: cut: Move string splitting into expand_list
Tim Schumacher
2021-11-11
Utilities: cut: Migrate to ArgsParser
Tim Schumacher
2021-06-01
Userland: Replace most printf-style APIs with AK::Format APIs :^)
Linus Groh
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling