solary
- 5 Devlogs
- 5 Total hours
A custom new tab page shaped like a terminal. The left half renders a planet as live ASCII.
A custom new tab page shaped like a terminal. The left half renders a planet as live ASCII.
The terminal can search with s, switch between Google, DuckDuckGo and
Yahoo, and jump straight to Google, YouTube or GitHub with commands: g, yt, gh. I also added the readme
I added an info command that provides information about planets and an ls command that compares them.
I’ve added the other planets too (I can’t upload all 7 planets).
Added an ASCII planet
Static terminal layout and input loop
history on the arrow keys, and Tab completion. Commands register into a
table so later work can add them without touching the dispatcher.