Crates.io | tudu |
lib.rs | tudu |
version | 1.1.0 |
source | src |
created_at | 2023-06-20 20:31:24.452629 |
updated_at | 2023-06-24 20:19:32.382618 |
description | Manage your tasks with a simple but powerful system |
homepage | |
repository | https://github.com/SamYouatt/tudu |
max_upload_size | |
id | 895478 |
size | 83,521 |
Dates can be specified in the following ways:
tudu
- Shows the tasks for today
tudu view [date]
- Show the tasks for a specified date
tudu add [task] *[date]
- Add the specified task to an optional date
◯ - [N]ot started
◐ - [S]tarted
● - [C]ompleted
► - Carry [F]orward
x - [X] Not doing
tudu set [index] [state] *[date]
- Set the task at the given index to the given state on an optional date
tudu delete [index] *[date]
- Delete the task at the specified index on an optional date
tudu complete [index] *[date]
- Mark the specified task as complete on an optional date
This is equivalent to a set
command with the C
state.
tudu edit [index] [task] *[date]
- Update the task at the given index with the new task description, with an optional date
tudu help