bkm

Crates.iobkm
lib.rsbkm
version0.2.2
sourcesrc
created_at2022-12-03 19:22:20.767605
updated_at2022-12-20 21:13:21.459198
descriptionA terminal-based book manager
homepagehttps://github.com/joao-vitor-sr/bkm
repositoryhttps://github.com/joao-vitor-sr/bkm
max_upload_size
id729219
size582,787
joao-vitor-sr (joao-vitor-sr)

documentation

https://github.com/joao-vitor-sr/bkm

README

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
Commit count: 51

cargo fmt