update commands

This commit is contained in:
cade
2024-11-18 14:38:31 -08:00
parent df05ab8817
commit 31bb044448
2 changed files with 13 additions and 20 deletions
+5 -6
View File
@@ -6,20 +6,19 @@ Tilde is a minimal browser homepage for pro web surfers.
**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)
e.g. `g` <kbd>Enter</kbd> will redirect you to [github.com](https://github.com)
**To search a site**, type a space after the site&rsquo;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)
e.g. `g tilde` <kbd>Enter</kbd> will
[search GitHub for tilde](https://github.com/search?q=tilde)
**If your input doesn&rsquo;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)
e.g. `tilde` <kbd>Enter</kbd> will
[search DuckDuckGo for tilde](https://duckduckgo.com/?q=tilde)
**To go to a specific path on a site**, type the path after the site&rsquo;s
key.