Skip to content

MDSADABWASIM/cli-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli-todo

A blazingly fast Rust TUI todo app with Vim keybindings for terminal purists. An experimental playground for Immediate Mode rendering—where every keystroke triggers a full UI rebuild, no state diffing required.

Installation

From crates.io

If you have Rust installed, you can install todo directly from crates.io:

$ cargo install cli-todo

From source

  1. Clone the repository.
  2. Run the installation script:
$ ./install.sh

Or manually with cargo:

$ cargo install --path .

Usage

Once installed, you can run the application using the todo command:

$ todo

To see the list of controls, you can use the --help flag:

$ todo --help

Controls

Keys Description
k, j Move cursor up and down
Shift+K, Shift+J Drag the current item up and down
g, G Jump to the start, end of the current item list
r Rename the current item
i Insert a new item
d Delete the current list item
q Quit
TAB Switch between the TODO and DONE panels
Enter Perform an action on the highlighted UI element

Made with ❤️ and Rust

About

A TODO app for your terminal written in Rust

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •