# libman - Library Manager ## Overview Library Manager is a CLI-Tool to manage a library of anime and manga. I used to track which anime I have watched and what episode I'm on by writing in a text file, which got annoying after a while. This is why I created this tool to keep everything organized in a sqlite3 database. ## Quickstart Only requires a C compiler and sqlite3. Should be installed on every system be default. You need a database with tables `anime` and `manga`. Attached in this repo is a setup script for the database. Simply execute ``` sqlite3 library.db