Skip to content
/ task Public

mini command line task list tool, add and delete tasks to a text file

Notifications You must be signed in to change notification settings

setepenre/task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

task

mini command line task list tool, add and delete tasks to a text file

setup

$ git clone https://github.com/setepenre/task.git
$ cd task
$ rustc task.rs

usage

$ touch tasks.txt
$ ./task tasks.txt list
$ ./task tasks.txt add readme: add usage example - 1
[0] readme: add usage example - 1
$ ./task tasks.txt add readme: add another usage example - 0
[0] readme: add another usage example - 0
[1] readme: add usage example - 1
$ ./task tasks.txt add groceries: buy some coffee - 1
[0] readme: add another usage example - 0
[1] readme: add usage example - 1
[2] groceries: buy some coffee - 1
$ ./task tasks.txt
[0] readme: add another usage example - 0
[1] readme: add usage example - 1
[2] groceries: buy some coffee - 1
$ ./task tasks.txt del 1
[0] readme: add another usage example - 0
[1] groceries: buy some coffee - 1
$ ./task tasks.txt del 0
[0] groceries: buy some coffee - 1

About

mini command line task list tool, add and delete tasks to a text file

Topics

Resources

Stars

Watchers

Forks

Languages