erayalkis / task-rs

A Rust CLI app for keeping track of tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Rust CLI app for keeping track of tasks.


Languages

Language:Rust 97.3%Language:Shell 2.7%