| Crates.io | shelfit |
| lib.rs | shelfit |
| version | 0.1.0 |
| created_at | 2025-03-17 10:30:04.751801+00 |
| updated_at | 2025-03-17 10:30:04.751801+00 |
| description | A lightweight CLI tool for storing and retrieving notes, links, and code snippets. |
| homepage | https://speedygo55.com/ |
| repository | https://github.com/speedygo55/shelf |
| max_upload_size | |
| id | 1595295 |
| size | 125,687 |
A lightweight, fast command-line tool for storing and retrieving notes, links, and code snippets.
Because sqlite3.lib is included in the package, you can install it with the following command:
cargo install shelfit
You may need to install the sqlite3 development library before installing the program:
sudo apt install libsqlite3-dev
cargo install shelfit
To build the project, run the following command:
cargo build
If you are on linux, you may need to install the sqlite3 development library first:
sudo apt install libsqlite3-dev