ptest_2439b7d68089135b.stdout 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. --follow-symlinks drill down into symbolic links that point to directories
  23. -w, --width COLS set screen width in columns
  24. FILTERING AND SORTING OPTIONS
  25. -a, --all show hidden and 'dot' files. Use this twice to also
  26. show the '.' and '..' directories
  27. -A, --almost-all equivalent to --all; included for compatibility with `ls -A`
  28. -d, --list-dirs list directories as files; don't list their contents
  29. -D, --only-dirs list only directories
  30. -f, --only-files list only files
  31. --show-symlinks explicitly show symbolic links (for use with --only-dirs | --only-files)
  32. --no-symlinks do not show symbolic links
  33. -L, --level DEPTH limit the depth of recursion
  34. -r, --reverse reverse the sort order
  35. -s, --sort SORT_FIELD which field to sort by
  36. --group-directories-first list directories before other files
  37. --group-directories-last list directories after other files
  38. -I, --ignore-glob GLOBS glob patterns (pipe-separated) of files to ignore
  39. --git-ignore ignore files mentioned in '.gitignore'
  40. Valid sort fields: name, Name, extension, Extension, size, type,
  41. created, modified, accessed, changed, inode, and none.
  42. date, time, old, and new all refer to modified.
  43. LONG VIEW OPTIONS
  44. -b, --binary list file sizes with binary prefixes
  45. -B, --bytes list file sizes in bytes, without any prefixes
  46. -g, --group list each file's group
  47. --smart-group only show group if it has a different name from owner
  48. -h, --header add a header row to each column
  49. -H, --links list each file's number of hard links
  50. -i, --inode list each file's inode number
  51. -M, --mounts show mount details (Linux and Mac only)
  52. -n, --numeric list numeric user and group IDs
  53. -O, --flags list file flags (Mac, BSD, and Windows only)
  54. -S, --blocksize show size of allocated file system blocks
  55. -t, --time FIELD which timestamp field to list (modified, accessed, created)
  56. -m, --modified use the modified timestamp field
  57. -u, --accessed use the accessed timestamp field
  58. -U, --created use the created timestamp field
  59. --changed use the changed timestamp field
  60. --time-style how to format timestamps (default, iso, long-iso,
  61. full-iso, relative, or a custom style '+<FORMAT>'
  62. like '+%Y-%m-%d %H:%M')
  63. --total-size show the size of a directory as the size of all
  64. files and directories inside (unix only)
  65. -o, --octal-permissions list each file's permission in octal format
  66. --no-permissions suppress the permissions field
  67. --no-filesize suppress the filesize field
  68. --no-user suppress the user field
  69. --no-time suppress the time field
  70. --stdin read file names from stdin, one per line or other separator
  71. specified in environment
  72. --git list each file's Git status, if tracked or ignored
  73. --no-git suppress Git status (always overrides --git,
  74. --git-repos, --git-repos-no-status)
  75. --git-repos list root of git-tree status
  76. --git-repos-no-status list each git-repos branch name (much faster)
  77. -@, --extended list each file's extended attributes and sizes
  78. -Z, --context list each file's security context