taskly

Crates.iotaskly
lib.rstaskly
version0.1.4
sourcesrc
created_at2023-07-15 09:34:59.56958
updated_at2023-07-15 14:11:32.158358
descriptionA Todo app made in rust to keep track of all your tasks.
homepage
repositoryhttps://github.com/Aryan7901/Taskly
max_upload_size
id917128
size22,883
(Aryan7901)

documentation

README

taskly

A Todo CLI app made in Rust to keep track of all your tasks.

Installation

You can use the below command to download taskly if you have cargo installed

cargo install taskly

Usage

taskly [COMMAND] [OPTIONS] [ARGS]

        OPTIONS:
            -c          Show only completed todos
            -p          Show only pending todos

        COMMANDS:
            help        Show this message
            add         Add a new todo
            edit        Edit an existing todo
            list        List all todos
            remove      Remove an existing todo
            done        Mark a todo as done
            undone      Mark a todo as undone
            clear       Remove all todos
            
        ARGS:
            The id of the todo to be edited, removed or marked as done/undone
Commit count: 13

cargo fmt