eza/powertest.yaml
Christina Sørensen 7616ad5903 test: filtering and sorting
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-11-16 14:41:07 +01:00

160 lines
2 KiB
YAML

dump_dir: tests/ptests
depth: 1
binary: eza
gen_binary: target/debug/eza
args: tests/test_dir
commands:
# Meta options
? - null
- --help
:
? - -v
- --version
:
# Display Options
? - -1
- --oneline
:
? - -l
- --long
:
? - -G
- --grid
:
? - -x
- --across
:
? - -R
- --recurse
:
? - -T
- --tree
:
? - -X
- --dereference
:
? - -F
- --classify
:
? - null
- --color
: values:
- auto
- always
- never
? - null
- --colour
: values:
- auto
- always
- never
? - null
- --icons
:
? - null
- --icons
: values:
- auto
- always
- never
? - null
- --no-quotes
? - null
- --hyperlink
? - -w
- --width
: values:
- 15
- 30
- 200
? - null
- --smart-group
# Filtering and Sorting Options
? - -a
- --all
? - -A
- --almost-all
? - -d
- --list-dirs
? - -L
- --level
: prefix: --tree
values:
- 1
- 2
- 3
- 4
- 5
? - -r
- --reverse
? - -s
- --sort
: short: -s
long: time-style
prefix: -l
values:
#- accessed
- age
#- changed
#- created
- date
- Ext
- ext
- Extension
- extension
- Filename
- filename
- inode
- modified
- Name
- name
- newest
- none
- oldest
- size
- time
- type
? - null
- --group-directories-first
? - -D
- --only-dirs
? - -f
- --only-files
? - -f
- --only-files
? # TODO: add more globs
- -I
- --ignore-glob
: prefix: -l
values:
- "*.toml"
? - null
- --git-ignore
? - -w
- --width
: values:
- 1
- 2
- 3
- 4
- 5
? - -t
- --time
: prefix: -l
values:
- modified
#- accessed BROKEN
#- changed
#- created
? - null
- --time-style
: long: time-style
values:
- default
- iso
- long-iso
- full-iso
- relative