Skip to content

Alish14/tui-todoapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust TUI Todo App

This is a Todo application built using Rust and the tui-rs library, providing a text-based user interface for managing daily tasks.

Features

  • Text-Based Interface: Interact with your tasks using a terminal-based interface.
  • Task Management: Add, edit, delete, and mark tasks as done.
  • Input Modes: Switch between normal and editing modes for seamless task management.
  • Save user state you can save your tasks and exit the program

Installation

  1. Ensure you have Rust and Cargo installed on your system.
  2. Clone the repository:
   git clone [email protected]:Alish14/tui-todoapp.git 

then:

  cd tui-todoapp/
   cargo run

Usage

  • Save State: Press S to save the current state of tasks.
  • Navigation: Use the arrow keys to navigate between tasks and lists.
  • Quit: Press q to exit the application.
  • Reset : Press R to reset the application.

Contributing

Contributions are welcome! If you have suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages