Skip to content

CarlosDanielMaturano/crabdo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRABDO

Static Badge Static Badge

A way of manage todos with the command line writen in rust

Usage

    git clone  https://carlosdanielmaturano/crabdo
    cd crabdo
    cargo run <OPTION>

Or build a standalone binary

    cargo build --release
    ./target/release/crabdo

Getting Help

if you type a unknown a command or run with the "help" option, the program will display some help information

 l | list => list the todos in the current directory
 n | new <TITLE> => create a new todo with the given title
 c | complete <ID> => mark the todo with the given id as completed
 u | uncomplete <ID> => mark the todo with the given id as uncompleted
 d | delete <ID> => delete the todo with the given id

About

A command line todo manager writen in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages