xaizek / pms (License: GPLv3+) (since 2018-12-07)
Older version of Practical Music Search written in C++.
<root> / src /
File Mode Size
Makefile.am 100644 313B
clipboard.cpp 100644 1,226B
clipboard.h 100644 1,119B
color.cpp 100644 7,217B
color.h 100644 1,682B
command.cpp 100644 4,068B
command.h 100644 3,102B
config.cpp 100644 21KiB
config.h 100644 4,662B
console.cpp 100644 1,739B
console.h 100644 1,423B
field.cpp 100644 6,138B
field.h 100644 1,784B
fields.h 100644 1,551B
input.cpp 100644 8,408B
input.h 100644 3,577B
keybinding.cpp 100644 8,542B
main.cpp 100644 2,977B
mpd.cpp 100644 24KiB
mpd.h 100644 5,845B
pms.cpp 100644 20KiB
pms.h 100644 2,888B
search.cpp 100644 6,962B
search.h 100644 1,467B
song.cpp 100644 5,964B
song.h 100644 2,066B
songlist.cpp 100644 4,058B
songlist.h 100644 3,123B
sort.cpp 100644 2,490B
topbar.cpp 100644 8,355B
topbar.h 100644 2,303B
wconsole.cpp 100644 1,706B
window.cpp 100644 4,220B
window.h 100644 5,520B
windowmanager.cpp 100644 5,069B
wsonglist.cpp 100644 4,507B
wstatusbar.cpp 100644 3,623B
wtopbar.cpp 100644 2,085B
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