SkillAgentSearch skills...

Todocli

Todo CLI to manage your to do list in a neat way

Install / Use

/learn @HxX2/Todocli
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Todo CLI

prompt

Table of Contents

<!-- toc --> <!-- tocstop -->

About

Todo CLI is a simple to do list to manage your tasks. Written in GO and styled with Nerd Fonts

Installing

GOBIN=<your install path> go install ./cmd/todo

Uninstalling

rm -rf <your install path>/todo

Build From Source

Install Go and build with this command:

go build ./cmd/todo 

Usage

To init a todo list in the current git directory

todo -i

To add a task to the list

todo -a <Task String>

Toggle a task as done or undone

todo -t <Task number>

Remove a Task from the list

todo -r <Task Number>

Opens editor to edite the raw file of the list (it uses the $EDITOR env var)

todo -e 

List done tasks

todo -ld

List undone tasks

todo -lu

Hide Progress bar (can be used with other options)

todo -hp
View on GitHub
GitHub Stars158
CategoryDevelopment
Updated29d ago
Forks6

Languages

Go

Security Score

80/100

Audited on Feb 27, 2026

No findings