update readme

This commit is contained in:
Cade Scroggins
2022-02-20 17:48:06 -08:00
parent 700a0b3be8
commit 50391dac09
+8 -7
View File
@@ -1,9 +1,9 @@
# Tilde # Tilde
Inspired by [/r/startpages](https://www.reddit.com/r/startpages)—the idea Inspired by [r/startpages](https://www.reddit.com/r/startpages)—the idea
is to have a browser homepage that is functional and sexy. is to have a browser homepage that is functional and sexy.
## Usage ## Basic Usage
This is how you can use Tilde out of the box, but it’s This is how you can use Tilde out of the box, but it’s
[meant to be customized](index.html). [meant to be customized](index.html).
@@ -14,17 +14,17 @@ This is how you can use Tilde out of the box, but it’s
triggered. triggered.
- To search a site, type a single quote after the site’s key, followed by - To search a site, type a single quote after the site’s key, followed by
your query. your query.
- To go to a specific path an a site, type the path after the site’s key. - To go to a specific path on a site, type the path after the site’s key.
### Examples ### Examples
- Entering `t` will redirect you to [twitter.com](https://twitter.com/home). - Entering `t` will redirect you to [twitter.com](https://twitter.com/home).
- Entering `u` will redirect you to [unsplash.com](https://unsplash.com/images). - Entering `u` will redirect you to [unsplash.com](https://unsplash.com/images).
- Entering `duckduckgo` will
[search Google for duckduckgo](https://www.google.com/search?q=duckduckgo).
#### Searching #### Searching
- Entering `anything` will
[search Google for anything](https://www.google.com/search?q=anything).
- Entering `g'tilde` will - Entering `g'tilde` will
[search GitHub for tilde](https://github.com/search?q=tilde). [search GitHub for tilde](https://github.com/search?q=tilde).
- Entering `y'vox` will - Entering `y'vox` will
@@ -33,7 +33,7 @@ This is how you can use Tilde out of the box, but it’s
#### Specific Paths #### Specific Paths
- Entering `r/r/startpages` will redirect you to - Entering `r/r/startpages` will redirect you to
[reddit.com/r/startpages](https://www.reddit.com/r/startpages) [r/startpages](https://www.reddit.com/r/startpages).
- Entering `j/popular` will redirect you to - Entering `j/popular` will redirect you to
[hypem.com/popular](http://hypem.com/popular). [hypem.com/popular](http://hypem.com/popular).
@@ -45,4 +45,5 @@ This is how you can use Tilde out of the box, but it’s
## License ## License
Feel free to use and modify Tilde [however you like](LICENSE). Thank you for reading! Feel free to use and modify Tilde
[as you see fit](LICENSE).