Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit 8682f90

Browse files
committed
Update readme
1 parent 29d1d20 commit 8682f90

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# SafariHistorySearch
2-
Alfred workflow to Search Safari History written in swift.
2+
Alfred workflow to search Safari history written in swift.
33

44
#Usage
5-
`shs <SEACH_QUERY>`
6-
Separate search terms with spaces if you want to search for more than one word, the results shown contain all search terms. This searches the url, page title and page body if available.
5+
`shs <SEARCH_TERMS>`
6+
7+
Separate search terms with spaces if you want to search for more than one word. ie:
8+
9+
`shs github safari`
10+
11+
12+
Each word is searched separately. If you want to search for a phrase,
13+
surround the phrase with double quotes, ie:
14+
15+
`shs "Alfred Workflow to Search Safari History"`
16+
17+
The results contain all search terms. This workflow searches the page url, page title and page body if available.

0 commit comments

Comments
 (0)