eza
eza copied to clipboard
feat: hide "-> /path/to/target" in symlinks
Please, add an option to hide the target of symlinks but keeping colors, e.g.:
$ eza -l
lrwxrwxrwx - nerun 7 jun 12:54 Images -> /mnt/data1/Images
to just:
$ eza -l --no-target-symlinks
lrwxrwxrwx - nerun 7 jun 12:54 Images
or:
- --symlinks-hide-targets
- --symlinks-no-target
- etc
+1
+1
+1
As a hacky workaround, run eza --grid --long, which hides symlink targets.
It also shows the long list in several columns, if your terminal is wide enough. Again, hacky, but export COLUMNS=80 takes care of that.
So either:
eza -lG
COLUMNS=80 eza -lG