mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
41 lines
1.1 KiB
Markdown
41 lines
1.1 KiB
Markdown
# Tilde
|
|
|
|
Tilde is a minimal browser homepage for pro web surfers.
|
|
|
|
## Usage
|
|
|
|
**To go to a site**, type the corresponding key and press <kbd>Enter</kbd>.
|
|
|
|
e.g. `a` <kbd>Enter</kbd> will redirect you to
|
|
[chatgpt.com](https://chatgpt.com)
|
|
|
|
**To search a site**, type a space after the site’s key followed by your
|
|
query.
|
|
|
|
e.g. `y kittens` <kbd>Enter</kbd> will
|
|
[search YouTube for kittens](https://www.youtube.com/results?search_query=kittens)
|
|
|
|
**If your input doesn’t match a key**, a DuckDuckGo search will be
|
|
triggered.
|
|
|
|
e.g. `google` <kbd>Enter</kbd> will
|
|
[search DuckDuckGo for google](https://duckduckgo.com/?q=google)
|
|
|
|
**To go to a specific path on a site**, type the path after the site’s
|
|
key.
|
|
|
|
e.g. `g/xvvvyz/tilde` <kbd>Enter</kbd> will redirect you to
|
|
[github.com/xvvvyz/tilde](https://github.com/xvvvyz/tilde)
|
|
|
|
**To access any other site**, enter the URL directly.
|
|
|
|
e.g. `example.com` <kbd>Enter</kbd> will redirect you to
|
|
[example.com](https://example.com)
|
|
|
|
## Beyond
|
|
|
|
Tilde is meant to be customized—[make it yours!](index.html)
|
|
|
|
## License
|
|
|
|
Use and modify Tilde [as you see fit](UNLICENSE).
|