mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
update readme
This commit is contained in:
parent
1c46b69a55
commit
2b74ecd215
1 changed files with 21 additions and 20 deletions
41
README.md
41
README.md
|
|
@ -1,40 +1,41 @@
|
|||
# Tilde
|
||||
|
||||
Inspired by [r/startpages](https://www.reddit.com/r/startpages)—the idea
|
||||
is to have a browser homepage that is functional and sexy.
|
||||
Inspired by [r/startpages](https://www.reddit.com/r/startpages)—Tilde is a
|
||||
browser homepage that is functional and chic.
|
||||
|
||||
## Basic Usage
|
||||
|
||||
To go to a site, type the corresponding key and press return. For example:
|
||||
To go to a site, type the corresponding key and press return. e.g:
|
||||
|
||||
- `t` will redirect you to [twitter.com](https://twitter.com/home).
|
||||
- `p` will redirect you to [producthunt.com](https://www.producthunt.com).
|
||||
- `t` will redirect you to [twitter.com](https://twitter.com/home)
|
||||
- `b` will redirect you to [dribbble.com](https://dribbble.com/shots/popular)
|
||||
|
||||
### Searching
|
||||
To access any other site, enter the URL directly. e.g:
|
||||
|
||||
To search a site, type a single quote after the site’s key followed by
|
||||
your query. For example:
|
||||
- `example.com` will redirect you to [example.com](https://example.com)
|
||||
|
||||
- `g'tilde` will [search GitHub for tilde](https://github.com/search?q=tilde).
|
||||
- `y'kittens` will
|
||||
[search YouTube for kittens](https://www.youtube.com/results?search_query=kittens).
|
||||
To search a site, type a space after the site’s key followed by your
|
||||
query. e.g:
|
||||
|
||||
If your input doesn’t match a key, a DuckDuckGo search will be triggered.
|
||||
- `g tilde` will [search GitHub for tilde](https://github.com/search?q=tilde)
|
||||
- `y kittens` will
|
||||
[search YouTube for kittens](https://www.youtube.com/results?search_query=kittens)
|
||||
|
||||
### Specific Paths
|
||||
A DuckDuckGo search will be triggered if your input doesn’t match a key.
|
||||
e.g:
|
||||
|
||||
- `google` 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.
|
||||
For example:
|
||||
e.g:
|
||||
|
||||
- `r/r/startpages` will redirect you to
|
||||
[reddit.com/r/startpages](https://www.reddit.com/r/startpages).
|
||||
- `h/popular` will redirect you to
|
||||
[hypem.com/popular](http://hypem.com/popular).
|
||||
[reddit.com/r/startpages](https://www.reddit.com/r/startpages)
|
||||
- `h/popular` will redirect you to [hypem.com/popular](http://hypem.com/popular)
|
||||
|
||||
### Beyond
|
||||
## Beyond
|
||||
|
||||
This is how you can use Tilde out of the box, but it’s meant to be
|
||||
customized. [Make it yours!](index.html)
|
||||
Tilde is meant to be customized—[make it yours!](index.html)
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue