Trying hard to come up with a commit message, everytime you stage to your pet project?
Wait no longer, commit the song you're playing (on spotify) + random emoji, with single command.
gitcs
better than git commit -am.
gitcs adds now playing song name and artist followed by a emoji. You'll still need to stage your files i.e. git add <your files>
- Node.JS - JavaScript Runtime
- npm - Dependency Management
- Spotify Account
Install gitcs using npm command line, globally.
npm i -g gitcs
You'll just have to do this once. This cli will persist your tokens and secrets locally for future usage.
- Create a spotify app on Spotify for Developers Dashboard and store App ID and App Secret somewhere.
- execute
gitcs --clientID and --clientSecret
Tips and Tricks
- add optional
-c
flag to clear all secrets and tokens
Initial command
gitcs -i <AppID> -s <appSecret> -f
Afterwards
gitcs
- Ayush Chauhan - Initial work - heyayushh
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Please follow me and on twitter to pay kudos ❤️
- Sindre and Taylor Krusen.
- Awesome people spreading the word of this project
- Commit message is a helpful feature. gitcs reponsibly.
- To revert most recent commit message, use
git commit --amend
- Best Practices on Commit Message