Crates.io | not-notes |
lib.rs | not-notes |
version | 0.1.0 |
source | src |
created_at | 2022-07-19 02:39:03.450919 |
updated_at | 2022-07-19 02:39:03.450919 |
description | 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. |
homepage | https://gitlab.com/joao-vitor-sr/not |
repository | https://gitlab.com/joao-vitor-sr/not |
max_upload_size | |
id | 628011 |
size | 18,162 |
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.
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