ls but with io_uring
61
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v0.2.0 51 lines 896 B view raw
1lsr(1) 2 3# NAME 4 5lsr - list directory contents, but with io_uring 6 7# SYNOPSIS 8 9*lsr* [options...] [directory] 10 11# DESCRIPTION 12 13lsr is an implementation of ls(1) which utilizes io_uring to perform syscall 14batching. 15 16# OPTIONS 17 18*-1*, *--oneline* 19 Print entries one per line 20 21*-a*, *--all* 22 Show files that start with a dot (ASCII 0x2E) 23 24*-A*, *--almost-all* 25 Like --all, but skips implicit "." and ".." directories 26 27*-C*, *--columns* 28 Print the output in columns 29 30*--color=WHEN* 31 When to use colors (always, auto, never) 32 33*--group-directories-first* 34 When to use colors (always, auto, never) 35 36*--help* 37 Print the help menu and exit 38 39*--icons=WHEN* 40 When to display icons (always, auto, never) 41 42*-l*, *--long* 43 Display extended file metadata 44 45*--version* 46 Print the version and exit 47 48# AUTHORS 49 50Written and maintained by Tim Culverhouse <tim@timculverhouse.com>, assisted by 51open source contributors.