Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitavoloboev committed Apr 16, 2019
1 parent 3ff047f commit c08a62e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,22 @@

> [Alfred](https://www.alfredapp.com/) workflow to search through any website (easily extendable list)
<img src="https://i.imgur.com/KNiTsSe.png" width="500" alt="img">
<img src="https://i.imgur.com/LhHUIbk.png" width="500" alt="img">

This workflow similar to [DuckDuckGo Bangs](https://duckduckgo.com/bang?) allows you to fuzzy search through a selection of websites that you can [add and contribute to](CONTRIBUTING.md#readme).

You simply search for the website you want to scope your search too, press enter and make your search.

Each search has a prefix to signify the theme or scope of the search. For example results prefixed with `r:` will search through subreddits. Here is the full list of prefixes and their descriptions.

| Prefix | Description |
| ------ | -------------------------------------------- |
| r: | Search subreddits on Reddit |
| d: | Search documentation websites |
| g: | Search GitHub |
| s: | Search stack exchange sites |
| f: | Search forums |
| t: | Search Google Translate |
| w: | Search ordinary websites (none of the above) |
Some results have a prefix to signify the scope of the search. For example results prefixed with `r:` will search through Reddit subreddits. Here is the full list of prefixes and their descriptions.

| Prefix | Description |
| ------ | ----------------------------- |
| r: | Search subreddits on Reddit |
| d: | Search documentation websites |
| g: | Search GitHub |
| s: | Search stack exchange sites |
| f: | Search forums |
| t: | Search Google Translate |

Each prefix also has a corresponding icon for visual feedback of prefix meaning.

Expand Down
1 change: 1 addition & 0 deletions workflow/websites.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
g: GitHub,https://GitHub.com/search?utf8=✓&q={query}&type=
Related Subreddits,https://anvaka.github.io/sayit/?query={query}
Audible, https://www.audible.com/search?keywords={query}
w. Reddit posted by domain (year),https://www.reddit.com/domain/{query}/top/?sort=top&t=year
Google's autocomplete visualizer (Graph for),https://anvaka.github.io/vs/?pattern=%5Bquery%5D%20...&query={query}
Expand Down

0 comments on commit c08a62e

Please sign in to comment.