ls but with io_uring

readme/usage: fix --group-directories-first description

rockorager.dev 8f4e609a c9957bdf

verified
+2 -2
+1 -1
README.md
··· 30 30 -A, --almost-all Like --all, but skips implicit "." and ".." directories 31 31 -C, --columns Print the output in columns 32 32 --color=WHEN When to use colors (always, auto, never) 33 - --group-directories-first When to use colors (always, auto, never) 33 + --group-directories-first Print all directories before printing regular files 34 34 --hyperlinks=WHEN When to use OSC 8 hyperlinks (always, auto, never) 35 35 --icons=WHEN When to display icons (always, auto, never) 36 36 -l, --long Display extended file metadata
+1 -1
src/main.zig
··· 19 19 \\ -A, --almost-all Like --all, but skips implicit "." and ".." directories 20 20 \\ -C, --columns Print the output in columns 21 21 \\ --color=WHEN When to use colors (always, auto, never) 22 - \\ --group-directories-first When to use colors (always, auto, never) 22 + \\ --group-directories-first Print all directories before printing regular files 23 23 \\ --hyperlinks=WHEN When to use OSC 8 hyperlinks (always, auto, never) 24 24 \\ --icons=WHEN When to display icons (always, auto, never) 25 25 \\ -l, --long Display extended file metadata