rsnote

Crates.iorsnote
lib.rsrsnote
version
sourcesrc
created_at2025-02-02 11:37:00.913977
updated_at2025-02-02 11:37:00.913977
descriptionYour goto Todo and Note CLI
homepage
repositoryhttps://github.com/mewfinity06/rsnote
max_upload_size
id1539527
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Ashton (mewfinity06)

documentation

README

rsnote - Your goto Todo and Note CLI

Usage

rsnote [options] <COMMANDS>

Install

$ gh repo clone mewfinity06/rsnote
..
$ cd rsnote
..
$ cargo install --path .
..

Commands

  • todo - Adds new item to Todo
  • done - Marks item as Done
  • note - Adds new item to Notes
  • show - Print all todos or all notes
    • See subcommands
  • clear - Clears selected items
    • See subcommands
  • help - Print this message or the help of the given subcommand(s)

Subcommands

  • todo
  • done
  • note
  • all
Commit count: 9

cargo fmt