All Projects → uetchy → alfred-qiita-workflow

uetchy / alfred-qiita-workflow

Licence: MIT license
Qiita on Alfred

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to alfred-qiita-workflow

Efficient-office
Alfred-Workflows,Vim,Script,Mac
Stars: ✭ 36 (-36.84%)
Mutual labels:  alfred, alfred-workflow
alfred-http-status-codes
Alfred Workflow to search for http status code meanings
Stars: ✭ 30 (-47.37%)
Mutual labels:  alfred, alfred-workflow
alfred-postcss-workflow
Alfred App Workflow for https://www.postcss.parts
Stars: ✭ 14 (-75.44%)
Mutual labels:  alfred, alfred-workflow
wipfred
🚧Manage your wip.chat todos with alfred
Stars: ✭ 23 (-59.65%)
Mutual labels:  alfred, alfred-workflow
alfred-browser-tabs
🔍 Search browser tabs from Chrome, Brave, Safari, etc..
Stars: ✭ 302 (+429.82%)
Mutual labels:  alfred, alfred-workflow
alfred-deepl
Utilize DeepL api translator.
Stars: ✭ 19 (-66.67%)
Mutual labels:  alfred, alfred-workflow
alfred-mac-osx-sharing
Alfred workflow to use Mac OS X sharing services
Stars: ✭ 19 (-66.67%)
Mutual labels:  alfred, alfred-workflow
alfred-anki
Create New Cards into any decks with any "Note Type".
Stars: ✭ 42 (-26.32%)
Mutual labels:  alfred, alfred-workflow
alfred-ip-address-workflow
Alfred 5 workflow for getting your local and external IP addresses.
Stars: ✭ 163 (+185.96%)
Mutual labels:  alfred, alfred-workflow
alfred-jira-search
An Alfred workflow to search for Jira tickets
Stars: ✭ 26 (-54.39%)
Mutual labels:  alfred, alfred-workflow
Coinc
💰💱Alfred Workflow for currencies conversion
Stars: ✭ 38 (-33.33%)
Mutual labels:  alfred, alfred-workflow
alfred-passwords-workflow
An Alfred 4 workflow that allows you to quickly generate strong passwords.
Stars: ✭ 42 (-26.32%)
Mutual labels:  alfred, alfred-workflow
alfred-r
#rstats Alfred workflow
Stars: ✭ 36 (-36.84%)
Mutual labels:  alfred, alfred-workflow
alfred-chrome-history
Alfred workflow for Chrome history
Stars: ✭ 35 (-38.6%)
Mutual labels:  alfred, alfred-workflow
alfred-figlet
🔠 Alfred 3 workflow to asciify plain text using figlet.js
Stars: ✭ 16 (-71.93%)
Mutual labels:  alfred, alfred-workflow
alfred-arxiv-workflow
🔎 Alfred workflow to search arxiv.org items
Stars: ✭ 23 (-59.65%)
Mutual labels:  alfred, alfred-workflow
Alfred Searchio
Alfred workflow to auto-suggest search results from multiple search engines and languages.
Stars: ✭ 250 (+338.6%)
Mutual labels:  alfred, alfred-workflow
alfred-workflow-zoom-meetings
Join a Zoom meeting without the link opening in your browser.
Stars: ✭ 45 (-21.05%)
Mutual labels:  alfred, alfred-workflow
alfred-craftdocs
Note searching for Craft Docs using Alfred
Stars: ✭ 38 (-33.33%)
Mutual labels:  alfred, alfred-workflow
alfred-network-location
List, filter and activate network locations from within Alfred
Stars: ✭ 31 (-45.61%)
Mutual labels:  alfred, alfred-workflow

Alfred Qiita Workflow

Build Status

alt tag

Installation

Download latest version of Alfred Qiita Workflow and double-click Qiita.alfredworkflow to install it.

Commands

Search articles

qiita search <query>

Setup personal access token

Get Personal Access Token which have a scope for read_qiita and put it on:

qiita setup <personal access token>

List and search stocked articles

You MUST set access token in advance.

qiita stocks <query:optional>

List and search your articles

You MUST set access token in advance.

qiita my <query:optional>

Contributing

Fork project

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Development installation

Run following commands to link this workflow with Alfred.

$ go get github.com/uetchy/alfred-qiita-workflow
$ cd $GOPATH/github.com/uetchy/alfred-qiita-workflow
$ make build
$ make link

If you put Alfred settings to another location, you should run following lines:

$ ALFRED_WORKFLOW_PATH=/path/to/Alfred.alfredpreferences/workflows make link

You can find Alfred preferences path by mdfind command:

$ mdfind Alfred.alfredpreferences
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].