Skip to content

Commit 95674f0

Browse files
committed
docs: update README
1 parent 1cee424 commit 95674f0

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,35 @@
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>
22
</p>
33

44
# Search Selection
55
Search Selection is an Alfred workflow to do daily searches with one hotkey.
66

77
## 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)
99
2. Double click `Search Selection.alfredworkflow` to install.
1010
3. Click `Import` Button.
1111
4. Double click `Hotkey` and set your shortcut.(I'm using <kbd>alt</kbd> + <kbd>s</kbd>).
1212

13-
## Usages
13+
## Features & Usages
1414
<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+
```
1919
- 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)
2222
- Image Search
2323
- [ ] Search Singe image
24-
- [ ] Search multiple iamges
2524

2625
### Change Search Engine
2726
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.
3233

3334
## Contribution
3435
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

0 commit comments

Comments
 (0)