ttm

Crates.iottm
lib.rsttm
version0.1.0
sourcesrc
created_at2024-01-22 13:06:32.850782
updated_at2024-01-22 13:06:32.850782
descriptionTask Manager by CLI
homepagehttps://github.com/akira-19/terminal_task_manager
repositoryhttps://github.com/akira-19/terminal_task_manager
max_upload_size
id1108748
size21,939
Akira (akira-19)

documentation

README

terminal_task_manager

This is a super simple task manager working in the terminal.

Requirement

This tool is using sqlite3. Install sqlite3 If you have not installed yet.

Install

You can install via cargo.

cargo install ttm

Usage

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, /.terminal_task_manager/tasks.db3 will be created.

Tips

just put 'ttm'. It shows the task list.

Commit count: 0

cargo fmt