Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 460 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 460 Bytes

task.rs

A Rust CLI app for managing tasks that I cobbled together in a few hours. It's mostly a personal project, but anyone who comes across this is free to use and contribute :)

Setup

Clone repo

Run:

  git clone git@github.com:erayalkis/task_rs.git

Build

cd into root:

 cd taskrs

Run ./build.sh

  ./build.sh

Use

  taskrs --help
  taskrs create-list work
  taskrs "Example Task" work