Command Line Integration
The Command Line Integration allows users to post their entries to IDoneThis via any Command Prompt.
Setting up:
1. You can install the Command Line integration through a gem install. Simply install this by pasting this within your ruby environment:
$ gem install idonethis-official-cli
After the installation, you'll be able to post your entries to IDoneThis via any Command Prompt.
How to use:
This is the list of Commands to enter IDoneThis from the Command Prompt. You can read more about the usage under the documentation found here.
$ idt help
$ idt authorize
$ idt team list
$ idt team set
$ idt entry new "Just setup the IDoneThis CLI"
$ idt entry list
Note: If you want to post a goal or a blocker, add "[ ]" before your text to add a goal and "!" before the text in order to add the blocker.
For Goals:
$ idt entry new "[] Just setup the IDoneThis CLI"
For Blockers:
$ idt entry new "! Just setup the IDoneThis CLI"