https://github.com/pandermusubi/getting-things-done
Getting Things Done
https://github.com/pandermusubi/getting-things-done
Last synced: over 1 year ago
JSON representation
Getting Things Done
- Host: GitHub
- URL: https://github.com/pandermusubi/getting-things-done
- Owner: PanderMusubi
- License: mit
- Created: 2023-10-06T13:41:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T13:55:02.000Z (over 2 years ago)
- Last Synced: 2025-01-27T09:12:07.586Z (over 1 year ago)
- Language: Shell
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting Things Done
Miscellaneous files for https://en.wikipedia.org/wiki/Getting_Things_Done (GTD)
and https://en.wikipedia.org/wiki/Pomodoro_Technique .
## GTD Workflow
See [this image](getting-things-done-organise.png).
## GTD Labels
See [this PDF](gtd-labels.pdf) for labels on physical post boxes.
## Pomodoro Timer
A command-line timer for Pomodoro can be made by adding to `~/.bash_aliases` the
line
alias pomodoro='sleep 1500 && mplayer -loop 3 /usr/share/sounds/speech-dispatcher/test.wav > /dev/null 2>&1'