An experimental terminal user interface book management system for your needs!
View Demo
·
Report Bug
·
Request Feature
Table of Contents
To get a local copy up and running follow these simple steps.
The project is reliant on a few standard C++ tools.
- g++/gcc (Or an alternative such as clang)
- CMake
- Clone the repository on your computer
git clone https://github.com/Hunter-Zolomon/tuibms.git
- Navigate to the cloned directory
cd tuibms
- Create a build directory for the program and navigate to it
mkdir build && cd build
- Configure CMake
cmake ..
- Build the program
make
- (Optional) Install binary to appropriate computer path
make install
No documentation is available at the moment.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL License. See LICENSE
for more information.