Idan Horowitz
086969277e
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
Kenneth Myhra
5c15b97ca4
cut: Port to LibMain :^)
2021-12-11 15:10:42 -08:00
Andreas Kling
f1cc3d0fc4
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
...
...and remove the Vector<String> variant since there are no remaining
users of this API.
2021-11-26 23:27:57 +01:00
Tim Schumacher
ba29798039
Utilities: cut: Implement field-based cutting
2021-11-11 09:47:41 +01:00
Tim Schumacher
96ea4f71bd
Utilities: cut: Split up into file and line processing
2021-11-11 09:47:41 +01:00
Tim Schumacher
4d18b21fb5
Utilities: cut: Work exclusively with ranges
2021-11-11 09:47:41 +01:00
Tim Schumacher
ed3a5f6b9d
Utilities: cut: Move string splitting into expand_list
2021-11-11 09:47:41 +01:00
Tim Schumacher
2358f6cbda
Utilities: cut: Migrate to ArgsParser
2021-11-11 09:47:41 +01:00
Linus Groh
f5c35fccca
Userland: Replace most printf-style APIs with AK::Format APIs :^)
2021-06-01 21:30:16 +01:00
Andreas Kling
3d4afe7614
Everywhere: "indexes" => "indices"
...
I've wasted a silly amount of time in the past fretting over which
of these words to use. Let's just choose one and use it everywhere. :^)
2021-04-29 22:23:52 +02:00
Brian Gianforcaro
1682f0b760
Everything: Move to SPDX license identifiers in all files.
...
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
2021-04-22 11:22:27 +02:00
Linus Groh
e265054c12
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
...
This is basically just for consistency, it's quite strange to see
multiple AK container types next to each other, some with and some
without the namespace prefix - we're 'using AK::Foo;' a lot and should
leverage that. :^)
2021-02-26 16:59:56 +01:00
Andreas Kling
ececac65c2
Userland: Move command-line utilities to Userland/Utilities/
2021-01-12 12:04:09 +01:00