1
1
# Search ALL the docs
2
- ![ GitHub Downloads ] ( https://img.shields.io/github/downloads/chrisgrieser/alfred-docs-searches/total?label=GitHub%20Downloads&style=plastic&logo=github )
3
- ![ Alfred Gallery Downloads ] ( https://img.shields.io/badge/dynamic/yaml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fchrisgrieser%2F.config%2Frefs%2Fheads%2Fmain%2FAlfred.alfredpreferences%2Falfred-workflow-download-count.yaml&query=alfred-docs-searches&style=plastic&logo=alfred&label=Gallery%20Downloads&color=%235C1F87 )
4
- ![ Latest Release ] ( https://img.shields.io/github/v/release/chrisgrieser/alfred-docs-searches?label=Latest%20Release&style=plastic )
2
+ ![ GitHub downloads ] ( https://img.shields.io/github/downloads/chrisgrieser/alfred-docs-searches/total?label=GitHub%20Downloads&style=plastic&logo=github )
3
+ ![ Alfred gallery downloads ] ( https://img.shields.io/badge/dynamic/yaml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fchrisgrieser%2F.config%2Frefs%2Fheads%2Fmain%2FAlfred.alfredpreferences%2Falfred-workflow-download-count.yaml&query=alfred-docs-searches&style=plastic&logo=alfred&label=Gallery%20Downloads&color=%235C1F87 )
4
+ ![ Latest release ] ( https://img.shields.io/github/v/release/chrisgrieser/alfred-docs-searches?label=Latest%20Release&style=plastic )
5
5
6
6
Search hundreds of documentation sites from DevDocs and other sources via
7
7
Alfred.
@@ -14,12 +14,12 @@ Alfred.
14
14
15
15
- [ Installation] ( #installation )
16
16
- [ DevDocs] ( #devdocs )
17
- * [ Usage] ( #usage )
18
- * [ Pinning specific versions] ( #pinning-specific-versions )
19
- * [ Icons] ( #icons )
17
+ * [ Usage] ( #usage )
18
+ * [ Pinning specific versions] ( #pinning-specific-versions )
19
+ * [ Icons] ( #icons )
20
20
- [ Extras] ( #extras )
21
- * [ Documentation sites] ( #documentation-sites )
22
- * [ Utilities] ( #utilities )
21
+ * [ Documentation sites] ( #documentation-sites )
22
+ * [ Utilities] ( #utilities )
23
23
- [ Reload caches] ( #reload-caches )
24
24
- [ Maintenance notes] ( #maintenance-notes )
25
25
- [ About the developer] ( #about-the-developer )
@@ -72,7 +72,7 @@ the directory `./devdocs/icons/{keyword}.png`. PRs are welcome.
72
72
- ` sc ` : shellcheck wiki
73
73
- ` pandoc ` : pandoc user manual
74
74
- ` wt ` : WezTerm docs
75
- - ` just ` : [ just (task runner) docs] ( https://just.systems/man/en/ )
75
+ - ` just ` : [ just docs] ( https://just.systems/man/en/ )
76
76
- ` yq ` : yq docs
77
77
- ` oh ` : Obsidian help
78
78
- ` odd ` : Obsidian developer docs
@@ -98,16 +98,16 @@ refreshing the cache via the Alfred keyword `:docs-reload`.
98
98
99
99
## Maintenance notes
100
100
1 . ** Remote** : Twice per month, a [ GitHub
101
- Action] ( https://github.com/chrisgrieser/alfred-docs-searches/blob/main/ .github/workflows/update-available- devdocs.yml)
102
- is run that checks for devdocs updates. If updates are found, the
103
- [ keyword-slug-map] ( https://github.com/chrisgrieser/alfred-docs-searches/blob/main/ .github/keyword-slug-map.json)
104
- available on this GitHub remote is updated. The ` info.plist ` is also updated
105
- in case not only a new version, but an entirely new documentation site
106
- becomes available.
101
+ Action] ( ./ .github/workflows/update-devdocs.yml) is run that checks for
102
+ devdocs updates. If updates are found, the
103
+ [ keyword-slug-map] ( ./ .github/caches/devdocs- keyword-slug-map.json) available
104
+ on this GitHub remote is updated. The ` info.plist ` is also updated in case
105
+ not only a new version, but an entirely new documentation site becomes
106
+ available.
107
107
2 . ** Local** : Every week, the locally available workflow fetches an update from
108
- the ` keymap-slug-map ` and the ` info.plist ` files from the GitHub remote. The update to the
109
- ` info.plist ` is required, so that newly available documentation sites also
110
- show up in the dropdown menus of the workflow configuration.
108
+ the ` keymap-slug-map ` and the ` info.plist ` files from the GitHub remote. The
109
+ update to the ` info.plist ` is required, so that newly available documentation
110
+ sites also show up in the dropdown menus of the workflow configuration.
111
111
3 . This means that any devdocs update is available to the user at most after
112
112
three weeks. (The local cache can be manually updated via the Alfred keyword
113
113
via ` :docs-reload ` to remove the seven-day delay.)
0 commit comments