/libmanp

library manager

Primary LanguageSvelteGNU General Public License v3.0GPL-3.0

libmanp

what?

Basic desktop app for managing a book library. Successor to libman, which was a tiny C program for the same purpose.

features

  • Adding, editing and removing books with title and author fields
  • Sorting the book list in various ways
  • Searching through the list

screenshots

screenshot 1 screenshot 2 screenshot 3

development

libmanp is built with Tauri. Follow these instructions to install the prerequisites for Tauri on your system, which includes Rust. You also need Nodejs and yarn.

Install the Tauri CLI:

cargo install tauri-cli

After installing everything, use these commands to set up a dev environment:

git clone https://www.github.com/pes18fan/libmanp.git
cd libmanp
yarn
cargo tauri dev

contributors