About this site
This is Trinh Nguyen's dev blog, dressed up as a terminal. Instead of clicking through pages,
you run commands against a small virtual file system with three directories:
~/posts~/topics~/about
How to use it
- Type a command at the prompt and press enter. Output is added below, like a shell session.
- Press ⌘K (Ctrl+K on Windows/Linux) to open the command palette with suggestions and your recent commands.
- The /posts, /topics and /about links in the header are shortcuts for cd ~/posts && ls and friends.
- Chain commands with &&, e.g. cd ~/about && cat me.md.
- To read an article, ls a directory, then cat the file you want.