metecan / todo

Todo is a simple, no-frills CLI based To-Do list application made in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo CLI (Local)

Description

Todo is a simple, no-frills CLI based To-Do list application made in Golang

Note: Only works with local build
build the app with this command: make build


Screenshot of Todo CLI

ss1

Usage

List all tasks

./todo -list

Create a task

./todo -create Some Text about Task

Complete a task

./todo -complete 2

Remove a task

./todo -remove 2

Last Update: 09.12.2022

About

Todo is a simple, no-frills CLI based To-Do list application made in Golang


Languages

Language:Go 93.2%Language:Makefile 6.8%