See npshell np
-- command line music queue manager
The npshell daemon is designed to start upon login.
On Mac with Homebrew
brew tap joelpurra/joelpurra
brew install npshell
brew services start npshell
- Clone the code then add a symlink to
npshell/src/np
to your path. - Add
np daemon --is-running || ( np daemon & )
to your~/.bash_profile
or similar. - Requirements:
The notification system is started separately.
- Add
np notify --is-running || ( np notify & )
to your~/.bash_profile
or similar. - Requirements
Copyright (c) 2014, 2015, 2016, 2017 Joel Purra. Released under GNU General Public License version 3.0 (GPL-3.0).