Skip to content

nickm543/rust-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-task

A task management program written while learning Rust

Usage

Creating new tasks:

$ rust-task new --name <name> --class <class> --datedue <date>

Listing tasks:

$ rust-task list

Removing tasks:

$ rust-task rm --name <task to remove>

Building and running

Building:

$ cargo build

Running:

$ cargo run

About

A task management program written while learning Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages