- OS X
Double-click Qiita.alfredworkflow
to install Alfred workflow.
qiita search <query>
qiita setup <name> <password>
qiita stocks <query:optional>
qiita my <query:optional>
- 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
Run folloing commands to link this workflow to Alfred app manually.
$ bundle install
$ bundle exec rake link
If you put Alfred settings to another location, you should run following lines
$ rake link ALFRED_WORKFLOW_PATH=/path/to/Alfred.alfredpreferences/workflows
You can find Alfred preferences path by mdfind
command like this:
$ mdfind Alfred.alfredpreferences
$ bundle install
$ bundle exec rspec