This is new version that is writing with go lang
Old version: https://github.com/jhekasoft/insteadman2
Download: https://github.com/jhekasoft/insteadman/releases.
Download insteadman3:
go get /...Go to the insteadman3 directory:
cd ~/go/src/github.com/jhekasoft/insteadman/Build CLI and GTK-versions:
makeRun GTK (GUI):
./insteadman-gtkRun CLI:
./insteadmanInstall to the system path:
make installInstall to the destination dir:
make DESTDIR="package" installUninstall from the system path:
make uninstallUninstall from the destination dir:
make DESTDIR="package" uninstallBuild only CLI-version:
make insteadmanOr only GTK-version:
make insteadman-gtkBuilding CLI for all platforms (binaries will be placed to the build directory):
make insteadman-crossRun tests:
make testRun GTK tests (with CGO):
make gtk-test

