itdl

Crates.ioitdl
lib.rsitdl
version0.4.0
sourcesrc
created_at2023-10-21 03:03:28.216603
updated_at2023-10-21 03:03:28.216603
descriptionAn interactive Todo list CLI tool.
homepage
repositoryhttps://github.com/joeymalvinni/todo.rs
max_upload_size
id1009783
size39,459
Joey Malvinni (joeymalvinni)

documentation

README

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
Commit count: 15

cargo fmt