Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/primis/gitspot
Spotify Git Commit Message
https://github.com/primis/gitspot
Last synced: about 4 hours ago
JSON representation
Spotify Git Commit Message
- Host: GitHub
- URL: https://github.com/primis/gitspot
- Owner: primis
- License: mit
- Created: 2015-01-17T05:59:37.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2021-05-14T19:41:28.000Z (over 3 years ago)
- Last Synced: 2023-08-06T09:56:48.268Z (over 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spgit
Musical Git Commit MessagesDescription:
Any dbus compliant application can provide metadata of the currently playing track.
spgit allows you to use this metadata as your git commit messages
As an added bonus, if the file is a URL stream such as a spotify URI, it will
automatically add the URI to the commit message too.Usage:
On linux, put spgit in your path somewhere, and when you want to commit to
git, simply type 'spgit' at your command line.You can also add an additional message to your commit with the following format:
spgit "message"This will append your message after the currently playing track.
You can also make your message primary by adding the -m switch like so:
spgit -m "message"