From 2b74ecd2150a46e978b3bd4e54d5154f333a3d72 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Fri, 5 Aug 2022 12:10:12 -0500 Subject: [PATCH] update readme --- README.md | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index a370a9b..40092ae 100644 --- a/README.md +++ b/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