1
0
Fork 0

bin: Merge clipboard wrappers

This commit is contained in:
Jeremy Kaplan 2026-04-11 22:52:26 -04:00
commit 303c3ab55e
9 changed files with 108 additions and 20 deletions

View file

@ -1,12 +1,5 @@
#!/bin/sh
clear_pasteboard() {
pbcopy -pboard "$1" < /dev/null
}
clear_pasteboard general
clear_pasteboard ruler
clear_pasteboard find
clear_pasteboard font
cbclear
osascript -e 'display notification "Clipboard cleared" with title "pbclear"'