Skip to content

samsonjj/notes_rust

Repository files navigation

notes_rust

A simple cli for taking daily notes, written in Rust.

About

Use this tool to quickly take notes from the command line. By default, this program pulls up a note specific for the current date. Check out the docs to see to use it.

Installation

Currently, only installation via cargo is supported.

via Cargo

If you already have cargo installed, just you can run:

cargo install --git https://github.com/samsonjj/notes_rust
notes_rust --help

Or you can clone the source and compile it:

git clone https://github.com/samsonjj/notes_rust
cargo build --release
./target/release/notes_rust --help

How to use

I highly recommend setting an alias in your .bash_profile or equivalent:

echo "alias notes=notes_rust" >> ~/.bash_profile

Check out the tutorial docs or install it and run

notes_rust --tutorial

or

notes_rust --help

About

A cli app for taking daily and named notes.

Resources

Stars

Watchers

Forks

Packages

No packages published