Skip to content

NotKeira/what-todo-for-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhatTodo For Rust

A simple command-line terminal-ui todo list application written in Rust.

Features

  • Add tasks (INCOMPLETE)
  • Remove tasks (INCOMPLETE)
  • List tasks (COMPLETE)
  • Mark tasks as complete or incomplete (INCOMPLETE)
  • Filter tasks by status (all, completed, incomplete) (INCOMPLETE)
  • Search tasks by keyword (INCOMPLETE)
  • Sort tasks by creation date or completion status (INCOMPLETE)
  • Save and load tasks from a file (INCOMPLETE)
  • Store tasks persistently (INCOMPLETE)

License

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

A fast and modular Rust-based TUI to-do list app.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages