xaizek / pms (License: GPLv3+) (since 2018-12-07)
Older version of Practical Music Search written in C++.
Commit a072094073fa91d1ba7516c2828d5b05c7450f64

Add screenshot and link to MPD
Author: Kim Tore Jensen
Author date (UTC): 2015-08-25 19:01
Committer name: Kim Tore Jensen
Committer date (UTC): 2015-08-25 19:01
Parent(s): de982783f91853997446f2f580b139d665d2df0d
Signing key:
Tree: ece78a7a9a1b433e74de581649b2ef7717dacab7
File Lines added Lines deleted
images/pms.png 0 0
index.html 4 2
File images/pms.png added (mode: 100644) (index 0000000..5723380)
File index.html changed (mode: 100644) (index 3700d14..5d6555c)
19 19
20 20 <header> <header>
21 21 <h1>Practical Music Search</h1> <h1>Practical Music Search</h1>
22 <h2>Vim-like frontend to Music Player Daemon</h2>
22 <h2>Powerful Vim-like frontend to the Music Player Daemon</h2>
23 23 </header> </header>
24 24
25 25 <section id="downloads" class="clearfix"> <section id="downloads" class="clearfix">
 
34 34 <h3> <h3>
35 35 <a id="introduction" class="anchor" href="#introduction" aria-hidden="true"><span class="octicon octicon-link"></span></a>Introduction</h3> <a id="introduction" class="anchor" href="#introduction" aria-hidden="true"><span class="octicon octicon-link"></span></a>Introduction</h3>
36 36
37 <p>Practical Music Search is an open source client for Music Player Daemon, written in C++ and ncurses. The target audience are power users who need an MPD client that is highly configurable. PMS features a simple but powerful interface similar to Vim, and runs on (at least) Linux, FreeBSD and Mac OS X.</p>
37 <p>Practical Music Search is an open source client for the <a href="http://www.musicpd.org/">Music Player Daemon</a>, written in C++ and ncurses. The target audience are power users who need an MPD client that is highly configurable. PMS features a simple but powerful interface similar to Vim, and runs on (at least) Linux, FreeBSD and Mac OS X.</p>
38
39 <p><img src="images/pms.png" />
38 40
39 41 <h3> <h3>
40 42 <a id="features" class="anchor" href="#features" aria-hidden="true"><span class="octicon octicon-link"></span></a>Features</h3> <a id="features" class="anchor" href="#features" aria-hidden="true"><span class="octicon octicon-link"></span></a>Features</h3>
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/pms

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/pms

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master