Skip to content

victornw/rustodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List

A terminal-based To-Do list application written in Rust. Users can navigate, add, remove, and mark tasks as completed using keyboard inputs. Ideal for efficient task management directly from the command line.

Features

  • Navigate through tasks
  • Add new tasks
  • Remove existing tasks
  • Mark tasks as completed

Usage

  1. Clone the Repository:

    git clone https://github.com/victornw/rustodo.git
  2. Move to the directory:

    cd rustodo
  3. Run the application:

    cargo run

Controls

  • 'a': Add a new To-Do item
  • 'd': Delete a To-Do item
  • 'Up Arrow': Move the selection up
  • 'Down Arrow': Move the selection down
  • 'q': Quit the application

Prerequisites

  • Rust: Make sure you have Rust installed. You can download it from rust-lang.org.

About

A TUI To-Do list application written in Rust. Users can navigate, add, remove, and mark tasks as completed using keyboard inputs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages