1
0

help 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. --icons display icons
  16. FILTERING AND SORTING OPTIONS
  17. -a, --all show hidden and 'dot' files
  18. -d, --list-dirs list directories like regular files
  19. -L, --level DEPTH limit the depth of recursion
  20. -r, --reverse reverse the sort order
  21. -s, --sort SORT_FIELD which field to sort by
  22. --group-directories-first list directories before other files
  23. -D, --only-dirs list only directories
  24. -I, --ignore-glob GLOBS glob patterns (pipe-separated) of files to ignore
  25. --git-ignore Ignore files mentioned in '.gitignore'
  26. Valid sort fields: name, Name, extension, Extension, size, type,
  27. modified, accessed, created, inode, and none.
  28. date, time, old, and new all refer to modified.
  29. LONG VIEW OPTIONS
  30. -b, --binary list file sizes with binary prefixes
  31. -B, --bytes list file sizes in bytes, without any prefixes
  32. -g, --group list each file's group
  33. -h, --header add a header row to each column
  34. -H, --links list each file's number of hard links
  35. -i, --inode list each file's inode number
  36. -m, --modified use the modified timestamp field
  37. -S, --blocks show number of file system blocks
  38. -t, --time FIELD which timestamp field to list (modified, accessed, created)
  39. -u, --accessed use the accessed timestamp field
  40. -U, --created use the created timestamp field
  41. --time-style how to format timestamps (default, iso, long-iso, full-iso)
  42. --git list each file's Git status, if tracked or ignored
  43. -@, --extended list each file's extended attributes and sizes