help 2.2 KB

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