Integration: Terminal - aduth/dones GitHub Wiki

Record Dones tasks straight from your terminal using Dones CLI.

Instructions:

You'll need to have Node.js installed before getting started.

Install the dones module globally using npm:

npm install --global dones

Since Dones CLI is an external client, you will need to install a plugin for your WordPress site to allow external authentication. For more information, read Tip: Recording Dones by HTTP Request.

Linux Users: To make use of the system credentials store, Dones CLI has a dependency on libsecret. See installation instructions.

Once installed, record dones using the dones command:

dones "Completed #projectx"

On the first run, you will be prompted to enter details about your Dones website instance and credentials.

Enter dones --help to see all available usage.