https://github.com/kevinjalbert/alfred-devhints
Search for Devhints.io cheatsheets from Alfred
https://github.com/kevinjalbert/alfred-devhints
alfred alfred3-workflow cheatsheet devhints documentation
Last synced: 3 months ago
JSON representation
Search for Devhints.io cheatsheets from Alfred
- Host: GitHub
- URL: https://github.com/kevinjalbert/alfred-devhints
- Owner: kevinjalbert
- License: mit
- Created: 2018-11-03T02:43:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T13:43:58.000Z (over 6 years ago)
- Last Synced: 2025-03-22T14:22:06.790Z (3 months ago)
- Topics: alfred, alfred3-workflow, cheatsheet, devhints, documentation
- Language: Ruby
- Homepage: http://www.packal.org/workflow/devhints
- Size: 144 KB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alfred-devhints
Search for Devhints.io cheatsheets from Alfred
Use `dh` to start searching across the cheatsheets.
## Installation
Download the [workflow](https://github.com/packal/repository/raw/master/com.kevinjalbert.alfred-devhints/devhints.alfredworkflow) and install it.
## How it works
The workflow is just a script filter in Alfred with all the cheatsheets present in a JSON string. The [generate-script.rb](./generate-script.rb) will extract the latest cheatsheets using the following URL: https://devhints.io/data/search-index.json. Right now it is a manual step to update the script filter to use the new JSON.