| Crates.io | tdr |
| lib.rs | tdr |
| version | 1.3.3 |
| created_at | 2021-07-23 16:36:54.423222+00 |
| updated_at | 2021-09-16 12:34:32.133322+00 |
| description | Text-based user interface utility to manage todo list |
| homepage | https://github.com/Z5483/tdr |
| repository | https://github.com/Z5483/tdr |
| max_upload_size | |
| id | 426322 |
| size | 2,054,275 |
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 tdr
Clone the repository:
$ git clone https://github.com/Z5483/tdr.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.