| Crates.io | todo-rs |
| lib.rs | todo-rs |
| version | 1.3.1 |
| created_at | 2021-05-08 23:28:32.054678+00 |
| updated_at | 2021-05-29 22:14:40.612251+00 |
| description | Text-based user interface utility to manage todo list |
| homepage | https://github.com/Z5483/todo-rs |
| repository | https://github.com/Z5483/todo-rs |
| max_upload_size | |
| id | 395023 |
| size | 2,056,385 |
Text-based user interface utility to manage todo list

Item Display:
w: add workspace-: display workspacea: add iteme: edit itemd: remove itemspace: toggle itemr: rename current workspaceJ: scroll workspace downK: scroll workspace upj: scroll downk: scroll upq or Ctrl + c: quit the program?: toggle help displayAdd Item:
Ctrl + d: toggle expire date promptEnter: accept inputEscape: exit promptWorkspace Display:
Enter: select workspacee: edit workspaced: remove workspacej: scroll downk: scroll upAdd Workspace:
Enter: accept inputEscape: exit promptThere are 3 different available format which are:
year-month-date hour:minute:second (####-##-## ##:##:##)hour:minute:second (##:##:##)year-month-date (####-##-##)Run the following to install:
$ cargo install todo-rs
Clone the repository:
$ git clone https://github.com/Z5483/todo-rs.git
Build:
$ make
Install:
$ make install
The default install prefix is /usr/local, you can change it by setting the
PREFIX variable at the beginning of the above command.