Skip to content

Rasoul678/todo_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo CLI

A command-line interface application to manage your daily tasks efficiently. This application is built using Rust and is designed to help you stay organized and productive. It provides a simple and intuitive interface for adding, listing, marking, and deleting tasks. It's using supabase as a database.

Table of Contents

Features

  • Add new tasks
  • List all tasks
  • Mark tasks as complete
  • Delete tasks
  • Simple and intuitive interface

Installation

git clone https://github.com/Rasoul678/todo_cli.git
cd todo_cli

Usage

cargo run -- add "task title" "task description"
cargo run -- list
cargo run -- complete 1
cargo run -- delete 1
cargo run -- clear
cargo run -- help
cargo run -- version

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages