Alfred Qiita Workflow


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 the scope of read_qiita and put it on:
qiita setup <personal access token>
List and search stocked articles
Must be get access token before using it.
qiita stocks <query:optional>
List and search your articles
Must be get access token before using it.
qiita my <query:optional>
Contributing
Fork project
- Fork it
- Create your feature branch (
git checkout -b my-new-feature)
- Commit your changes (
git commit -am 'Added some feature')
- Push to the branch (
git push origin my-new-feature)
- Create new Pull Request
Development Installation
Run folloing commands to link this workflow to Alfred app manually.
$ 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 like this:
$ mdfind Alfred.alfredpreferences
Testing workflow
soon