aboutsummaryrefslogtreecommitdiff
path: root/src/options.c
Commit message (Collapse)AuthorAgeFilesLines
* options: relabel --format-string to --formatThorsten Töpper2025-07-261-12/+15
|
* options: add -f for --format-stringThorsten Töpper2025-07-261-2/+5
|
* output: --print-boxed for visual tableThorsten Töpper2025-07-251-0/+9
|
* options: replace -v with -aThorsten Töpper2025-07-181-3/+3
|
* output: --print-header to label columnsThorsten Töpper2025-07-071-1/+13
|
* output: format string: user and group nameThorsten Töpper2025-07-061-1/+3
| | | | | | Depending on the OS setup the function calls may be extremely time consuming if it's not local and not in the kernel cache. static fields for minimal local caching to circumvent function calls.
* output: format string: permissionsThorsten Töpper2025-07-051-5/+6
|
* output: format string: uid and gidThorsten Töpper2025-07-051-1/+3
|
* output: add stat item type to format stringThorsten Töpper2025-07-051-0/+1
|
* simple format string: name, size and time fieldsThorsten Töpper2025-06-211-0/+17
|
* Output sorted by nameThorsten Töpper2025-06-211-8/+14
|
* options: added -h --helpThorsten Töpper2025-06-201-16/+31
|
* Store everything from lstat()Thorsten Töpper2025-06-201-1/+34
|
* CMakeLists: hardening flagsThorsten Töpper2025-06-161-5/+1
|
* Spread code into multiple files.Thorsten Töpper2025-06-151-0/+131