An open API service indexing awesome lists of open source software.

https://github.com/zavvdev/todocli

CLI ToDo list application
https://github.com/zavvdev/todocli

cli rust rust-lang todo todo-app todo-list todoapp todolist

Last synced: 10 months ago
JSON representation

CLI ToDo list application

Awesome Lists containing this project

README

          

# todocli

#### _CLI ToDo list application_

 

## Commands:

 

### ✔ exit

Exit program
 

### ✔ help

View available commands
 

### ✔ list

View all tasks
 

### ✔ clear

Clear tasks
 

### ✔ add

Add new task
 

### ✔ edit 2

Edit task by index where 2 is index
 

### ✔ remove 2

Delete task by index where 2 is index
 

### ✔ done 2

Mark task as DONE where 2 is index
 

### ✔ undone 2

Mark task as UNDONE where 2 is index
 

### ✔ save

Save list to file
 

### ✔ load

Load list from file