Add Public IP Search Function #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "public-ip-search"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add ability to get public IP by search function
This is useful as sometimes we just want to copy the Public IP for some use cases and not really intend to have it as a widget on the home screen
Good script, thank you. Would you just make two corrections for consistency:
The name of the search scripts is displayed as a title in the search results, so the word "search" at the end would be superfluous.
When matching strings, it's better not to just look for "ip" in search string, but to look for "^ip$" pattern, so script will react only to "ip" and not to "script" or "iphone".