Florian Stinglmayr
Florian Stinglmayr
`cpack` is nice and all, but now I am tempted to just Debian-package rcon the old fashioned way.
Debian packaging has been sorted, but I do have to look deeper into Fedora packaging (never done that before).
This is awesome, and it looks great. Your version would be a great tool to run in a tmux session in a remote shell. The issue is however that this...
There is only one issue with the code. By moving from `AF_UNSPEC` to `AF_INET`, you are removing the ability to connect to IPv6 hosts. You can stringify the address using...
I have added a link to @dad98253 fork to the README.
> Re "tool for shell scripts"...I agree, and it can still be used that way. But, I like the interactive capability because it only needs to authorize once. My typical...
Not directly an issue but it's weird and counter intuitive API behaviour. If I do a command like: ```shell # takes a list of items and calculates the price of...
I studied the code, and the maximum amount is also used to determine if enough parameters have been given on the command line; with 0 options being a valid amount.