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 604B
action.cpp 100644 47KiB
action.h 100644 2,864B
color.cpp 100644 8,273B
color.h 100644 2,852B
command.cpp 100644 36KiB
command.h 100644 6,573B
config.cpp 100644 21KiB
config.h 100644 2,789B
conn.cpp 100644 2,141B
conn.h 100644 1,211B
display.cpp 100644 34KiB
display.h 100644 7,112B
field.cpp 100644 21KiB
field.h 100644 2,572B
filter.h 100644 908B
i18n.h 100644 971B
input.cpp 100644 14KiB
input.h 100644 2,440B
list.cpp 100644 27KiB
list.h 100644 4,920B
mediator.cpp 100644 1,414B
mediator.h 100644 1,075B
message.cpp 100644 1,185B
message.h 100644 1,551B
mycurses.h 100644 1,159B
options.cpp 100644 2,827B
options.h 100644 3,727B
pms.cpp 100644 34KiB
pms.h 100644 4,263B
settings.cpp 100644 11KiB
settings.h 100644 2,563B
song.cpp 100644 4,691B
song.h 100644 1,802B
topbar.h 100644 980B
types.h 100644 2,771B
zeromq.cpp 100644 3,266B
zeromq.h 100644 1,531B
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