MCPcopy Index your code
hub / github.com/Swatto/td

github.com/Swatto/td @1.4.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.4.2 ↗ · + Follow
29 symbols 75 edges 8 files 0 documented · 0% updated 2y ago1.4.2 · 2021-06-07★ 3024 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

td

Your todo list in your terminal.

Screenshot

Usage

Installation

  • From binary: go to the release page
  • From source: go get github.com/Swatto/td

Information

td will look at a .todos files to store your todos (like Git does: it will try recursively in each parent folder). This permit to have different list of todos per folder.

If it doesn't find a .todos, td use an environment variable to store your todos: TODO_DB_PATH where you define the path to the JSON file. If the file doesn't exist, the program will create it for you.

CLI

NAME:
   td - Your todos manager

USAGE:
   td [global options] command [command options] [arguments...]

VERSION:
   1.4.1

AUTHOR:
  Gaël Gillard - <gael@gaelgillard.com>

COMMANDS:
   init, i  Initialize a collection of todos
   add, a   Add a new todo
   modify, m   Modify the text of an existing todo
   toggle, t   Toggle the status of a todo by giving his id
   clean Remove finished todos from the list
   reorder, r  Reset ids of todo or swap the position of two todo
   search, s   Search a string in all todos
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --done, -d     print done todos
   --all, -a      print all todos
   --help, -h     show help
   --version, -v  print the version

Core symbols most depended-on inside this repo

RetrieveTodos
called by 7
collection.go
WriteTodos
called by 6
collection.go
Find
called by 4
collection.go
getDBPath
called by 4
db.go
MakeOutput
called by 3
todo.go
RemoveAtIndex
called by 3
collection.go
createStoreFileIfNeeded
called by 2
collection.go
ListPendingTodos
called by 2
collection.go

Shape

Method 15
Function 11
Struct 2
TypeAlias 1

Languages

Go100%

Modules by API surface

collection.go15 symbols
db.go5 symbols
db_test.go3 symbols
cli.go3 symbols
todo.go2 symbols
todo_test.go1 symbols

For agents

$ claude mcp add td \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact