CLI Todo Application
About
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.
Features
- 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.
Getting Started
Prerequisites
- Go (Golang) installed on your machine. Visit Go's official site for download instructions.
Installation
Clone this repository to your local machine:
git clone https://github.com/yourusername/cli-todo-app.git
cd cli-todo-app
Build
Compile the application using:
go build main.go
Run
Run the application using:
./main
Usage
The application supports the following commands:
Adding a task:
./main add "Task Name"
Listing all tasks:
./main list
Deleting a task:
./main delete "Task Name"
Contributing
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
License
Distributed under the MIT License. See LICENSE for more information.
AlucardMode - email@email.com - @XHandel