Quick is a CLI that allows you to easily manage cloned repositories.
Command | Description | options |
---|---|---|
clone [URL] | This will clone a repository into ~/src/[username]/ and generate the change directory command for you |
none |
push [MESSAGE] | This will push and commit your current changes with an optional message | none |
pr | This will open a pr | none |
create | This will create a Github repository and clone it to the correct directory | -p |
find | Find local repositories that start with the given name and print out the cd command | none |
brew tap dylanplayer/devtools
brew install dylanplayer/devtools/quick
quick clone https://github.com/user/example
quick push
quick pr
quick create example
quick create example -p