ls but with io_uring

docs: document hyperlink flag

rockorager.dev c9957bdf b4b166f6

verified
+6 -1
+1
README.md
··· 31 31 -C, --columns Print the output in columns 32 32 --color=WHEN When to use colors (always, auto, never) 33 33 --group-directories-first When to use colors (always, auto, never) 34 + --hyperlinks=WHEN When to use OSC 8 hyperlinks (always, auto, never) 34 35 --icons=WHEN When to display icons (always, auto, never) 35 36 -l, --long Display extended file metadata 36 37
+4 -1
docs/lsr.1.scd
··· 31 31 When to use colors (always, auto, never) 32 32 33 33 *--group-directories-first* 34 - When to use colors (always, auto, never) 34 + Print all directories before printing regular files 35 35 36 36 *--help* 37 37 Print the help menu and exit 38 + 39 + *--hyperlinks=WHEN* 40 + When to use OSC 8 hyperlinks (always, auto, never) 38 41 39 42 *--icons=WHEN* 40 43 When to display icons (always, auto, never)
+1
src/main.zig
··· 20 20 \\ -C, --columns Print the output in columns 21 21 \\ --color=WHEN When to use colors (always, auto, never) 22 22 \\ --group-directories-first When to use colors (always, auto, never) 23 + \\ --hyperlinks=WHEN When to use OSC 8 hyperlinks (always, auto, never) 23 24 \\ --icons=WHEN When to display icons (always, auto, never) 24 25 \\ -l, --long Display extended file metadata 25 26 \\