Skip to content

divyansh-prks/CLI-Todo-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

CLI_Todo

CLI_Todo is a Simple and Easy Todo list Application written in Go , Designed to help people to Make their Day productive by making their daily todolist.

Table of Contents

Project Features

  • Organize: Store and organize your Tasks.
  • Create Tasks: Easily create New Tasks and list them in a Beatiful Table format .
  • Edit and CheckMark Tasks: You can easily edit your tasks And checkmark them.
  • Command-Line Interface: A user-friendly and scriptable CLI for quick access to your All tasks.

Installation

To install CLI-Todo, you need to have Go installed.
Then, you can use below command to install CLI_Todo as follows:

Watch Video

Watch the Video

git clone https://github.com/divyansh-prks/CLI-Todo-.git

CLI Interface

A easy-to-use CLI-Todo

Usage: go run ./ -[COMMAND]

Commands:
  list                              Shows All the Tasks That has been Created
  add "[Task name]"                 Create A new Task
  edit "[integer]:[Edit Name]"      Used to edit the task
  toggle "[integer]"                Used To Mark Complete The Task 
  del "[integer]"                   Used to Delete the Task
  


### Contributing

Contributions are welcome! If you’d like to contribute, please feel free to open an issue or submit a pull request. Checkout our [CONTRIBUTING](./CONTRIBUTING.md) file for details on how to contribute.

### License

This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages