right-now is a simple script that runs on command line and helps you track what you have been doing throughout the day.
-
Prerequisites python3 / python2
-
Installation
Clone this Repo
Add alias to your bash_profile/bash_rc/zshrc
alias rnw='python3 <path to the clone>/right-now/main.py'Install Libraries
pip3 install -r requirements.txtGenerate slack token at https://api.slack.com/legacy/custom-integrations/legacy-tokens
-
Usage Start an Activity:
rnw add "Planning the Day"Check All Events For Today:rnw showCheck Time Taken For Each Event:rnw reportUndo your last activityrnw undo -
toDos Better Slack handling Make this Easily installable
Reach out to akshit.vijay@mindtickle.com for concerns
PS: Also Dont Judge the Code, this is really old. :P