prologue icon indicating copy to clipboard operation
prologue copied to clipboard

prologue should print all the ip addresses in a clickable form, when started with 0.0.0.0

Open enthus1ast opened this issue 3 years ago • 2 comments

Must have an output like this:

Prologue is serving at 
  http://169.254.19.171:8081
  http://192.168.245.1:8081
  http://192.168.2.179:8081
  http://127.0.0.1:8081
  http://192.168.111.33:8081

depending on the shell, this is then a clickable link.

enthus1ast avatar Oct 04 '20 12:10 enthus1ast

@xflywind this module can do this for linux and windows: https://github.com/Dankr4d/BF2142Unlocker/blob/25c9712e18b5d9275ffde726374ee897d2e9d4f4/module/localaddr.nim Maybe, if we ask @Dankr4d nicely, he could put this in an extra module :)

enthus1ast avatar Aug 14 '21 17:08 enthus1ast

I see. Nice!

ringabout avatar Aug 15 '21 11:08 ringabout