bin: Merge clipboard wrappers
This commit is contained in:
parent
6627f790da
commit
303c3ab55e
9 changed files with 108 additions and 20 deletions
|
|
@ -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"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue