Initial commit after confirming working Lua config

This commit is contained in:
2026-06-27 17:14:39 -04:00
parent 9b1e714b9c
commit 3cadcad501
54 changed files with 825 additions and 50 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/usr/bin/env zsh
while read -r input; do
case "${input}" in
'Begin...')
wtype -k Escape
wtype "I$(date '+%F %T: Begin ')"
;;
'End...')
wtype -k Escape
wtype "I$(date '+%F %T: End ')"
wtype -k Escape
wtype 'kly$jpo'
wtype "$(date '+%F %T: Begin ')"
;;
esac
done