@@ -63,6 +63,39 @@ $ git clone https://github.com/thingsapi/things-cli && cd things-cli && make ins
6363% things-cli --csv --recursive all > all.csv && open all.csv
6464
6565% things-cli --opml --recursive all > all.opml && open all.opml
66+
67+ % things-cli -h
68+ usage: things-cli [-h] [-o] [-j] [-c] [-r] [-d DATABASE] [--version] command ...
69+
70+ Simple read-only Thing 3 CLI.
71+
72+ positional arguments:
73+ command
74+ inbox Shows inbox tasks
75+ today Shows todays tasks
76+ upcoming Shows upcoming tasks
77+ anytime Shows anytime tasks
78+ completed Shows completed tasks
79+ canceled Shows canceled tasks
80+ trash Shows trashed tasks
81+ all Shows all tasks
82+ areas Shows all areas
83+ projects Shows all projects
84+ logbook Shows tasks completed today
85+ tags Shows all tags ordered by their usage
86+ deadlines Shows tasks with due dates
87+ feedback Give feedback
88+ search Searches for a specific task
89+
90+ optional arguments:
91+ -h, --help show this help message and exit
92+ -o, --opml output as OPML
93+ -j, --json output as JSON
94+ -c, --csv output as CSV
95+ -r, --recursive in-depth output
96+ -d DATABASE, --database DATABASE
97+ set path to database
98+ --version, -v show program' s version number and exit
6699```
67100
68101## Screenshots
0 commit comments