#notes #snippets #retrieving #storing #links #tool #command-line-tool

app shelfit

A lightweight CLI tool for storing and retrieving notes, links, and code snippets

1 unstable release

Uses new Rust 2024

new 0.1.0 Mar 17, 2025

#758 in Command line utilities

MIT license

95KB
230 lines

Contains (static library, 85KB) sqlite3.lib

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

Dependencies

~24–36MB
~631K SLoC