mirror of
https://github.com/eza-community/eza.git
synced 2025-12-23 05:36:50 +00:00
Before: ``` /tmp/test-recursive-dir-symlinks ├── dir │ └── test.txt └── symlinkdir -> /tmp/test-recursive-dir-symlinks/dir ``` After: ``` /tmp/test-recursive-dir-symlinks ├── dir │ └── test.txt └── symlinkdir -> /tmp/test-recursive-dir-symlinks/dir └── test.txt ``` Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> |
||
|---|---|---|
| .. | ||
| fs | ||
| info | ||
| options | ||
| output | ||
| theme | ||
| lib.rs | ||
| logger.rs | ||
| main.rs | ||