Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple CLI Task Manager

A minimal command-line task management application written in Go.

Features

  • Add new tasks
  • List all tasks
  • Mark tasks as complete
  • Delete tasks
  • Store tasks in a simple JSON file

Project Structure

.
├── cmd/
│   └── cli/         # Main application code
└── pkg/
    └── models/      # Task data model

Requirements

  • Go 1.21 or higher

Setup

  1. Clone the repository
git clone https://github.com/soohyeuk/cli_task_manager_go.git
cd cli_task_manager_go
  1. Build and run
go build -o task ./cmd/cli
./task

Usage

./task add "Buy groceries"     # Add a new task

License

This project is licensed under the terms of the LICENSE file included in the repository.

About

First CLI Development project using Go. Tracks todo list

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages