xaizek / pms (License: GPLv3+) (since 2018-12-07)
Older version of Practical Music Search written in C++.
Subject SHA-1 Author Date
Implement the start of song lists. 632eeaaf7eb39561584372df640f41d1bcd6f908 Kim Tore Jensen 2014-09-30 20:52:29
Remove unneccessary locking. ae1f4c2d00f8777eeed5a179bec70b3c27e38afa Kim Tore Jensen 2014-09-30 17:30:54
Put MPD functions in mpd.c. 6058e32d78d982e5f2b8d68b47414ee937842364 Kim Tore Jensen 2014-09-30 17:23:57
Implement debug(), printing to stderr. 030fa3524b1af1135a96f48133949fe88542ba93 Kim Tore Jensen 2014-09-28 14:54:32
Whitespace: never use tabs. 21d968dfe5a3e92f44678110e43f70bd782fbde2 Kim Tore Jensen 2014-09-28 14:28:40
Implement scroll to beginning and end of console. 6ca195c0e2246e4c70fb2e41e056d2f7a8bc1299 Kim Tore Jensen 2014-09-28 14:25:35
Start prototyping the input system. 86c4c604589bbe3e5f2cbb19e0a96a6a4cb6a29f Kim Tore Jensen 2014-09-28 07:31:12
Fix scroll logic bug. c3505168b035febef0dd7df86a3e71f888abe460 Kim Tore Jensen 2014-09-28 07:29:23
A little cleanup. b3f4a9725531b5efca3dd33ac377a19462f71df5 Kim Tore Jensen 2014-09-27 19:50:39
Use select() to check whether MPD or stdin has input data. 51833fece026c759a947a5aa96f9ea00dfe4be0e Kim Tore Jensen 2014-09-27 19:26:12
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