xaizek / pms (License: GPLv3+) (since 2018-12-07)
Older version of Practical Music Search written in C++.
Subject SHA-1 Author Date
Additional formatting to README. b82a41191e60697a94128c67c4cbf63aad50173e Kim Tore Jensen 2012-09-02 12:02:49
Rename README to README.md and make a symlink for GNU autotools. 58457a4a807c8e10a0b3576be5479c19b1651e9b Kim Tore Jensen 2012-09-02 11:54:58
Merge curses and window management, and use several curses windows. 22ccd57871adf77d607c666e880b866569427248 Kim Tore Jensen 2012-08-17 21:55:28
Support wide character input. ab0086775f79fb95a70569cd2a43e5917df11cc6 Kim Tore Jensen 2012-08-16 14:39:54
Fix some compile problems when optimizing with -O2. 9adfc20b4bafda332424a3e68b3e47cf979d52ca Kim Tore Jensen 2012-08-16 13:30:26
Add m4 macro to discover ncurses. c3a87ccac055c2c45dbf988235c53b5d362acddf Kim Tore Jensen 2012-08-16 12:56:12
Delete old files. 4a2610f725149fea6967b5b7fb3d81cc3476b2a1 Kim Tore Jensen 2012-08-16 12:19:41
Switch build system to GNU Autotools. 053a698eeed33df733006d39f77035cde7188f48 Kim Tore Jensen 2012-08-16 12:19:06
Rename README file. ae46f1fe9386da6b525c41e7e1c69dd531644d91 Kim Tore Jensen 2012-08-16 12:17:04
Shave away the control code parser from the curses print function. 572b9befb372b773df03287b52854e09b9354984 Kim Tore Jensen 2012-08-14 18:15:52
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