MultScan-cli

module
v0.0.0-...-f667f51 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 21, 2024 License: MIT

README

MultScan-cli


MultScan-cli is a command line interface for the MultScan project, created by @Pengrey.


Installation

  • Run go build in the src directory of the project to build the binary.

  • Or use the pre-built binary in the bin directory.

$ cd src
# Build for linux
$ GOOS=linux GOARCH=amd64 go build -o ../bin/multscan-cli_linux

# Build for windows (64-bit)
$ GOOS=windows GOARCH=amd64 go build -o ../bin/multscan-cli_64.exe

# Build for windows (32-bit)
$ GOOS=windows GOARCH=386 go build -o ../bin/multscan-cli_32.exe

# Build for mac
$ GOOS=darwin GOARCH=amd64 go build -o ../bin/multscan-cli_mac

Demo

https://github.com/user-attachments/assets/e9076a2a-1426-4d78-82b9-649381cd3348

Documentation

For more information on how to use the MultScan-cli, check the documentation

License

This project is licensed under the GNU General Public License - see the LICENSE file for details.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL