ptest_2439b7d68089135b.stdout 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. Usage:
  2. eza [options] [files...]
  3. META OPTIONS
  4. --help show list of command-line options
  5. -v, --version show version of eza
  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. -X, --dereference dereference symbolic links when displaying information
  14. -F, --classify=WHEN display type indicator by file names (always, auto, never)
  15. --colo[u]r=WHEN when to use terminal colours (always, auto, never)
  16. --colo[u]r-scale highlight levels of 'field' distinctly(all, age, size)
  17. --colo[u]r-scale-mode use gradient or fixed colors in --color-scale (fixed, gradient)
  18. --icons=WHEN when to display icons (always, auto, never)
  19. --no-quotes don't quote file names with spaces
  20. --hyperlink display entries as hyperlinks
  21. --absolute display entries with their absolute path (on, follow, off)
  22. -w, --width COLS set screen width in columns
  23. FILTERING AND SORTING OPTIONS
  24. -a, --all show hidden and 'dot' files. Use this twice to also
  25. show the '.' and '..' directories
  26. -A, --almost-all equivalent to --all; included for compatibility with `ls -A`
  27. -d, --list-dirs list directories as files; don't list their contents
  28. -L, --level DEPTH limit the depth of recursion
  29. -r, --reverse reverse the sort order
  30. -s, --sort SORT_FIELD which field to sort by
  31. --group-directories-first list directories before other files
  32. -D, --only-dirs list only directories
  33. -f, --only-files list only files
  34. -I, --ignore-glob GLOBS glob patterns (pipe-separated) of files to ignore
  35. --git-ignore ignore files mentioned in '.gitignore'
  36. Valid sort fields: name, Name, extension, Extension, size, type,
  37. modified, accessed, created, inode, and none.
  38. date, time, old, and new all refer to modified.
  39. LONG VIEW OPTIONS
  40. -b, --binary list file sizes with binary prefixes
  41. -B, --bytes list file sizes in bytes, without any prefixes
  42. -g, --group list each file's group
  43. --smart-group only show group if it has a different name from owner
  44. -h, --header add a header row to each column
  45. -H, --links list each file's number of hard links
  46. -i, --inode list each file's inode number
  47. -m, --modified use the modified timestamp field
  48. -M, --mounts show mount details (Linux and Mac only)
  49. -n, --numeric list numeric user and group IDs
  50. -O, --flags list file flags (Mac, BSD, and Windows only)
  51. -S, --blocksize show size of allocated file system blocks
  52. -t, --time FIELD which timestamp field to list (modified, accessed, created)
  53. -u, --accessed use the accessed timestamp field
  54. -U, --created use the created timestamp field
  55. --changed use the changed timestamp field
  56. --time-style how to format timestamps (default, iso, long-iso,
  57. full-iso, relative, or a custom style '+<FORMAT>'
  58. like '+%Y-%m-%d %H:%M')
  59. --total-size show the size of a directory as the size of all
  60. files and directories inside (unix only)
  61. --no-permissions suppress the permissions field
  62. -o, --octal-permissions list each file's permission in octal format
  63. --no-filesize suppress the filesize field
  64. --no-user suppress the user field
  65. --no-time suppress the time field
  66. --stdin read file names from stdin, one per line or other separator
  67. specified in environment
  68. --git list each file's Git status, if tracked or ignored
  69. --no-git suppress Git status (always overrides --git,
  70. --git-repos, --git-repos-no-status)
  71. --git-repos list root of git-tree status
  72. -@, --extended list each file's extended attributes and sizes
  73. -Z, --context list each file's security context