MCPcopy Index your code
hub / github.com/DM-Earth/Tuffous

github.com/DM-Earth/Tuffous @0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.1 ↗ · + Follow
54 symbols 124 edges 3 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Tuffous

Tuffous is a powerful CLI todo manager.

Features

  • Details, deadline, time, weight and tags support for todos.
  • Infinite layers of father/children todos.

Requirements

Tuffous requires a nerd-font patched font in order to display icons normally.

Usage

To use Tuffous, you need first initialize a new todo repo using init in order to store todos.

Tuffous is dictionary-based, so you need to run it in the target folder you want.

Commands

init        Initialize a new todo repo
new         Create a new todo
list        List todo(s) with filter(s)
edit        Edit todo(s) with filter(s)
complete    Complete todo(s) with filter(s)
father      Mark a todo as father with filter(s) in the cache
child       Mark todo(s) as children with filter(s) in the cache
remove      Remove todo(s) as children with filter(s)
cleancache  Clean cache
help        Print this message or the help of the given subcommand(s)

General Command arguments

Filter arguments:

--ftoday <TODAY>                    Filter with today only todo(s) [default: false]
--fdate <DATE>                      Filter with date-only todo(s)
--fdater <DATE_RANGE> <DATE_RANGE>  Filter with ranged date-only todo(s)
--fddl <DDL>                        Filter with ddl-only todo(s)
--fddlr <DDL_RANGE> <DDL_RANGE>     Filter with ranged ddl-only todo(s)
--flogged <LOGGED>                  Filter with logged todo(s) [default: false]
--ftag <TAGS>                       Filter with tags
--fname <NAME>                      Search with name

Edit arguments:

-n, --name <NAME>                       Change name of the target
-d, --details 

                 Change details of the target
-w, --date <DATE>                       Change date of the target
    --ddl <DEADLINE>                    Change deadline of the target
    --weight <WEIGHT>                   Change weight of the target
-t, --tag <TAGS>                        Bind/unbind tags for the target
-c, --complete <BOOLEAN>                Complete/uncomplete the target

Help argument:

-h, --help  Print help

Core symbols most depended-on inside this repo

get
called by 11
src/base.rs
eq
called by 10
src/base.rs
refresh
called by 8
src/base.rs
get_id
called by 7
src/base.rs
read_all
called by 7
src/base.rs
parse_date
called by 7
src/cli.rs
write_all
called by 6
src/base.rs
get_mut
called by 6
src/base.rs

Shape

Method 32
Function 16
Class 6

Languages

Rust100%

Modules by API surface

src/base.rs28 symbols
src/cli.rs24 symbols
src/main.rs2 symbols

For agents

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

⬇ download graph artifact