Macのネットワーク環境をコマンドラインからpecoで選択して変更
scselect
コマンドで、コマンドライン(ターミナル)からMacのネットワーク環境を選択できる。
$ scselect
Defined sets include: (* == current set)
* 05522B10-xxxx-xxxx-xxxx-xxxxxxxxxxxx (Automatic)
1781AE2D-xxxx-xxxx-xxxx-xxxxxxxxxxxx (USB)
$ scselect USB
CurrentSet updated to 1781AE2D-xxxx-xxxx-xxxx-xxxxxxxxxxxx (USB)
$ scselect
Defined sets include: (* == current set)
05522B10-xxxx-xxxx-xxxx-xxxxxxxxxxxx (Automatic)
* 1781AE2D-xxxx-xxxx-xxxx-xxxxxxxxxxxx (USB)
pecoで選択して変更してみる。
$ scselect | sed -e 1d -e 's/[^(]*(\(.*\))/\1/g' | peco --prompt "Select network env:" | xargs scselect
エイリアスとかしておくと、簡単にネットワーク環境を切り替えられる。
具体的には、iPhoneをMacBook AirにUSB接続したとき、テザリングするやつとしないやつの切り替えに利用している。
参考
Author And Source
この問題について(Macのネットワーク環境をコマンドラインからpecoで選択して変更), 我々は、より多くの情報をここで見つけました https://qiita.com/catfist/items/d0831dbf064317b964cf著者帰属:元の著者の情報は、元の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 .