We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be handy if the IP information at the top of the bar could have arbitrary information, static or dynamic.
Static example:
1.2.3.4 (1.2.3.4) - Customer A 8.16.32.64 (8.16.32.64) - Customer B
Dynamic example (using whois $ip | awk -F ': +' '/^[Nn]et[Nn]ame:/ {print $2}' to get ISP information)
whois $ip | awk -F ': +' '/^[Nn]et[Nn]ame:/ {print $2}'
1.2.3.4 (1.2.3.4) - Debogon-prefix 8.16.32.64 (8.16.32.64) - LVLT-ORG-8-8
The text was updated successfully, but these errors were encountered:
I’m going to close this in favour of #446, which is asking for the same thing.
feel free to re-open this if you feel it’s different
Sorry, something went wrong.
No branches or pull requests
It would be handy if the IP information at the top of the bar could have arbitrary information, static or dynamic.
Static example:
Dynamic example (using
whois $ip | awk -F ': +' '/^[Nn]et[Nn]ame:/ {print $2}'
to get ISP information)The text was updated successfully, but these errors were encountered: