Skip to content

Haadi-Khan/attention

Repository files navigation

Attention

Project Objectives

  • Deliver notifications whenever a user is engaging in “unproductive” activities (i.e. using discord or smth)
  • Be fast/low overhead
  • Give pomodoro functionality built in
  • Provide visualization utilities to help understand work behavior better
  • Menu Bar integration (maybe?)

Building

Python

Create a venv and install the requirements with

pip install -r requirements.txt

Rust

cargo install

Web

pnpm install
pnpm tauri dev