「clipboard」の版間の差分
提供: MacWiki
(ページの作成: == ユーティリティ == いろいろ存在するようです * clipper 2 http://bytethebits.com/ * clipper http://www.omh.cc/ * clipper ? http://cole.nitroy.com/ * ClipMenu …) |
(→AppleScript) |
||
行13: | 行13: | ||
== AppleScript == | == AppleScript == | ||
実行例 | 実行例 | ||
− | get clipboard | + | get the clipboard |
− | set clipboard to " | + | set the clipboard to "sample string" |
2010年1月6日 (水) 21:29時点における版
ユーティリティ
いろいろ存在するようです
- clipper 2 http://bytethebits.com/
- clipper http://www.omh.cc/
- clipper ? http://cole.nitroy.com/
- ClipMenu http://www.clipmenu.com
- Clyppan http://www.omh.cc/clyppan/
コマンドライン
実行例
$ pbpaste | myfiltercommand | pbcopy
AppleScript
実行例
get the clipboard set the clipboard to "sample string"