What am I doing: the open source task-tracking self-control panel
Project description
What am I doing?
A simple, performance-oriented, activity tracker that flexibly connects multiple to-do lists with multiple time trackers and displays your current task and time spent in the status bar.
Features
- Unlimited flexible combinations of to-do lists and time tracking systems
- Flexibly nested lists
- Inactivity detection that automatically pauses time tracking
- Pomodoro timer
- Task prioritization
- Time targets: set a minimum or maximum time for any task or list of tasks and get reminded to follow though
- Randomness interrupt bell (optional) to keep you on track with tracking your time
- Fast, keyboard-driven, interface
- Offline to-do list cache
- Tested on Ubuntu and Linux Mint with Xorg and Wayland
Currently Supported Todo Lists
- Simple text or markdown file with indentation based sub-lists
- Any to-do list that supports CalDav todos
- todotxt format
- TaskWarrior
- Vikunja
- Photosynthesis Timetracker
Currently Supported Time Trackers
Installation
- Install following dependencies:
sudo apt install gir1.2-appindicator3-0.1 meson libdbus-glib-1-dev patchelf python3.12-venv
- Clone this repo into some out-of-the-way directory (referred to as
YOUR_INSTALL_PATH) - Change to
YOUR_INSTALL_PATHdirectory withcd /path/to/where/you/cloned/what-am-i-doing - Set up a python venv
python3 -m venv .venv/what-am-i-doing
source .venv/what-am-i-doing/bin/activate
- Install required python modules:
pip install -r requirements.txt - Run
python3 main.pyand check for errors - Open settings and add your to-do list and time tracker details
- Add the following to your startup applications (if using venv)
bash -c "source .venv/what-am-i-doing/bin/activate; python3 /YOUR_INSTALL_PATH/src/what-am-doing/main.py"(if not using venv simply usepython3 main.py)
Keybindings
To set up a keybinding to open your tasks on Ubuntu or Linux Mint, open Setting > Keyboard > Keyboard Shortcuts > Custom Shortcuts, set the command to /YOUR_INSTALL_PATH/src/what-am-doing/signal.sh, and pick whatever key combo you'd like.
Task Window Keybindings
f11Toggle fullscreenEscClose task windowEnterStart top task (or make a new task if no results)Ctrl + PPause current taskCtrl + DPause current task and mark it DoneCtrl + XCancel current taskCtrl + NNew taskCtrl + RRefresh todolists
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file what_am_i_doing-0.0.2.tar.gz.
File metadata
- Download URL: what_am_i_doing-0.0.2.tar.gz
- Upload date:
- Size: 53.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
481bf53ac5cb4def01fd9817b0232f664d891f37ce0a93039f4bf3e7c3c0f419
|
|
| MD5 |
f66bb1af3dea78749c1d98f03345b556
|
|
| BLAKE2b-256 |
8a133a7d0eea1c1b733d8e38d4b9aa26b7caeba0d30019d76446421353e536a8
|
File details
Details for the file what_am_i_doing-0.0.2-py3-none-any.whl.
File metadata
- Download URL: what_am_i_doing-0.0.2-py3-none-any.whl
- Upload date:
- Size: 60.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e4968f20901a958b3f66627e98cb976e5d5ad396d0628ef9773475f63016202
|
|
| MD5 |
31d89bb9c0d10c7f87308f6c625cf01c
|
|
| BLAKE2b-256 |
689be77c19b23da869416f49f46904c4eefe9ccf0b12b46da4b2d90f638e2c55
|