abondis / the-nag

nags you to know what you're doing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Focus Reminder

Opens a pop-up every SLEEP seconds asking for current task and logs it. AKA: THE NAG !

Requirements and install

  • python3
  • Setup:
    virtualenv -p python3 .venv
    .venv/bin/activate
    pip install -r requirements.txt
        

Configuration

  • copy and modify config.py.template to config.py

Usage

Tracking

  • call python reminder.py

Reporting

  • call report.sh <search string> [<reports path>]

About

nags you to know what you're doing

License:GNU General Public License v3.0


Languages

Language:Python 94.7%Language:Shell 5.3%