eza/powertest.yaml
Christina Sørensen 308bd1aeb0 fix: pre-commit-hook taplo bug
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-09-26 09:24:39 +02:00

241 lines
3 KiB
YAML

# SPDX-FileCopyrightText: 2024 Christina Sørensen
# SPDX-License-Identifier: EUPL-1.2
dump_dir: tests/ptests
depth: 1
binary: eza
gen_binary: target/debug/eza
args: tests/test_dir
commands:
? - null # Meta options
- --help
:
? - -v
- --version
:
? - -1 # Display Options
- --oneline
:
? - -l
- --long
:
? - -G
- --grid
:
? - -x
- --across
:
? - -R
- --recurse
:
? - -T
- --tree
:
? - -X
- --dereference
:
? - -F
- --classify
:
? - -F
- --classify
: values:
- auto
- always
- never
? - 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
:
? - null
- --absolute
: values:
- on
- follow
- off
? - -w
- --width
: values:
- 15
- 30
- 200
? - null
- --smart-group
:
? - -a # Filtering and Sorting Options
- --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 seems non-deterministic
- oldest
- size
- time
- type
? - null
- --group-directories-first
:
? - -D
- --only-dirs
:
? - -f
- --only-files
:
? - -f
- --only-files
:
? - -I # TODO: add more globs
- --ignore-glob
: prefix: -l
values:
- "*.toml"
? - null
- --git-ignore
:
? - -b # Long View Options
- --binary
:
? - -B
- --bytes
:
? - -g
- --group
:
? - -h
- --header
:
? - -H
- --links
:
? - -i
- --inode
:
? - -m
- --modified
:
? - -M
- --mounts
:
? - -n
- --numeric
:
? - -S
- --blocksize
:
? - -t
- --time
: prefix: -l
values:
- modified
#- accessed BROKEN
#- changed
#- created
? - -u
- --accessed
:
? - -U
- --created
:
? - null
- --changed
:
? - null
- --time-style
: long: time-style
values:
- default
- iso
- long-iso
- full-iso
- relative
? - null
- --total-size
:
? - null
- --no-permissions
:
? - -o
- --octal-permissions
:
? - null
- --no-filesize
:
? - null
- --no-user
:
? - null
- --git
:
? - null
- --no-git
:
? - null
- --git-repos
:
? - -@
- --extended
:
? - -Z
- --context
: