ptest_2439b7d68089135b.stdout 4.5 KB

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