Stars: 636
Forks: 28
Pull Requests: 15
Issues: 26
Watchers: 16
Last Updated: 2021-12-06 09:32:44
Alfred workflow for devdocs.io
License: GNU General Public License v2.0
Languages: PHP, HTML
Alfred workflow for the amazing devdocs.io documentations.
Use the packaged workflow DevDocs.alfredworkflow from packal.
By default, the Alfred Devdocs workflow comes without any documentation. First of all, you must add one or several docs you want to browse using the cdoc:add
command. For example:
cdoc:add javascript
cdoc:list
: List all docs you can add in your workflowcdoc:add
: Add a doc in your workflow, if you have already all docs, that command do nothingcdoc:remove
: Remove a doc in your workflow, if you haven't a doc in your workflow, that command do nothingcdoc:all
: Add all docs available to your workflow (not recommended)cdoc:nuke
: Remove all docs in your workflowcdoc:refresh
: Refresh cache for a doc (if specified) or all the added docs otherwisecdoc:alias
: Create an alias for a documentationcdoc:unalias
: Remove an existing alias of a documentationKeywords exist for each documentation supported by DevDocs.
Global search may be slow the first time it is called because it will download all the documentations at once.
Using the "shift" key on a function will display a preview (using quicklook) of the doc.
Define the HTTP_PROXY
environment variable in Alfred as below. You can define the HTTP_PROXY_AUTHORIZATION
as well if your proxy needs basic authentication.