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.

This interactive demo needs JavaScript. Here is the command set it simulates — every one is a real alias or tool from the dotfiles stack:

  • lsezalist files — icons, git status, tree (aliased to eza)
  • lleza -lah --gitlong listing with permissions, size, git column
  • catbatview a file — syntax-highlighted, framed (aliased to bat). Try: cat core.version
  • zzoxidesmart cd — jump to a frecent dir by substring (aliased to zoxide)
  • fdfdfast, gitignore-aware file find (aliased to fd)
  • rgripgrep --smart-caserecursive search — smart-case by default. Try: rg alias
  • gitgit (st = status -sb)git short status — the `gst`/`git st` alias from 25-git.zsh
  • helptealdeer (tldr)community quick-reference for a command (aliased to tldr)
  • welcomedemoshow the welcome banner
  • clearbuiltinclear the screen

Or browse the real config on theConfig page — those are the actual source files.