anydo-cli

0.4.0 • Public • Published

anydo-cli

Unofficial CLI app for Any.do.

Installation

npm install anydo-cli --global

Quickstart

$ 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.

Package Sidebar

Install

npm i anydo-cli

Weekly Downloads

1

Version

0.4.0

License

WTFPL

Last publish

Collaborators

  • mark.tiedemann