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
1ec4cfa957
commit
f696c31dcf
1 changed files with 20 additions and 18 deletions
38
README.md
38
README.md
|
|
@ -1,34 +1,36 @@
|
|||
# Tilde
|
||||
|
||||
Inspired by [r/startpages](https://www.reddit.com/r/startpages)—Tilde is
|
||||
the browser homepage for pro web surfers.
|
||||
Tilde is a minimal browser homepage for pro web surfers.
|
||||
|
||||
## Basic Usage
|
||||
## Usage
|
||||
|
||||
To go to a site, type the corresponding key and press return. e.g:
|
||||
**To go to a site**, type the corresponding key and press <kbd>Enter</kbd>.
|
||||
|
||||
- `g` will redirect you to [github.com](https://github.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’s key followed by your
|
||||
query. e.g:
|
||||
**To search a site**, type a space after the site’s key followed by your
|
||||
query.
|
||||
|
||||
- `y kittens` will
|
||||
[search YouTube for kittens](https://www.youtube.com/results?search_query=kittens)
|
||||
e.g. `y kittens` <kbd>Enter</kbd> will
|
||||
[search YouTube for kittens](https://www.youtube.com/results?search_query=kittens)
|
||||
|
||||
A DuckDuckGo search will be triggered if your input doesn’t match a key.
|
||||
e.g:
|
||||
**If your input doesn’t match a key**, a DuckDuckGo search will be
|
||||
triggered.
|
||||
|
||||
- `google` will [search DuckDuckGo for google](https://duckduckgo.com/?q=google)
|
||||
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:
|
||||
**To go to a specific path on a site**, type the path after the site’s
|
||||
key.
|
||||
|
||||
- `r/r/startpages` will redirect you to
|
||||
[reddit.com/r/startpages](https://www.reddit.com/r/startpages)
|
||||
e.g. `r/r/startpages` <kbd>Enter</kbd> will redirect you to
|
||||
[reddit.com/r/startpages](https://www.reddit.com/r/startpages)
|
||||
|
||||
To access any other site, enter the URL directly. e.g:
|
||||
**To access any other site**, enter the URL directly.
|
||||
|
||||
- `example.com` will redirect you to [example.com](https://example.com)
|
||||
e.g. `example.com` <kbd>Enter</kbd> will redirect you to
|
||||
[example.com](https://example.com)
|
||||
|
||||
## Beyond
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue