Gers2017 / tudu

Rust command line utility to keep track of your tasks/todos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tudu

Command line tool to keep track of your tasks/todos

get cmd in terminal

Schema

[Commit to master]!!!!
- fix typo
- read the docs
[Task]
    - step 1
    - step 2
  • The text surrounded by square brackets is the title of the task. It should be short and descriptive
  • The number of exclamation marks is the priority of the task. Tasks can have zero exclamation marks
  • The indentation is optional, just keep in mind that it'll be lost if the cli adds a new todo

Usage

Tudu cli

tudu [get, rm, add] [--help] # subcomamnds and flags

Get SubCommand

tudu get [-a, --all, -p, --primary, -t, --title, --help]

Rm SubCommand

tudu rm [-a, --all, -p, --primary, -t, --title, --help]

Add SubCommand

tudu add [--help]

About

Rust command line utility to keep track of your tasks/todos

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%