help 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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, none
  24. LONG VIEW OPTIONS
  25. -b, --binary list file sizes with binary prefixes
  26. -B, --bytes list file sizes in bytes, without any prefixes
  27. -g, --group list each file's group
  28. -h, --header add a header row to each column
  29. -H, --links list each file's number of hard links
  30. -i, --inode list each file's inode number
  31. -L, --level DEPTH limit the depth of recursion
  32. -m, --modified use the modified timestamp field
  33. -S, --blocks show number of file system blocks
  34. -t, --time FIELD which timestamp field to list (modified, accessed, created)
  35. -u, --accessed use the accessed timestamp field
  36. -U, --created use the created timestamp field
  37. --time-style how to format timestamps (default, iso, long-iso, full-iso)
  38. --git list each file's Git status, if tracked
  39. -@, --extended list each file's extended attributes and sizes