eza is a modern, maintained replacement for the venerable file-listing command-line program ls
that ships with Unix and Linux operating systems, giving it more features and better defaults. It uses colours to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. And it’s small, fast, and just one single binary.
By deliberately making some decisions differently, eza attempts to be a more featureful, more user-friendly version of ls
.
https://denisrasulev.medium.com/eza-the-best-ls-command-replacement-9621252323e
Alternative
https://github.com/athityakumar/colorls
https://github.com/lsd-rs/lsd
ld=’eza -lD’
lf=’eza -lf --color=always | grep -v /’
lh=’eza -dl .* --group-directories-first’
ll=’eza -al --group-directories-first’
ls=’eza -alf --color=always --sort=size | grep -v /’
lt=’eza -al --sort=modified’
ld — lists only directories (no files)
lf — lists only files (no directories)
lh — lists only hidden files (no directories)
ll — lists everything with directories first
ls — lists only files sorted by size
lt — lists everything sorted by time updated
Kubie
- https://github.com/sbstp/kubie
- https://blog.sbstp.ca/introducing-kubie/
FZF
FISH
Kubeprompt
- https://github.com/jlesquembre/kubeprompt?tab=readme-ov-file
direnv
Autocompletion fish kubectl
fd-find
- https://github.com/sharkdp/fd?tab=readme-ov-file#installation
fisher
- https://github.com/jorgebucaran/fisher
fish default shell
- https://fishshell.com/docs/current/
- https://github.com/fish-shell/fish-shell/issues/669
fzf
- https://github.com/junegunn/fzf?tab=readme-ov-file#installation
fish pure
- https://github.com/pure-fish/pure/