help 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. Usage:
  2. exa [options] [files...]
  3. -?, --help show list of command-line options
  4. -v, --version show version of exa
  5. DISPLAY OPTIONS
  6. -1, --oneline display one entry per line
  7. -l, --long display extended file metadata as a table
  8. -G, --grid display entries as a grid (default)
  9. -x, --across sort the grid across, rather than downwards
  10. -R, --recurse recurse into directories
  11. -T, --tree recurse into directories as a tree
  12. -F, --classify display type indicator by file names
  13. --colo[u]r=WHEN when to use terminal colours (always, auto, never)
  14. --colo[u]r-scale highlight levels of file sizes distinctly
  15. FILTERING AND SORTING OPTIONS
  16. -a, --all show hidden and 'dot' files
  17. -d, --list-dirs list directories like regular files
  18. -L, --level DEPTH limit the depth of recursion
  19. -r, --reverse reverse the sort order
  20. -s, --sort SORT_FIELD which field to sort by
  21. --group-directories-first list directories before other files
  22. -D, --only-dirs list only directories
  23. -I, --ignore-glob GLOBS glob patterns (pipe-separated) of files to ignore
  24. --git-ignore Ignore files mentioned in '.gitignore'
  25. Valid sort fields: name, Name, extension, Extension, size, type,
  26. modified, accessed, created, inode, and none.
  27. date, time, old, and new all refer to modified.
  28. LONG VIEW OPTIONS
  29. -b, --binary list file sizes with binary prefixes
  30. -B, --bytes list file sizes in bytes, without any prefixes
  31. -g, --group list each file's group
  32. -h, --header add a header row to each column
  33. -H, --links list each file's number of hard links
  34. -i, --inode list each file's inode number
  35. -m, --modified use the modified timestamp field
  36. -S, --blocks show number of file system blocks
  37. -t, --time FIELD which timestamp field to list (modified, accessed, created)
  38. -u, --accessed use the accessed timestamp field
  39. -U, --created use the created timestamp field
  40. --time-style how to format timestamps (default, iso, long-iso, full-iso)
  41. --git list each file's Git status, if tracked or ignored
  42. -@, --extended list each file's extended attributes and sizes