File listing and display

RecipeCratesCategories
lsdlsdcat-command-line-utilities
exaexacat-command-line-utilities
brootbrootcat-command-line-utilities
batbatcat-command-line-utilities
openopencat-command-line-utilities

lsd

lsd is a rewrite of GNU ls with lots of added features like colors, icons, tree-view, additional formatting options.

apt install lsd

exa

exa-github

exa is a modern replacement for ls.

broot

broot broot-github is a new way to see and navigate directory trees.

bat

bat is a fast cat clone with syntax highlighting and Git integration. bat-github

bat README.md
# Display multiple files at once
bat src/*.rs
# Read from stdin, determine the syntax automatically
curl -s https://sh.rustup.rs | bat
# Show and highlight non-printable characters:
bat -A /etc/hosts

open

open open-crates.io open-github open-lib.rs

Opens a path or URL using the program configured on the system.