Petter
Petter
Hello -- there is no roadmap at the moment, so ideas are welcome. A CLI tool to interact with glot.io would be cool. There is kind of an API already,...
Do you have an example of when this would be useful? You could potentially do something like this: ``` $ ifconfig | re -g "(?Peth\d+).+?inet addr:(?P[\d.]+)" | re 's/=([^,]+)/="${1}"/' IF="eth0",...
I totally agree with this. If I ever rewrite this tool in a more modern language I will use a proper args lib that can handle this.