Github Search
Alfred workflow to search for Github repository.
Requirements
This workflow is written in Node as JavaScript is the only language that I know — I'm more than happy to accept any pull request that ports this workflow to more "user friendly" language. To make it work, node needs to be installed on your machine. To confirm that you have it installed open a Terminal app and type node -v
that shows a version on installed interpreter or alert "command not found" which means that you need to install it.
Download
- Download Github Search from Packal - brilliant user-created repository for workflows.
How to use
- Open Alfred App
- Type
github
- Pass an argument to a script (name of a repository)
- Wait for results
Then:
Return
to open on Githubcmd + c
to copy clone link.- Hold
cmd
to open pull requests - Hold
alt
to open issues
Future improvements
- [ ] I'm open for suggestions