@@ -64,8 +64,10 @@ $ git clone https://github.com/thingsapi/things-cli && cd things-cli && make ins
6464
6565% things-cli --opml --recursive all > all.opml && open all.opml
6666
67+ % things-cli --gantt --recursive all > all.mmd && mmdc -i all.mmd -o all.png && open all.png
68+
6769% things-cli -h
68- usage: things- cli [-h] [-o] [-j] [-c] [-r] [-d DATABASE] [--version] command ...
70+ usage: cli.py [-h] [-p FILTER_PROJECT] [-a FILTER_AREA] [-t FILTER_TAG] [-e] [- o] [-j] [-c] [-g ] [-r] [-d DATABASE] [--version] command ...
6971
7072Simple read-only Thing 3 CLI.
7173
@@ -76,22 +78,33 @@ positional arguments:
7678 upcoming Shows upcoming tasks
7779 anytime Shows anytime tasks
7880 completed Shows completed tasks
81+ someday Shows someday tasks
7982 canceled Shows canceled tasks
8083 trash Shows trashed tasks
84+ todos Shows all todos
8185 all Shows all tasks
8286 areas Shows all areas
8387 projects Shows all projects
84- logbook Shows tasks completed today
88+ logbook Shows completed tasks
89+ logtoday Shows tasks completed today
8590 tags Shows all tags ordered by their usage
8691 deadlines Shows tasks with due dates
8792 feedback Give feedback
8893 search Searches for a specific task
8994
9095optional arguments:
9196 -h, --help show this help message and exit
97+ -p FILTER_PROJECT, --filter-project FILTER_PROJECT
98+ filter by project
99+ -a FILTER_AREA, --filter-area FILTER_AREA
100+ filter by area
101+ -t FILTER_TAG, --filtertag FILTER_TAG
102+ filter by tag
103+ -e, --only-projects export only projects
92104 -o, --opml output as OPML
93105 -j, --json output as JSON
94106 -c, --csv output as CSV
107+ -g, --gantt output as mermaid-js GANTT
95108 -r, --recursive in-depth output
96109 -d DATABASE, --database DATABASE
97110 set path to database
@@ -107,3 +120,7 @@ optional arguments:
107120### Excel
108121
109122
123+
124+ ### GANTT
125+
126+ 
0 commit comments