Skip to content

Instantly share code, notes, and snippets.

@JoshuaJones
Created October 13, 2012 18:02
Show Gist options
  • Save JoshuaJones/3885580 to your computer and use it in GitHub Desktop.
Save JoshuaJones/3885580 to your computer and use it in GitHub Desktop.
TextExpander Local Xip.Io URL Snippet
// Generated URL
%filltext:name=sitename:default=sitenamehere:width=15%.%snippet:,wifiip%.xip.io
// Wifiip Script Called
#!/bin/sh
/bin/echo -n `ipconfig getifaddr en1`
@JoshuaJones
Copy link
Author

Working on making the IP region be a dropdown menu to select from a range of IPs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment