cronjob general alarms #17
Labels
No labels
📓 docs
🎮 gaming
bug
cicd
dependencies
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
neovim
package_management
python
question
vim
wontfix
⏰ Cron
🍎 macOS
🐧 Linux
🐳 docker
🔒 infosec
🚧 larger project
🤷 let's chat about it
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jessebot/onboardme#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
tidy up the existing alarms in
cron/and make them configurable via the onboardme script.For script, default install lunch, bedtime, and break alarms.
--cron-alarmsshould default todefault, but should take['work','none']--muted-alarmsshould default tofalse, but shouldaction=store_trueAdd a part of the cronjob script that checks for
~/.do-not-disturbfile, and will automatically set alarms to silent.I don't like my original suggestion anymore now that I know about the XDG Base Directory Spec. I will instead be putting these in
$XDG_CONFIG_HOME/onboardme/cron(withXDG_CONFIG_HOMEdefaulting to~/.configif it's not set).