accountability
v1.2.11
Published
A productivity suite that lives in your terminal
Downloads
3
Readme
Accountability
A minimalist productivity suite that lives in your terminal.
Featuring:
- logging tasks completed to your Github
- a scratch pad in your terminal
- a pomodoro timer
- an (optional) Twitterbot that publicly shames you for not logging any tasks (coming soon)!
Installation
npm install -g accountability
For the lazy, try an alias: alias a="accountability"
Logger
accountability log "your message"
Accountability will automatically push your log to your logs repo, in a markdown file with today's date.
The first time you use
log
, follow the prompts to initialize a directory that will hold your task logs. This directory should be a git repo and connected to a remote repo on GitHub.
Pomodoro Timer
Start:
accountability pomo start
Stop:
accountability pomo stop
See time remaining:
accountability pomo
Scratch
Keep a scratch pad handy, without leaving your terminal! Open with
accountability scratch
The first time you use
scratch
follow the prompts to choose your preferred editor (currently supports vim/nano/emacs).