tangled
alpha
login
or
join now
rockorager.dev
/
lsr
60
fork
atom
ls but with io_uring
60
fork
atom
overview
issues
9
pulls
1
pipelines
docs: fix usage, we allow file paths now
rockorager.dev
10 months ago
7ebaa5c6
b195a94a
verified
This commit was signed with the committer's
known signature
.
rockorager.dev
SSH Key Fingerprint:
SHA256:qn/Fjy7CpbcogGEPB14Y53hLnQleZNFY9lkQnuudFLs=
+3
-3
3 changed files
expand all
collapse all
unified
split
README.md
docs
lsr.1.scd
src
main.zig
+1
-1
README.md
···
19
19
## Usage
20
20
21
21
```
22
22
-
lsr [options] [directory]
22
22
+
lsr [options] [path]
23
23
24
24
--help Print this message and exit
25
25
--version Print the version string
+1
-1
docs/lsr.1.scd
···
6
6
7
7
# SYNOPSIS
8
8
9
9
-
*lsr* [options...] [directory]
9
9
+
*lsr* [options...] [path]
10
10
11
11
# DESCRIPTION
12
12
+1
-1
src/main.zig
···
8
8
9
9
const usage =
10
10
\\Usage:
11
11
-
\\ lsr [options] [directory]
11
11
+
\\ lsr [options] [path]
12
12
\\
13
13
\\ --help Print this message and exit
14
14
\\ --version Print the version string