Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/riley-martin/notation
- Owner: riley-martin
- License: gpl-3.0
- Created: 2022-07-27T21:09:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T21:49:52.000Z (over 2 years ago)
- Last Synced: 2024-01-03T17:26:08.941Z (12 months ago)
- Topics: note-taking, rust
- Language: Rust
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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