minihost icon indicating copy to clipboard operation
minihost copied to clipboard

Easily start and access servers

Results 4 minihost issues
Sort by recently updated
recently updated
newest added

Some people have [DNS problems with xip.io](https://stackoverflow.com/a/37057415/1518708). So maybe switch to nip.io? @typicode

This patch changes the way server process is started when `h` receives multiple positional arguments. In this case arguments have already been processed by user shell and treating them as...

Hi! I noticed a couple of issues with the way arguments are prepared for `sh -c`. 1) String argument form. ``` fish $ h -- 'node -e \'require("http").createServer().listen(process.env.PORT)\'' http://minihost.127.0.0.1.xip.io:2000 PORT=35984...

Sometimes server process is not killed correctly when the `h` process exits. I can reproduce this behavior this way: ``` fish $ pgrep -l node $ h -- node -e...