peridot

A modern terminal MPD (Music Player Daemon) client

Screenshot

Installation

Dependencies

From Source

  1. Install the dependencies from you package manager
  2. run sudo make install

Note: If you'd like a different install directory just modify it in the Makefile

Usage

Launching

Run the command peridot

Keybindings

*currently these cannot be remapped

Development

Install the dependencies and run shards install

Contributing

  1. Fork it (https://github.com/travonted/peridot/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors