Tilde is a minimal browser homepage for pro web surfers.
To go to a site, type the corresponding key and press Enter.
e.g. g
Enter will redirect you to
github.com
To search a site, type a space after the site’s key followed by your query.
e.g. y kittens
Enter will
search YouTube for kittens
If your input doesn’t match a key, a DuckDuckGo search will be triggered.
e.g. google
Enter will
search DuckDuckGo for google
To go to a specific path on a site, type the path after the site’s key.
e.g. r/r/startpages
Enter will redirect you to
reddit.com/r/startpages
To access any other site, enter the URL directly.
e.g. example.com
Enter will redirect you to
example.com
Tilde is meant to be customized—make it yours!
I have made the following changes to the original Tilde, feel free to port them to your fork:
- Commands are fetched from
commands.json
instead of being hardcoded inindex.html
- Added an optional
icon
field to commands, which refers to an PNG from dashboard-icons- This is shown on the left, replacing the shortcut
- Highlight shortcuts in the command name instead of alongside it
- This means that, for example, the command named Minecraft with shortcut
mc
will be displayed as Minecraft
- This means that, for example, the command named Minecraft with shortcut
Use and modify Tilde as you see fit.