5 releases

0.2.2 Dec 20, 2022
0.2.1 Dec 20, 2022
0.2.0 Dec 19, 2022
0.1.1 Dec 4, 2022
0.1.0 Dec 3, 2022

#7 in #books

Custom license

530KB
1K SLoC

bkm

📕 A terminal-based book manager, written in Rust 🦀

GIF

Installing

If you're a Rust programmer, bkm can be installed with cargo.

  • Note that the minimum supported version of Rust for bkm is 1.34.0, although bkm may work with older versions.
$ cargo install bkm

Building

bkm is written in Rust, so you'll need to grab a Rust installation in order to compile it. bkm compiles with Rust 1.65.0 (stable) or newer. In general, bkm tracks the latest stable release of the Rust compiler.

To build bkm:

$ git clone https://github.com/joao-vitor-sr/bkm
$ cd bkm
$ cargo build --release
$ ./target/release/bkm --version
0.2.2

Usage

Call bkm in your terminal

$ bkm

Dependencies

~25–36MB
~558K SLoC