Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

選択したテキストをMacVimで編集するAutomator

$
0
0

超単純。

image

declare -x scratchfile=/tmp/"$(osascript -e 'tell application "System Events" to get name of (path to frontmost application)')"-"$(date '+%s')"-"$$"
cat - > "$scratchfile"
mvim -f +"set noconfirm noswapfile"&& cat "$scratchfile"
  • 選択したテキストを一時ファイルに保存。
  • MacVimで編集。
  • 元のテキストと置き換える。

ダウンロード

http://cl.ly/d5mv/Edit%20with%20MacVim.workflow.zip


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>