Uman Shahzad

Results 33 issues of Uman Shahzad

Allow to replace environment vars in a `sys.config.src` for `rebar3 ct` runs.

enhancement

An IP tool subcommand `ipinfo tool upper ` -> `end IP of input`. Input can also be retrieved via `stdin`, in a stream, so multiple outputs are possible.

An IP tool subcommand `ipinfo tool lower ` -> `start IP of input`. Input can also be retrieved via `stdin`, in a stream, so multiple outputs are possible.

I think this can technically be done in Python and other languages without any rocket science, but just throwing ideas here anyway: An expression resolving subcommand that implements a very...

``` $ ipinfo splitCidr 1.1.1.0/24 25 1.1.1.0/25 1.1.1.128/25 $ ipinfo splitCidr 1.1.1.0/24 27 1.1.1.0/27 1.1.1.32/27 1.1.1.64/27 1.1.1.96/27 1.1.1.128/27 1.1.1.160/27 1.1.1.192/27 1.1.1.224/27 ```

Those flags currently properly auto-complete for e.g. `myip`, `bulk`, etc., but we currently aren't able to easily specify that completion must occur for the raw IP / ASN subcommands. Find...

Here's some new subcommand ideas: - `ipinfo calc ` - `ipinfo ip2n` (ip to number) - `ipinfo n2ip` (number to ip - v4 if it fits, v6 otherwise, with an...

Originally tracking this work in #3 but splitting this out as a more specific issue. Allow users to download and get automatic updates for our binaries via Windows package managers...

This returns really messed up CSV output because the fields aren't quoted: ```bash $ printf "%s\n" 43.250.184.0 43.250.186.0 43.250.187.0 | ipinfo -f abuse ip,abuse_address,abuse_country,abuse_country_name,abuse_email,abuse_name,abuse_network,abuse_phone Flat C, 23/F, Lucky Plaza,, 315-321...

If we get a 401 due to using a token that doesn't have permissions for that API, we should show a better error. Here's what we currently show: ```bash $...