Basic desktop app for managing a book library. Successor to libman, which was a tiny C program for the same purpose.
- Adding, editing and removing books with title and author fields
- Sorting the book list in various ways
- Searching through the list
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
- pes18fan - creator and maintainer