Anaminus / nosh

Run programs without a shell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nosh

Run programs without a shell.

Windows often causes a shell to pop up when running certain programs. nosh simply suppresses this window.

Installation

  1. Install Go
  2. Install Git
  3. Using a shell with Git (such as Git Bash), run the following command:
go get -ldflags="-H windowsgui" github.com/anaminus/nosh

If you configured Go correctly, this will install nosh to $GOPATH/bin, which will allow you run it directly from a shell.

Usage

nosh COMMAND ARGS...

About

Run programs without a shell.

License:MIT License


Languages

Language:Go 100.0%