Skip to content

0zhu/mtr-mobaxterm-plugin-cygwin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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