Deleted Comment
But we have a word for both want and feel like, but they're different from "nenna". In some ways a better translation would be "I can't be bothered to".
The word is somewhat socially acceptable as an excuse not to do something.
"Þetta reddast" and "Ég nenni þessu ekki" are words many of us Icelanders live by.
Deleted Comment
Here's an example for opening Chrome or switching to it if it's open. If there is more than one Chrome window open it cycles between them by minimizing the current one, then opening the next one etc.
SetTitleMatchMode, 2
#c::
IfWinExist, Google Chrome
IfWinActive
WinMinimize
else
Winactivate
else
run,"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
return
Yup, it's another task manager.
I made it for myself to help me focus on one task at a time, hence the name.
It implements my number one productivity hack of picking a task and setting a timer. Time spent on a task increments.
Data is stored locally in the browser although there is a sync option i wouldn't shake a stick at if I hadn't built this myself.
Plus it's a PWA! Those are lovely.