You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the Chev Shell v0.1.0-alpha. Below is a list of common commands you can use. Many "standard" commands are transparently mapped to faster, Rust-based alternatives for a modern experience.
π Navigation & File Management
Command
Modern Alternative
Examples
ls
eza
ls -la, ls --tree
cd
zoxide
cd Documents, cd project_name (jump)
tree
broot
tree (interactive, triggers IDE split)
cp
xcp
cp file.txt backup/
rm
rip
rm file.txt (sends to graveyard)
find
fd
find patterns
du
dust
du -h
df
lfs
df
ouch
ouch
ouch compress src/ archive.zip
serve
miniserve
serve .
preview
Native QuickLook
preview image.png, preview doc.pdf
βοΈ Text Processing & Viewing
Command
Modern Alternative
Examples
cat
bat / mdcat
cat main.rs (code) or cat README.md (renders Markdown)