update readme

This commit is contained in:
Cade Scroggins
2021-01-19 18:29:21 +05:30
parent 703bd3bbfe
commit e4a6f9abd1
2 changed files with 18 additions and 15 deletions
+10 -12
View File
@@ -7,7 +7,7 @@ is to have a homepage for your browser that is functional and sexy.
To go to a site, enter the corresponding key. To view the available sites and
their keys, press `?`. If your input doesn’t match any of the keys, a
generic Google search will be triggered. For example:
generic Google search will be triggered.
- Entering `t` would redirect you to [twitter.com](https://twitter.com/home).
- Entering `u` would redirect you to
@@ -17,8 +17,8 @@ generic Google search will be triggered. For example:
### Searching
You can search a site by typing a single quote after the site’s key,
followed by your query. For example:
Search a site by typing a single quote after the site’s key, followed by
your query.
- Entering `g'tilde` would
[search GitHub for tilde](https://github.com/search?q=tilde).
@@ -27,9 +27,8 @@ followed by your query. For example:
### Specific Paths
You can go to a specific path on a site by typing a forward slash after the
site’s key, followed by the location on the site you’d like to be
redirected to. For example:
Go to a specific location on a site by typing a forward slash after the
site’s key, followed by a path.
- Entering `r/r/startpages` would redirect you to
[www.reddit.com/r/startpages](https://www.reddit.com/r/startpages)
@@ -38,20 +37,19 @@ redirected to. For example:
### Specific Sites
If you enter in a full domain or URL, you will be redirected to said domain or
URL. For example:
Enter a full domain or URL to be redirected to said domain or URL.
- Entering `stallman.org` would redirect you to
[stallman.org](https://stallman.org/).
- Entering `https://smile.amazon.com` would redirect you to
[smile.amazon.com](https://smile.amazon.com/).
## Configuration
### Beyond
The above is just the beginning. Open up the [index.html](index.html) file and
make it yours!
The above is just the beginning… Open up the [index.html](index.html)
file and make it yours!
## License
You can use and modify Tilde
Feel free to use and modify Tilde
[however you like](https://github.com/cadejscroggins/tilde/blob/master/LICENSE).