Try it live
The shell, in your browser
A sandboxed simulation of the dotfiles shell — the real aliases and the modern-CLI
stack (eza, bat, zoxide, fd,
ripgrep), with canned but faithful output. Nothing runs on your machine,
nothing leaves the page. Type help to see what to try.
Tip: try ls, cat core.version, git st, or
help. Ctrl+L clears.
~/dotfiles-core main ❯ ll
This interactive demo needs JavaScript. Here is the command set it simulates — every one is a real alias or tool from the dotfiles stack:
-
lseza list files — icons, git status, tree (aliased to eza) -
lleza -lah --git long listing with permissions, size, git column -
catbat view a file — syntax-highlighted, framed (aliased to bat). Try: cat core.version -
zzoxide smart cd — jump to a frecent dir by substring (aliased to zoxide) -
fdfd fast, gitignore-aware file find (aliased to fd) -
rgripgrep --smart-case recursive search — smart-case by default. Try: rg alias -
gitgit (st = status -sb) git short status — the `gst`/`git st` alias from git.zsh -
helptealdeer (tldr) community quick-reference for a command (aliased to tldr) -
welcomedemo show the welcome banner -
clearbuiltin clear the screen
Or browse the real config on the Config page — those are the actual source files.