philfreo / idonethis

World's simplest iDoneThis CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple iDoneThis CLI script

Because visiting iDoneThis.com and navigating to the right team each day is no fun.

Install

Install globally:

git clone https://github.com/philfreo/idonethis
cd idonethis
ln -s $PWD/idonethis.py /usr/local/bin/idonethis

Configure

In your .bashrc or .zshrc:

# See https://idonethis.com/api/token/
export IDONETHIS_USERNAME='FILL ME IN'
export IDONETHIS_TOKEN='FILL ME IN'
export IDONETHIS_TEAM='FILL ME IN' # from team page URL

Usage:

See your dones for the day:

$ ./idonethis.py
-Caught up on #recruiting tasks
-Pushed some awesome code
-Fix the bugs

Add a done:

./idonethis.py Added the coolest feature

Beware of characters that can get interpreted by you shell and escape properly.

Requirements:

Python

License

MIT

About

World's simplest iDoneThis CLI


Languages

Language:Python 100.0%