Skip to content

erayalkis/task-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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