An open API service indexing awesome lists of open source software.

https://github.com/anucha-tk/go_task_tracker

Golang task tracker
https://github.com/anucha-tk/go_task_tracker

cli cobra-cli filesystem golang lipgloss

Last synced: 3 months ago
JSON representation

Golang task tracker

Awesome Lists containing this project

README

          

# GO_TASK_TRACKER

- [GO_TASK_TRACKER](#gotasktracker)
- [What we learn](#what-we-learn)
- [How to run](#how-to-run)
- [Build](#build)
- [Run](#run)

CRUD CLI task json file.


animated

## What we learn

- Filesystem with os package
- CLI with [Cobra](https://cobra.dev/)

## How to run

### Build

```bash
make build
```

### Run

```bash
task_tracker [command] [flag]
```