xaizek / pms (License: GPLv3+) (since 2018-12-07)
Older version of Practical Music Search written in C++.
<root> / src /
File Mode Size
action.cpp 100644 48KiB
action.h 100644 2,870B
action.o 100644 253KiB
color.cpp 100644 8,121B
color.h 100644 2,829B
color.o 100644 44KiB
command.cpp 100644 30KiB
command.h 100644 6,203B
command.o 100644 129KiB
config.cpp 100644 21KiB
config.h 100644 2,789B
config.o 100644 241KiB
conn.cpp 100644 2,246B
conn.h 100644 1,207B
conn.o 100644 51KiB
display.cpp 100644 34KiB
display.h 100644 7,088B
display.o 100644 326KiB
field.cpp 100644 22KiB
field.h 100644 2,569B
filter.h 100644 908B
i18n.h 100644 971B
input.cpp 100644 14KiB
input.h 100644 2,436B
input.o 100644 86KiB
libmpdclient.c 100644 58KiB
libmpdclient.h 100644 21KiB
list.cpp 100644 27KiB
list.h 100644 4,920B
list.o 100644 268KiB
mediator.cpp 100644 1,414B
mediator.h 100644 1,075B
message.cpp 100644 1,185B
message.h 100644 1,551B
mycurses.h 100644 993B
options.cpp 100644 2,843B
options.h 100644 3,787B
pms.cpp 100644 28KiB
pms.h 100644 3,682B
settings.cpp 100644 12KiB
settings.h 100644 2,613B
song.cpp 100644 4,232B
song.h 100644 1,670B
song.o 100644 65KiB
topbar.h 100644 980B
types.h 100644 2,921B
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