Skip to content

A simple CLI utility to manage your tasks from terminal made in rust

License

Notifications You must be signed in to change notification settings

Brian3647/todo-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-rs

Tasks CLI app for terminal.

Warning

Note this is only tested in Linux and may not work properly on other platforms.

Install

Requirements:

Run the follwing command:

cargo install --git https://github.com/Brian3647/todo-rs.git

Usage

todo (version)

USAGE:
    todo <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    all       Show the full list of tasks
    delete    Delete a task specified by id
    done      Mark a task as done
    help      Prints this message or the help of the given subcommand(s)
    info      Get full info of a task specified by id
    new       Create a new task by prompting the information
    undone    Mark a task as NOT done

Example usage

(You can see the full image in .github/assets/usage.png)

This picture shows the integrated terminal of VSCode with Github dark dimmed theme, shell is zsh and uses starship theme

About

A simple CLI utility to manage your tasks from terminal made in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages