Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/riley-martin/notation

A note-taking cli tool written in rust
https://github.com/riley-martin/notation

note-taking rust

Last synced: about 1 month ago
JSON representation

A note-taking cli tool written in rust

Awesome Lists containing this project

README

        

# Notation
## A simple cli note-taking program written in rust
Notation is a simple cli note-taking program written in rust
(after all, "everything is better in rust":)

## Installation and usage
Install using git and cargo
```
git clone https://github.com/riley-martin/notation.git
cd notation
cargo run
```
## Features
- [x] Create new notes
- [x] Edit existing notes
- [x] Delete old notes
- [ ] Select notes by title (currently uses file path, sort of clunky)
- [ ] More of a TUI rather than just using subcommands (especially for selecting notes)

## License
This program is licensed under the GPLv3.
See [LICENSE](./LICENSE) for details