not-notes

Crates.ionot-notes
lib.rsnot-notes
version0.1.0
sourcesrc
created_at2022-07-19 02:39:03.450919
updated_at2022-07-19 02:39:03.450919
descriptionNot is a terminal-based note-taking app. It handles your notes in a markdown format, so it's possible to sync the notes between your devices.
homepagehttps://gitlab.com/joao-vitor-sr/not
repositoryhttps://gitlab.com/joao-vitor-sr/not
max_upload_size
id628011
size18,162
joao-vitor-sr (joao-vitor-sr)

documentation

https://gitlab.com/joao-vitor-sr/not

README

Welcome to not!

Not is a terminal-based note-taking app. It handles your notes in a markdown format, so it's possible to sync the notes between your devices.

Building

not is written in Rust, so you'll need to grab a Rust installation in order to compile it. not compiles with Rust 1.34.0 (stable) or newer. In general, not tracks the latest stable release of the Rust compiler.

To build not:

$ git clone https://gitlab.com/joao-vitor-sr/not
$ cd not
$ cargo build --release
$ ./target/release/not version
0.1.0
Commit count: 14

cargo fmt