mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-13 07:56:29 +00:00
7dada93c3e
It’s clear that these hadn’t actually been run for a while, and after installing Vagrant again I had to clear out the cobwebs. Necessary changes include: • Rust is installed differently • Git-ignored files are now marked • The help text changed • Listing a directory symlink shows its contents, requiring a change to the way a directory-symlink test gets run
19 lines
904 B
Plaintext
19 lines
904 B
Plaintext
Usage:
|
|
exa [options] [files...]
|
|
|
|
LONG VIEW OPTIONS
|
|
-b, --binary list file sizes with binary prefixes
|
|
-B, --bytes list file sizes in bytes, without any prefixes
|
|
-g, --group list each file's group
|
|
-h, --header add a header row to each column
|
|
-H, --links list each file's number of hard links
|
|
-i, --inode list each file's inode number
|
|
-m, --modified use the modified timestamp field
|
|
-S, --blocks show number of file system blocks
|
|
-t, --time FIELD which timestamp field to list (modified, accessed, created)
|
|
-u, --accessed use the accessed timestamp field
|
|
-U, --created use the created timestamp field
|
|
--time-style how to format timestamps (default, iso, long-iso, full-iso)
|
|
--git list each file's Git status, if tracked or ignored
|
|
-@, --extended list each file's extended attributes and sizes
|