You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 10, 2023. It is now read-only.
Alfred workflow to Search Safari History written in swift.
2
+
Alfred workflow to search Safari history written in swift.
3
3
4
4
#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