Crates.io | ttm |
lib.rs | ttm |
version | 0.1.0 |
source | src |
created_at | 2024-01-22 13:06:32.850782 |
updated_at | 2024-01-22 13:06:32.850782 |
description | Task Manager by CLI |
homepage | https://github.com/akira-19/terminal_task_manager |
repository | https://github.com/akira-19/terminal_task_manager |
max_upload_size | |
id | 1108748 |
size | 21,939 |
This is a super simple task manager working in the terminal.
This tool is using sqlite3. Install sqlite3 If you have not installed yet.
You can install via cargo.
cargo install ttm
Usage: ttm [OPTIONS] [COMMAND]
Commands:
init Initializes a task manager [aliases: i]
help Print this message or the help of the given subcommand(s)
Options:
-a, --add <ADD> Add a task
-d, --delete <DELETE> Delete a task by id
-h, --help Print help
-V, --version Print version
First, you have to init the task manager.
When you init the task manager,
just put 'ttm'. It shows the task list.