Mac | ターミナル最後のコマンドをコピー&ペーストする
エイリアス登録
~/.zshrc
setopt hist_no_store
alias last-command="history | tail -n 1 | awk '{ \$1=\"\"; print \$0 }' | sed 's/ //'"
alias pbcopy-last-command="last-command | pbcopy"
反映
source ~/.zshrc
実行
~/.zshrc
setopt hist_no_store
alias last-command="history | tail -n 1 | awk '{ \$1=\"\"; print \$0 }' | sed 's/ //'"
alias pbcopy-last-command="last-command | pbcopy"
source ~/.zshrc
実行
適当なテキストエディタとかにペースト。
$ echo "a b c d"
$ pbcopy-last-command
検証
環境
- Mac OSX 10.12.5
リンク
Author And Source
この問題について(Mac | ターミナル最後のコマンドをコピー&ペーストする), 我々は、より多くの情報をここで見つけました https://qiita.com/YumaInaura/items/47835709b974e16d90de著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .