Skip to content

Releases: liruifengv/todo-rs

v0.1.1

11 Sep 01:15
Compare
Choose a tag to compare

What's Changed

  • Patch parse_record_line by using Trait From by @LoongGshine in #3

New Contributors

  • @LoongGshine made their first contribution in #3

Full Changelog: 0.1.0...v0.1.1

v0.1.0

23 Aug 08:18
Compare
Choose a tag to compare

A minimalist CLI todo list write by rust.

Usage

~  rodo --help
rodo 0.1.0
Rodo is a simple todo list manager.

USAGE:
    rodo.exe <SUBCOMMAND>

OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information

SUBCOMMANDS:
    add       Add a todo item.
    help      Print this message or the help of the given subcommand(s)
    info      Show rodo info.
    list      List all the todo items. [aliases: ls, ll, la]
    remove    Remove a todo item. [aliases: rm]