|
1 |
| -<p align="center">Dedicate to @Y4m1n for her 24th birthday🥳<p> |
| 1 | +<p align="center">Dedicate to my friend @Y4m1n for her 24th birthday🥳<p> |
2 | 2 | </p>
|
3 | 3 |
|
4 | 4 | # Search Selection
|
5 | 5 | Search Selection is an Alfred workflow to do daily searches with one hotkey.
|
6 | 6 |
|
7 | 7 | ## Installation
|
8 |
| -1. Download [here](https://raw.githubusercontent.com/willbchang/alfred-search-selection/master/Search%20Selection.alfredworkflow) |
| 8 | +1. Download [here](https://github.com/willbchang/alfred-search-selection/releases/latest) |
9 | 9 | 2. Double click `Search Selection.alfredworkflow` to install.
|
10 | 10 | 3. Click `Import` Button.
|
11 | 11 | 4. Double click `Hotkey` and set your shortcut.(I'm using <kbd>alt</kbd> + <kbd>s</kbd>).
|
12 | 12 |
|
13 |
| -## Usages |
| 13 | +## Features & Usages |
14 | 14 | <kbd>alt</kbd>+<kbd>s</kbd>
|
15 |
| -- Open url(s). |
16 |
| - - [x] Open all urls from selected text. |
17 |
| - - [x] Encode url. |
18 |
| - - [ ] Improve url regular expression. |
| 15 | +- Simply select a paragraph it will open all urls for you in default browser. |
| 16 | + ``` |
| 17 | + Select this line, it will open willbc.cn and https://news.ycombinator.com/ in the browser. |
| 18 | + ``` |
19 | 19 | - Text Search in Default Browser.
|
20 |
| - - [x] Search single line(Selec any word(s) and press the hotkey). |
21 |
| - - [x] Search multiple lines.(Try to select several checkboxes on this page and press hotkey) |
| 20 | + - Search single line(Select any word(s) and press the hotkey). |
| 21 | + - Search multiple lines.(Try to select several checkboxes on this page and press hotkey) |
22 | 22 | - Image Search
|
23 | 23 | - [ ] Search Singe image
|
24 |
| - - [ ] Search multiple iamges |
25 | 24 |
|
26 | 25 | ### Change Search Engine
|
27 | 26 | Default: Google
|
28 |
| -1. Open Alfred Preferences |
29 |
| -2. Open `Search Selection` workflow in Workflows |
30 |
| -3. Open `Run Script` object |
31 |
| -4. Replace `https://www.google.com/search?q=%s` with your favorite search engine url. |
| 27 | +1. Search `test` with your favorite search engine. |
| 28 | +2. Get the url from the results, e.g. `https://duckduckgo.com/?q=` |
| 29 | +3. Open Alfred Preferences. |
| 30 | +4. Open `Search Selection` workflow in Alfred Preferences -> Workflows -> Search Selection |
| 31 | +5. Open `Run Script` object. |
| 32 | +6. Replace `https://google.com/search?q=` with your favorite search engine url. |
32 | 33 |
|
33 | 34 | ## Contribution
|
34 | 35 | Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
|
|
0 commit comments