joeymalvinni / itdl

🦀 Simple Todo CLI written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example of terminal

ITDL: Interactive Todo List

An interactive Todo list CLI tool written in Rust.

Installation

cargo install itd

Building

To build and run yourself, you can clone the Github repository.

git clone https://github.com/joeymalvinni/todo.git

Install crossterm using cargo install crossterm. Run using cargo run.

Todo

  • Edit existing list item using 'i'
  • Move around in insert mode using Left and Right arrow keys
  • Settings edit to use unicode or markdown
  • Colors (?)
  • Change tab using 'h' and 'l' for left and right
  • Mark as done/todo using 'x'
  • Append new item using 'a'
  • Save edits on quit

About

🦀 Simple Todo CLI written in Rust

License:Apache License 2.0


Languages

Language:Rust 100.0%