oh this is delightful. get #ai #bots to identify themselves when they submit PRs #devops #development #promptinjection
https://glama.ai/blog/2026-03-19-open-source-has-a-bot-problem
dotGit โ minimal dotfiles manager built on a bare git repo + shell aliases.
What I use most: `.gg PATH` greps all tracked dotfiles and takes you to the line. `.ge zshrc` fuzzy-finds a filename with preview and opens in $EDITOR.
No symlinks or extra tooling. Files stay exactly where they are.
๐ https://code.opennomad.com/opennomad/dotGit
(mirrors: https://codeberg.org/opennomad/dotGit ยท https://github.com/opennomad/dotGit)
#linux #dotfiles #bash #git #selfhosted #opensource #commandline
Just released systab โ a single-file Bash script that gives you a cron-like interface for systemd user timers.
If you've ever wanted the simplicity of crontab but the power of systemd timers, this might be for you. Natural language schedules, desktop/email notifications, a crontab-style editor, and persistent services โ all without leaving the terminal.
#linux #systemd #bash #selfhosted #opensource #commandline #sysadmin
systab - a `crontab`-ish interface for systemd user timers
- feature: manage user services!
- bug: show `name` in the notifications
- refactor: camelCase function names
https://codeberg.org/opennomad/systab
#linux #cli #systemd #cron
Search, copy pass/user/TOTP, preview, and auto-fill -- all from the
terminal using fzf.
New version:
- skip TOTP notification when no code exists
- ESC now clears the prompt and resets cursor position
I like systemd, but missed my crontab -e. Here's systab (-e included), a cron/at-like-ish interface for systemd user timers.
Scheduled jobs without hand-crafting unit files:
systab -t "every day at 2am" -n backup -c "~/backup.sh"
systab -t "in 3 minutes" -c "echo 'Hey!'" -i
systab -e
Natural time specs, named jobs, desktop/email notifications, journal logging, and a familiar crontab -e workflow. Single Bash script.
@zenbrowser Horrid feature and no exposed way to disable in settings.
For anyone else looking to disable, about:config -> zen.window-sync.enabled = false