Thanks to visit codestin.com
Credit goes to github.com

Skip to content

alosec/td-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

td-world

Monorepo for the td task tracking ecosystem.

Components

Directory Description
bin/td SQLite-based task tracker CLI
bin/tv fzf-powered TUI viewer for td
site/ Landing page at tdtask.com

Install

curl -fsSL https://raw.githubusercontent.com/alosec/td-world/main/install.sh | bash

Usage

# Task management
td create "Title" -p 1
td list
td move <id> todo
td close <id>

# Interactive viewer
tv           # Table view
tv -k        # Kanban view
tv -r        # Ready (unblocked) tasks

Database

Tasks stored in ~/.td/tasks.db. Project-scoped by current directory.

About

td: SQLite task tracker + tv: fzf TUI viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published