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 583B
action.cpp 100644 47KiB
action.h 100644 2,864B
color.cpp 100644 8,273B
color.h 100644 2,852B
command.cpp 100644 38KiB
command.h 100644 6,680B
config.cpp 100644 21KiB
config.h 100644 2,789B
conn.cpp 100644 2,321B
conn.h 100644 1,339B
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,923B
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
playlist.cpp 100644 1,904B
playlist.h 100644 1,332B
pms.cpp 100644 33KiB
pms.h 100644 4,296B
settings.cpp 100644 11KiB
settings.h 100644 2,563B
song.cpp 100644 4,739B
song.h 100644 1,802B
topbar.h 100644 980B
types.h 100644 2,771B
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