/mtr-mobaxterm-plugin-cygwin

MTR plugin for MobaXterm and Cygwin

GNU General Public License v2.0GPL-2.0

MTR plugin for MobaXterm and Cygwin

Built from MTR releases with fixes.

In order to install plugin, just download .mxt3 file and put it in the same directory than MobaXterm executable.

N.B. You can use all versions except for *_x64 as Mobaxterm is based on x86 (32-bit) version of Cygwin

Cygwin users can also install the plugin:

Cygwin x86

wget -qO mtr https://github.com/zhubanRuban/mtr-mobaxterm-plugin/raw/master/mtr-0.92.mxt3 && unzip mtr -d / && rm -f mtr

Cygwin x64

wget -qO mtr https://github.com/zhubanRuban/mtr-mobaxterm-plugin/raw/master/mtr-0.93-x64.mxt3 && unzip mtr -d / && rm -f mtr
uname -m

Uninstallation

wget -qO mtr https://github.com/zhubanRuban/mtr-mobaxterm-plugin/raw/master/mtr-0.92.mxt3 && unzip -Z1 mtr | xargs -I{} rm -vf /{} && rm -f mtr