1
0

help.ansitxt 2.8 KB

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