A simple command-line task manager written in Go.
This project helps manage daily tasks directly from the terminal.
- Add a new task
- List all tasks
- Mark a task as completed
- Delete a task
- Persistent storage using JSON file
- Add .exe file to directly run into system without installing go language
Download zip file : task-manager.zip
Included a pre-built .exe for running the application without requiring Go installation.
If Windows restricts execution, you can run the project using Go.
- Go (Golang)
- Standard Library only
- Table by aquasecurity
- Color terminal using fatih/color
Compress-Archive -Path file.exe -DestinationPath file.zipEach task contains:
- ID
- Title
- Completed status
go run ./ -add "Study Go language"go run ./ -listgo run ./ -toggle 0go run ./ -edit "0:Do a project with go"go run ./ -del 0go run ./ -deleteAllThank You
Made with ❤️ by Artistic Programmer





