This CLI Todo Application is a simple command-line tool that allows users to manage their tasks. Users can add, list, and delete tasks from their todo list. This project is built in Go and is designed as an introduction to working with file handling, command-line arguments, and basic Go structures.
- Add Tasks: Add new tasks to your todo list.
- List Tasks: Display all the tasks in your todo list.
- Delete Tasks: Remove tasks from your todo list.
- Go (Golang) installed on your machine. Visit Go's official site for download instructions.
Clone this repository to your local machine:
git clone https://github.com/yourusername/cli-todo-app.git
cd cli-todo-appCompile the application using:
go build main.goRun the application using:
./mainThe application supports the following commands:
./main add "Task Name"./main list./main delete "Task Name"Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
AlucardMode - email@email.com - @XHandel