A free Linux CLI music score library manager.
This repository has been archived on 2020-09-23. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Marcel Kapfer fe1e17ac89 Initial commit 2015-09-30 11:33:49 +02:00
.gitignore Initial commit 2015-09-30 11:33:49 +02:00
LICENSE Initial commit 2015-09-30 11:33:49 +02:00
Makefile Initial commit 2015-09-30 11:33:49 +02:00
README.md Initial commit 2015-09-30 11:33:49 +02:00
scorelib Initial commit 2015-09-30 11:33:49 +02:00

README.md

Scorelib

A program for managing your music score collection. It runs on Linux and is written for the holy command line.

Usage

There are two different modes: the normal mode and the edit mode. When you start the program you start out in the normal mode with the prompt > and you can run the following commands:

Command Description
help, usage, ? print the help text
add, new, a add a new piece
list, l list all pieces
edit, e edit a piece
search, s search for a piece
init initialize the database
kill destroy the database
quit, exit, x, q close Scorelib

If you switch to the editing mode your prompt will look like this: (edit) > and you can run these commands:

Commands Description
help, usage, ? Print the help text
done, q Done editing piece, back to normal mode
print, p Print piece information
delete, d Delete this item and go back to normal mode
edit, change, c, e Change the values of the item

Contributing

The program is licensed under MIT license. If you want to contribute just follow these steps:

  1. Fork it
  2. Create your feature branch (git chechout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new pull request

You can also add yourself to the CONTRIBUTORS.md file. (Create it if it doesn't exist)

Social

Twitter: @mmk2410

Google+: +MarcelMichaelKapfer