Skip to content

Commit 6584866

Browse files
committed
update readme
1 parent 56c046f commit 6584866

File tree

1 file changed

+27
-8
lines changed

1 file changed

+27
-8
lines changed

README.md

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Border format with header option
2121
- Nearly as fast as GNU `ls`
2222
- Robust recursion. Try `lsv -R /`
2323
- Options similar to `ls`
24-
- Usual other `ls` features
2524

2625
## Installing
2726

@@ -39,22 +38,24 @@ Border format with header option
3938

4039
### Homebrew
4140

42-
Not enough stars to publish to Homebrew :(
41+
Not enough stars to publish to Homebrew (need 75) :(
4342

4443
## Help
4544
```
46-
lsv 2024.6
45+
lsv v2025.2
4746
-----------------------------------------------
4847
Usage: lsv [options] [FILES]
4948
5049
Description: List information about FILES
5150
5251
Options:
5352
-a include files starting with .
53+
-A do not list implied . and ..
5454
-c color the listing
5555
-D append / to directories
56+
-F show full path
5657
-i show file icon (requires nerd fonts)
57-
-l long listing format
58+
-l long listing format (see Long Listing Options)
5859
-m list of files separated by commas
5960
-q enclose files in quotes
6061
-R list subdirectories recursively
@@ -67,7 +68,7 @@ Options:
6768
Filtering and Sorting Options:
6869
-d list only directories
6970
-f list only files
70-
-g group directories before files
71+
-g sort directories before files
7172
-r reverse the listing order
7273
-s sort by file size, largest first
7374
-t sort by time, newest first
@@ -76,22 +77,38 @@ Filtering and Sorting Options:
7677
-x sort by file extension
7778
-u no sorting
7879
80+
--after <string> after modified time <string>
81+
--after-access <string> after access time <string>
82+
--after-change <string> after change time <string>
83+
--before <string> before modified time <string>
84+
--before-access <string> before access time <string>
85+
--before-change <string> before change time <string>
86+
87+
where time <string> is an ISO 8601 format.
88+
See: https://ijmacd.github.io/rfc3339-iso8601
89+
90+
--ignore <string> ignore glob patterns (pipe-separated)
91+
--ignore-case ignore case when sorting
92+
7993
Long Listing Options:
80-
-, show file sizes grouped and separated by thousands
8194
-b blank line every 5 rows
8295
-B add borders to long listing format
96+
-, sizes comma separated by thousands
8397
-k sizes in kibibytes (1024) (e.g. 1k 234m 2g)
8498
-K sizes in Kilobytes (1000) (e.g. 1kb 234mb 2gb)
99+
-# show entry number
100+
-n show owner and group IDs as numbers
85101
-o show octal permissions
86102
-p show relative path
87-
-A show last accessed date
88103
-C show last status changed date
104+
-E show last accessed date
89105
-H show column headers
90106
-I show time in iso format
91107
-J show time in compact format
92108
-L show time in compact format with week day
109+
-T show relative time
110+
-M show mime type
93111
-N show inodes
94-
-Z do not wrap long lines
95112
96113
--cs <string> show file checksum
97114
(md5, sha1, sha224, sha256, sha512, blake2b)
@@ -103,6 +120,8 @@ Long Listing Options:
103120
--no-owner hide owner name
104121
--no-permissions hide permissions
105122
--no-size hide file size
123+
--no-wrap do not wrap long lines
124+
--zero end each output line with NUL, not newline
106125
107126
-h, --help display this help and exit
108127
--version output version information and exit

0 commit comments

Comments
 (0)