Skip to content
 
 

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Checklist Application

This is a simple command-line checklist application written in Rust that allows users to add, remove, and modify items on their to-do list, and receive notifications for items that are due in the next hour.

Getting Started

  1. Make sure you have Rust installed on your system. If you don't have it installed, you can download it from the official Rust website: https://www.rust-lang.org/tools/install.

  2. Clone the repository to your local machine.

  3. Navigate to the repository directory and run the following command to build the application:

Copy code ''' cargo build --release '''

  1. Run the application with the following command:

Copy code ''' cargo run --release '''

Usage

Once you have the application running, you can use the following commands to manage your to-do list:

  • add -- :: Add a new item to the to-do list with the specified name and due date.

  • remove : Remove the item with the specified name from the to-do list.

  • modify -- :: Modify the due date of the item with the specified name.

  • list: Display all items on the to-do list.

  • exit: Exit the application.

The application will automatically display items that are due in the next hour every 5 minutes.

License

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

About

This is a Rust-based command-line checklist app for managing to-do lists. It lets users add, remove, and modify items, and receive notifications for tasks due in the next hour. The app uses the Rust standard library and chrono library, is built with Cargo, and is distributed under the MIT license.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages