All Projects → yannickglt → Alfred Devdocs

yannickglt / Alfred Devdocs

Licence: gpl-2.0
Alfred workflow for devdocs.io

Projects that are alternatives of or similar to Alfred Devdocs

alfred-last2imgur
Alfred workflow to upload the last screenshot taken to Imgur + (delete and minify image)
Stars: ✭ 15 (-97.12%)
Mutual labels:  alfred-workflow, alfred3-workflow
alfred
A fast, simple way to make Alfred workflow script filters in Go
Stars: ✭ 25 (-95.2%)
Mutual labels:  alfred-workflow, alfred3-workflow
alfred-workflows
Hopefully useful workflows for Alfred
Stars: ✭ 54 (-89.64%)
Mutual labels:  alfred-workflow, alfred3-workflow
Zeal
Offline documentation browser inspired by Dash
Stars: ✭ 9,164 (+1658.93%)
Mutual labels:  api-documentation, dash
Alfred Things
Interact with Things 3 using Alfred.
Stars: ✭ 278 (-46.64%)
Mutual labels:  alfred-workflow, alfred3-workflow
Doc Browser
A documentation browser with support for DevDocs, Dash and Hoogle, written in Haskell and QML
Stars: ✭ 93 (-82.15%)
Mutual labels:  api-documentation, dash
alfred-string-operations
Perform string operations to clipboard content
Stars: ✭ 70 (-86.56%)
Mutual labels:  alfred-workflow, alfred3-workflow
Alfredmagic
一个面向效率提升的中文Workflow
Stars: ✭ 178 (-65.83%)
Mutual labels:  alfred-workflow, alfred3-workflow
Alfred Slack
The Slack workflow for Alfred app
Stars: ✭ 254 (-51.25%)
Mutual labels:  alfred-workflow, alfred3-workflow
xcode-config
My Xcode config - Alfred Workflow, File templates, Xcode code snippets, themes, IDETextKeyBindingSet
Stars: ✭ 16 (-96.93%)
Mutual labels:  alfred-workflow, alfred3-workflow
Alfred Jira
Alfred 3 (or Alfred 2) workflow for interacting with JIRA.
Stars: ✭ 242 (-53.55%)
Mutual labels:  alfred-workflow, alfred3-workflow
Alfred Bear
Alfred 3 workflow to create and search notes in Bear.
Stars: ✭ 319 (-38.77%)
Mutual labels:  alfred-workflow, alfred3-workflow
Alfred Pinboard Rs
Alfred Workflow for Pinboard (Rust)
Stars: ✭ 223 (-57.2%)
Mutual labels:  alfred-workflow, alfred3-workflow
wipfred
🚧Manage your wip.chat todos with alfred
Stars: ✭ 23 (-95.59%)
Mutual labels:  alfred-workflow, alfred3-workflow
Alfred Bear
Streamlined note searching and creation for Bear using Alfred
Stars: ✭ 203 (-61.04%)
Mutual labels:  alfred-workflow, alfred3-workflow
bookends-tools
Alfred Workflow to Integrate with Bookends, an academic reference manager/bibliography tool for macOS
Stars: ✭ 78 (-85.03%)
Mutual labels:  alfred-workflow, alfred3-workflow
Alfred Dark Mode
Alfred 3 workflow to toggle the system dark mode
Stars: ✭ 165 (-68.33%)
Mutual labels:  alfred-workflow, alfred3-workflow
Alfy
Create Alfred workflows with ease
Stars: ✭ 2,232 (+328.41%)
Mutual labels:  alfred-workflow, alfred3-workflow
alfred-caniuse
Quickly reference caniuse.com support tables using Alfred 3.
Stars: ✭ 16 (-96.93%)
Mutual labels:  alfred-workflow, alfred3-workflow
Alfred Npms
Alfred 3 workflow to search for npm packages with npms.io
Stars: ✭ 312 (-40.12%)
Mutual labels:  alfred-workflow, alfred3-workflow

alfred-devdocs Donate

Alfred workflow for the amazing devdocs.io documentations.

Install

Use the packaged workflow DevDocs.alfredworkflow from packal.

How to

Add a documentation

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

Other configuration commands

  • cdoc:list: List all docs you can add in your workflow
  • cdoc:add: Add a doc in your workflow, if you have already all docs, that command do nothing
  • cdoc:remove: Remove a doc in your workflow, if you haven't a doc in your workflow, that command do nothing
  • cdoc:all: Add all docs available to your workflow (not recommended)
  • cdoc:nuke: Remove all docs in your workflow
  • cdoc:refresh: Refresh cache for a doc (if specified) or all the added docs otherwise
  • cdoc:alias: Create an alias for a documentation
  • cdoc:unalias: Remove an existing alias of a documentation

Find in a specific documentation

Keywords exist for each documentation supported by DevDocs.

AngularJS documentation

Completion

Filter on functions

Global search

Global search may be slow the first time it is called because it will download all the documentations at once.

Global search

Alfred preview

Using the "shift" key on a function will display a preview (using quicklook) of the doc. Preview

Use behind an HTTP proxy

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. image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].