rsnote_cli 0.1.1

A command-line note-taking app written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# RSNote

A command-line note-taking app written in Rust

Usage: rsnote <COMMAND>

Commands:
  - `new`           Create a new note
  - `list`          List all notes
  - `show`          Show a specific note
  - `delete`        Delete a note
  - `search`        Search for notes
  - `update`        Update a note
  - `clear-config`  Clear the configuration file
  - `help`          Print this message or the help of the given subcommand(s