summaryrefslogtreecommitdiff
path: root/Userland/ls.cpp
AgeCommit message (Expand)Author
2020-08-12Userland: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-06-17Userland: Use Core::File::read_link()Sergey Bugaev
2020-06-08ls: Emit plain text when output is not a ttyAnotherTest
2020-05-23Kernel+LibC: Fix various build issues introduced by ssize_tAndreas Kling
2020-05-17ls: Make column alignment Unicode-aware :^)Andreas Kling
2020-05-10ls: Emit hyperlinks for files outside the current directoryAndreas Kling
2020-05-09ls: Make filenames in the output hyperlinkedAndreas Kling
2020-04-25 Userland/ls: Remove unnecessary outputHüseyin ASLITÜRK
2020-04-14Kernel: Don't include null terminator in sys$readlink() resultSergey Bugaev
2020-03-03AK: Make quick_sort() a little more ergonomicAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-11Userland: Use Core::DateTimeAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-28Userland+Terminal: Port to new CArgsParser APISergey Bugaev
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-17Userland: Print which path we failed to lsSergey Bugaev
2020-01-15Userland/ls: escape non-printable charactersjoshua stein
2020-01-13ls: Use pledge()Brian Gianforcaro
2020-01-11ls: Cache the user and group names instead of looking up every timeAndreas Kling
2020-01-09ls: Widen the user and group fields a little bitAndreas Kling
2020-01-05ls: Display SUID files with red background colorAndreas Kling
2020-01-04ls: Show directories with the sticky bit in a special colorAndreas Kling
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-10-19ls: Fix alignment of device files in long mode (ls -l)Andreas Kling
2019-10-19ls: Add -t and -r flagsAndreas Kling
2019-09-11ls: Add -h (human readable) output switchAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-20ls: Sort the output alphabeticallyAndreas Kling
2019-08-20ls: Don't layout or colorize output if stdout is not a TTYAndreas Kling
2019-08-20Userland: ls division by zero.marprok
2019-08-19Userland: Improved the printing of the ls command. (#468)Marios Prokopakis
2019-07-21ls: Don't print an empty line if there were no files to show.Andreas Kling
2019-06-22Userland: Fix more compiler warnings.Andreas Kling
2019-06-07Userland: Run clang-format on everything.Andreas Kling
2019-06-01ls: Show user name and group name if available. (#151)Mustafa
2019-05-27LibCore: Add CDirIterator, and use it in everything rather than readdirRobin Burchell
2019-05-27ls: Fix build and tidy up coding style.Andreas Kling
2019-05-27Ls: Cleanupfaissaloo
2019-05-27Ls: Support multiple filesfaissaloo
2019-05-27Ls: Support single files in long modefaissaloo
2019-05-27Ls: Refactor long directory listingsfaissaloo
2019-05-27Ls: Add single file support in short modefaissaloo
2019-04-20Sprinkle use of AK::Vector in various places.Andreas Kling
2019-02-27Userland: /bin/ls should show major,minor for block devices.Andreas Kling
2019-02-25More moving towards using signed types.Andreas Kling
2019-02-22Userland: Fix two compiler warnings.Andreas Kling