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

changed my rc
Author: Bart Nagel
Author date (UTC): 2010-05-13 15:50
Committer name: Bart Nagel
Committer date (UTC): 2010-05-13 15:50
Parent(s): 4e20f68e891a8bfbfb8f4bf551f9b4952085ef4c
Signing key:
Tree: e9457482c126fa904976cc9f1c9de40180cb83b4
File Lines added Lines deleted
examples/rc.tremby 2 0
File examples/rc.tremby changed (mode: 100644) (index bafc869..34bfb36)
... ... bind ^B move-pgup
20 20 bind + volume +3 bind + volume +3
21 21 bind = volume -3 bind = volume -3
22 22 bind ? help bind ? help
23 bind f filter
24 bind F clear-filters
23 25
24 26 set columns=artist year album trackshort title length set columns=artist year album trackshort title length
25 27 set sort=track disc album date albumartistsort set sort=track disc album date albumartistsort
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