lunjon / todo

CLI for managing your TODOs πŸ“

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo

Manage your todos in your shell environment with ease.

Features

  • Script and user friendly CLI
  • Simple management of todos
  • Support concepts such as
    • Priority: how urgent is this todo?
    • Status: current status
    • Context: group todos by context such as work, school, etc.
    • Linking: a blocks b, for instance

Show case

Adding
Listing
Show

Installation

If you have rust tool chain installed (which you should have) just use

cargo install --path .

Developing

Requirements:

  • Rust v1.59 or later
  • just

About

CLI for managing your TODOs πŸ“

License:MIT License


Languages

Language:Rust 99.9%Language:Just 0.1%