Skip to content

Commit c08a62e

Browse files
update
1 parent 3ff047f commit c08a62e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

+11-12
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,22 @@
22

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

77
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).
88

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

11-
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.
12-
13-
| Prefix | Description |
14-
| ------ | -------------------------------------------- |
15-
| r: | Search subreddits on Reddit |
16-
| d: | Search documentation websites |
17-
| g: | Search GitHub |
18-
| s: | Search stack exchange sites |
19-
| f: | Search forums |
20-
| t: | Search Google Translate |
21-
| w: | Search ordinary websites (none of the above) |
11+
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.
12+
13+
| Prefix | Description |
14+
| ------ | ----------------------------- |
15+
| r: | Search subreddits on Reddit |
16+
| d: | Search documentation websites |
17+
| g: | Search GitHub |
18+
| s: | Search stack exchange sites |
19+
| f: | Search forums |
20+
| t: | Search Google Translate |
2221

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

workflow/websites.csv

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

0 commit comments

Comments
 (0)