# note - Simple Memo CLI
`note` is a simple command-line memo tool.
If [fzf](https://github.com/junegunn/fzf) is installed, selecting memos becomes much easier.
## Features
- Create, delete, edit, and view memos
- Rename memos
- Append content to memos
- Fuzzy search with `fzf` (optional)
- Edit memos with your preferred editor (`note set editor <editor>`)
---
## Installation
### Install via Cargo
```sh
cargo install note-cli