eza/tests/cmd
Benoit de Chezelles 688308824d fix(tree-view): Ensure nested tree parts align under item name
Before:
```
foo/
├── nested/
│  ├── bar
│  └── other-bar
└── baz
```
Notice how the nested tree is aligned on the blank before the dir name

After:
```
foo/
├── nested/
│   ├── bar
│   └── other-bar
└── baz
```
Now the nested tree is aligned on the dir name, making it much nicer to
look at and more logical.
2024-10-18 16:39:09 +02:00
..
absolute_file_all.stderr fix: do not print parent filename with --absolute=on 2024-10-09 09:23:30 +02:00
absolute_file_all.stdout fix: do not print parent filename with --absolute=on 2024-10-09 09:23:30 +02:00
absolute_file_all.toml fix: do not print parent filename with --absolute=on 2024-10-09 09:23:30 +02:00
absolute_recurse_unix.stderr test: Add integration tests and powertests for --absolute flag 2024-03-04 07:12:23 +01:00
absolute_recurse_unix.stdout fix: flake trycmd bug 2024-09-26 09:24:39 +02:00
absolute_recurse_unix.toml test: Add integration tests and powertests for --absolute flag 2024-03-04 07:12:23 +01:00
absolute_unix.stderr test: Add integration tests and powertests for --absolute flag 2024-03-04 07:12:23 +01:00
absolute_unix.stdout fix: flake trycmd bug 2024-09-26 09:24:39 +02:00
absolute_unix.toml test: Add integration tests and powertests for --absolute flag 2024-03-04 07:12:23 +01:00
basic_all.stderr refactor(tests): split trycmd into tests for all, unix and windows 2023-09-12 10:57:22 +02:00
basic_all.stdout test: Add directory symlink to tests/itest/ 2024-03-04 07:12:23 +01:00
basic_all.toml refactor(tests): split trycmd into tests for all, unix and windows 2023-09-12 10:57:22 +02:00
classify-hyperlink-width-50_nix_local.stderr test(local): move classify tests to local 2023-10-05 14:59:48 +02:00
classify-hyperlink-width-50_nix_local.stdout test(local): move classify tests to local 2023-10-05 14:59:48 +02:00
follow-symlinks_unix.stderr test: Add cases for -T and --follow-symlinks 2024-09-29 05:22:28 +02:00
follow-symlinks_unix.stdout fix(tree-view): Ensure nested tree parts align under item name 2024-10-18 16:39:09 +02:00
follow-symlinks_unix.toml test: Add cases for -T and --follow-symlinks 2024-09-29 05:22:28 +02:00
icons_all.stderr refactor(tests): split trycmd into tests for all, unix and windows 2023-09-12 10:57:22 +02:00
icons_all.stdout test: Add directory symlink to tests/itest/ 2024-03-04 07:12:23 +01:00
icons_all.toml feat: add icons=always,auto,never. dont display icons in a tty|piped 2023-10-16 09:46:32 -04:00
long_icons_always.stderr feat!: remove --no-icons in favor of --icons=always,auto,never. default is auto 2023-10-17 14:45:34 -04:00
long_icons_always.stdout feat!: remove --no-icons in favor of --icons=always,auto,never. default is auto 2023-10-17 14:45:34 -04:00
long_icons_always.toml feat!: remove --no-icons in favor of --icons=always,auto,never. default is auto 2023-10-17 14:45:34 -04:00
long_windows.stderr refactor(tests): split trycmd into tests for all, unix and windows 2023-09-12 10:57:22 +02:00
long_windows.stdout test: Add directory symlink to tests/itest/ 2024-03-04 07:12:23 +01:00
long_windows.toml refactor(tests): split trycmd into tests for all, unix and windows 2023-09-12 10:57:22 +02:00
tree_unix.stderr test: Add cases for -T and --follow-symlinks 2024-09-29 05:22:28 +02:00
tree_unix.stdout fix(tree-view): Ensure nested tree parts align under item name 2024-10-18 16:39:09 +02:00
tree_unix.toml test: Add cases for -T and --follow-symlinks 2024-09-29 05:22:28 +02:00