1 unstable release
Uses new Rust 2024
0.1.0 | Mar 17, 2025 |
---|
#1988 in Command line utilities
118 downloads per month
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
~633K SLoC