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
/
ls.cpp
Age
Commit message (
Expand
)
Author
2020-12-06
Userland: Write some '--help' descriptions where appropriate
Ben Wiederhake
2020-11-11
ls: Only append file type indicators when -F or --classify is specified
Andreas Kling
2020-11-11
ls: Add newline after "ls -d" output
Andreas Kling
2020-11-10
Userland: ls: Add `-d` / `--directory` flag
Brendan Coles
2020-11-10
Userland: ls: Add `-o` and `-B` / `--ignore-backups` flags
Brendan Coles
2020-11-10
ls: Add -A flag to show dot files excluding implied . and .. directories
Brendan Coles
2020-11-09
ls: print inodes in short output format when -i arg is supplied
Brendan Coles
2020-11-02
ls: Add colored output for set-gid files
Brendan Coles
2020-10-22
AK: Make Utf8View and Utf32View more consistent
Tom
2020-08-28
ls: Fix issue with too-narrow columns in "ls" output
Andreas Kling
2020-08-16
Everywhere: Consolidate human_readable_size() implementations
Nico Weber
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-12
Userland: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-06-17
Userland: Use Core::File::read_link()
Sergey Bugaev
2020-06-08
ls: Emit plain text when output is not a tty
AnotherTest
2020-05-23
Kernel+LibC: Fix various build issues introduced by ssize_t
Andreas Kling
2020-05-17
ls: Make column alignment Unicode-aware :^)
Andreas Kling
2020-05-10
ls: Emit hyperlinks for files outside the current directory
Andreas Kling
2020-05-09
ls: Make filenames in the output hyperlinked
Andreas Kling
2020-04-25
Userland/ls: Remove unnecessary output
Hüseyin ASLITÜRK
2020-04-14
Kernel: Don't include null terminator in sys$readlink() result
Sergey Bugaev
2020-03-03
AK: Make quick_sort() a little more ergonomic
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-11
Userland: Use Core::DateTime
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-28
Userland+Terminal: Port to new CArgsParser API
Sergey Bugaev
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Userland: Print which path we failed to ls
Sergey Bugaev
2020-01-15
Userland/ls: escape non-printable characters
joshua stein
2020-01-13
ls: Use pledge()
Brian Gianforcaro
2020-01-11
ls: Cache the user and group names instead of looking up every time
Andreas Kling
2020-01-09
ls: Widen the user and group fields a little bit
Andreas Kling
2020-01-05
ls: Display SUID files with red background color
Andreas Kling
2020-01-04
ls: Show directories with the sticky bit in a special color
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-10-19
ls: Fix alignment of device files in long mode (ls -l)
Andreas Kling
2019-10-19
ls: Add -t and -r flags
Andreas Kling
2019-09-11
ls: Add -h (human readable) output switch
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-20
ls: Sort the output alphabetically
Andreas Kling
2019-08-20
ls: Don't layout or colorize output if stdout is not a TTY
Andreas Kling
2019-08-20
Userland: ls division by zero.
marprok
2019-08-19
Userland: Improved the printing of the ls command. (#468)
Marios Prokopakis
2019-07-21
ls: Don't print an empty line if there were no files to show.
Andreas Kling
2019-06-22
Userland: Fix more compiler warnings.
Andreas Kling
2019-06-07
Userland: Run clang-format on everything.
Andreas Kling
[next]