From 59c01a556ada289caa143be8301868035fcf89ef Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 11 Apr 2025 17:44:49 +0200 Subject: renamed project to libman since it's for more than just anime --- README.md | 41 ++++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 19 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 291a913..2c08995 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -# myal - My Anime Library +# libman - Library Manager ## Overview -My Anime Library is a CLI-Tool to manage an anime and manga list. -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 anime and manga organized in a sqlite3 -database. +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 -You need a database with tables `anime` and `manga`. Attached in this repo -is a setup script for the database. Simply execute +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