(no title)
grzracz | 2 years ago
a) making the start of your tasks just a simple press of a button
b) keeping your progress of time and your deadline right in front of you.
It's just another one of pomodoro apps that I made specifically for myself and wanted to share in case someone wants to use it as well :)
lelanthran|2 years ago
Then it really shouldn't be a browser app, it needs to be a local app that runs in the taskbar.
I've made two of these in the past:
V1, browser based: the browser simply wasn't viable because there's no taskbar timer.
V2, Bash+zenity script to run locally, pops up a uncloseable, uncoverable and omnipresent (across all workspaces) window, with a progress bar showing the time as it elapses[1], and properly sends desktop notifications. A much more functional experience than V1 which was invisible while I was working, stuck on a single workspace (I have nine in a 3x3 grid) and frequently didn't send notifications.
V3, Next iteration, local application without a window but with taskbar integration for timer display. Might just decide to hack zenity to provide a 'taskbar' widget.
[1] If you're interested my V2 app (run locally), see https://gist.github.com/lelanthran/bbbcf5c8b6b26c9bc0263384a...
hinkley|2 years ago
And for easily distracted people, you might want a physical timer that also synchronizes with your devices. Set a timer for the stove, then forget you're baking and try to leave the house, your watch or phone needs to get the alert.
cj|2 years ago
Chrome supports badges on chrome extensions. E.g. I've built a chrome extension that shows an "On" badge when it's activated in the current tab. Via the same mechanism you could display the number of minutes remaining.
Edit: Random article showing this in action: https://dev.to/paulasantamaria/chrome-extensions-adding-a-ba... -- also, no idea if it's supported in v3
aendruk|2 years ago
What’s worked for me was turning the screen grayscale to signify a break:
https://andrew.kvalhe.im/2020-11-18
Relatedly for a while I was using periodic ~zenity prompts to keep myself on track:
https://andrew.kvalhe.im/2014-11-02
k__|2 years ago
As far as I know, web apps can run in the background, when the browser is closed and use native notifications.
echelon|2 years ago
Counter use case - browser apps are superior unless you can invest in building strong cross-platform capabilities (like Obsidian.md)
I'm constantly jumping between machines and operating systems. I've often been on Linux, Windows, and Mac in a single day. Or moved from desktops to laptops.
vineyardmike|2 years ago
Unless you keep your browser tab open, you can’t see it. A “gauge” icon in the browser bar would be enough to actually be in view without being distracting. Repackaging as a plug-in would give you a tab-free icon.
peebeebee|2 years ago
Code can be found on https://github.com/peebeebee/pipodoro
myhf|2 years ago
http://pclock.github.io/
based on an old flash app: https://davidseah.com/2007/01/a-chindogu-clock-for-procrasti...
rpastuszak|2 years ago
https://twitter.com/rafalpast/status/1272945933228167169
For time management I'm using Be Focused (always visible + sound cues)
IndigoIncognito|2 years ago
rmdes|2 years ago
grzracz|2 years ago
smcleod|2 years ago
halfcat|2 years ago
Ragii|2 years ago