summaryrefslogtreecommitdiff
path: root/Userland/Utilities/ls.cpp
AgeCommit message (Expand)Author
2023-01-01Utilities: Print arbitrary bytes in `ls`Victor Song
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-04-03ls: Use `Core::System::pledge(..)` instead of LibC APIBrian Gianforcaro
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-26ls: Remove leading dashes from ArgsParser argument nameAli Mohammad Pur
2022-03-24Userland+Tests: Convert File::read_link() from String to ErrorOr<String>Kenneth Myhra
2022-02-19ls: Add option -1 which lists one file per lineAnton Kling
2022-01-28Revert "ls: Display times in the user's local time zone"Timothy Flynn
2022-01-28ls: Display times in the user's local time zoneTimothy Flynn
2022-01-09Everywhere: Add `serenity_dev_{makedev,major,minor}`Michel Hermier
2022-01-04ls: Fix duplicated error message when opening a directory failsMarco Cutecchia
2021-12-04ls: Port to LibMain :^)Andreas Kling
2021-11-26Userland: Use Core::ArgsParser's Vector<StringView> API everywhereAndreas Kling
2021-09-18AK: Make Utf8View constructors inline and remove C string constructorAndreas Kling
2021-08-18Utilities: Remove memset calls inside lsJean-Baptiste Boric
2021-08-18Utilities: Properly sort files in lsJean-Baptiste Boric
2021-08-12Kernel+LibC: Use 64 bit values for ino_tLiav A
2021-07-12ls: Add option to list subdirectories recursivelyAriel Don
2021-06-01LibGUI+Shell+bt+ls: Use proper APIs for creating file URLsMax Wipfli
2021-05-25ls: Fix incorrect -t sort orderAndreas Kling
2021-05-17Utilities: Correct non-standard assert macros includesJean-Baptiste Boric
2021-05-14LibC: Move makedev(), major(), minor(), to sys/types.hJean-Baptiste Boric
2021-05-03Userland: Fix 64-bit portability issuesGunnar Beutner
2021-04-26Utilities: Make ls respect options when specifying more than one pathGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18ls: Remove extra spaces after filenames when pipingJagger De Leo
2021-04-17ls: list files in cwd before listing directories when listing pathssetepenre
2021-04-11ls: ls will print directory name when listing multiple directoriessetepenre
2021-03-17ls: Make 64 bit cleanJean-Baptiste Boric
2021-03-17Userland: Fix printf specifiers with off_tJean-Baptiste Boric
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-29ls: Lazily align the number of hard links in ls output :^)Andreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling