shelfit

Crates.ioshelfit
lib.rsshelfit
version0.1.0
created_at2025-03-17 10:30:04.751801+00
updated_at2025-03-17 10:30:04.751801+00
descriptionA lightweight CLI tool for storing and retrieving notes, links, and code snippets.
homepagehttps://speedygo55.com/
repositoryhttps://github.com/speedygo55/shelf
max_upload_size
id1595295
size125,687
SpeedyGo55 (SpeedyGo55)

documentation

README

Shelfit - Quick Notes & Snippets CLI

A lightweight, fast command-line tool for storing and retrieving notes, links, and code snippets.

Installation

Windows

Because sqlite3.lib is included in the package, you can install it with the following command:

cargo install shelfit

Linux

You may need to install the sqlite3 development library before installing the program:

sudo apt install libsqlite3-dev
cargo install shelfit

Build

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

cargo fmt