+7
-7
src/main.zig
+7
-7
src/main.zig
···
16
16
17
17
18
18
19
-
20
-
21
-
22
-
19
+
\\ -A, --almost-all Like --all, but skips implicit "." and ".." directories
20
+
\\ -C, --columns Print the output in columns
21
+
\\ --color=WHEN When to use colors (always, auto, never)
22
+
\\ --group=WHEN When to display group (always, auto, never)
23
+
\\ --group-directories-first Print all directories before printing regular files
23
24
\\ --hyperlinks=WHEN When to use OSC 8 hyperlinks (always, auto, never)
24
25
\\ --icons=WHEN When to display icons (always, auto, never)
25
26
\\ -l, --long Display extended file metadata
26
27
\\ --mode=WHEN When to display mode (always, auto, never)
27
-
\\ --user=WHEN When to display user (always, auto, never)
28
-
\\ --group=WHEN When to display group (always, auto, never)
29
28
\\ -r, --reverse Reverse the sort order
30
29
\\ -t, --time Sort the entries by modification time, most recent first
30
+
\\ --user=WHEN When to display user (always, auto, never)
31
31
\\
32
-
32
+
;
33
33
34
34
35
35
History
3 rounds
1 comment
abeestrada.com
submitted
#2
2 commits
expand
collapse
feat: add options to hide file mode, owner and/or group
fmt: order options in alphabetical order
merge conflicts detected
expand
collapse
expand
collapse
- src/main.zig:24
expand 1 comment
abeestrada.com
submitted
#1
expand 0 comments
abeestrada.com
submitted
#0
1 commit
expand
collapse
feat: add options to hide file mode, owner and/or group
-oto disable showing owner,-gto disable showing group)parseArgBoolrather than WHEN