Skip to content

paulcoding810/todo-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TUI Todo App

Introduction

The TUI Todo App is a terminal-based todo list application built in Rust using the tui crate. It offers a rich, interactive experience for managing your tasks directly from the terminal.

🤖 This project is created by ChatGPT 🤖

Usage

  • Start the application by running todo_app from the terminal.
  • Navigate through tasks with jk.
  • Toggle task status with space.
  • Add new tasks with o.
  • Filter tasks with /.
  • Backup tasks with b.
  • Reset tasks with r.

Building and Installing

Prerequisites

Build Manually

  1. Clone the Repository:

    git clone https://github.com/longnghia/todo-tui.git
    cd todo-tui
  2. Build the Project:

    To build the debug version of the application, run:

    cargo build

Using make (Optional)

If you prefer, you can use the provided Makefile to build and install the binary:

  1. Run make to build and install:

    make
  2. Run make uninstall to remove the binary:

    make uninstall

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For questions or issues, please open an issue in the GitHub repository or contact me directly.

About

Todo TUI app, vim like

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published