Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

git-song

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-song

Git hook for adding the currently playing song to a commit.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

git-song

Git hook for adding the currently playing song to a commit. Experimental, and not actively maintained.

Install

npm install git-song -g

Usage

Enter a git repository directory, and run git-song --player=<player name>. The only tested players are itunes and spotify. For example, if you use iTunes, run:

git-song --player="itunes"

This will automatically add a commit-msg hook that'll add the currently playing song from iTunes. If there's no song playing, or the player isn't running, it won't add anything to your commit message. Otherwise, it'll add the following to the very bottom of your commit message:

:musical_note: Listening to "Song Name" by Artist :musical_note:

Caveats

  • Mac OS X only.
  • If the player currently isn't running, it'll launch it. This is an applescript limitation.

FAQs

Package last updated on 05 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc