Official client to manage multiple TODO.md files.
$ npm install -g todo-md-cli
$ todo COMMAND
running command...
$ todo (-v|--version|version)
todo-md-cli/1.0.0 darwin-x64 node-v12.14.1
$ todo --help [COMMAND]
USAGE
$ todo COMMAND
...
display help for todo
USAGE
$ todo help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
description of this example command
USAGE
$ todo init [PATH]
OPTIONS
-m, --maxdepth=maxdepth Max directory depth
See code: src/commands/init.ts
description of this example command
USAGE
$ todo ls [PATH]
See code: src/commands/ls.ts