Package Exports
- anydo-cli
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (anydo-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
anydo-cli
Unofficial CLI app for Any.do.
Installation
npm install anydo-cli --globalQuickstart
$ anydo --help
Unofficial Any.do CLI app.
- Login
$ anydo login
--email you@example.org (required!)
--password super-secret (required!)
- List your tasks
$ anydo [tasks]
--done include done tasks
--deleted include deleted tasks
--undated include tasks without due date
--checked include checked tasks
- Logout
$ anydo logout
Todos
- New features
- Add lists command
- Add task sort option (by title, by due date, by priority, etc.)
- Add task format option (list, table, json, etc.)
- Add tests
API
See: MarkTiedemann/anydo.
License
WTFPL – Do What the F*ck You Want to Public License.
Made with ❤️ by @MarkTiedemann.