You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really nice if there was a ~/.leapsrc or something (maybe TOML or JSON, something easy to parse in Go) you could define options in.
Then if you had a config file you could put options like the following:
auto_open=true
local_ip=192.168.1.*
So when you run leaps, it would automatically look within ifconfig's output for an IP address matching local_ip (because on a DHCP LAN this often changes), and then can automatically open (by shelling out to the OS X open command) a browser to the correct URL (ready to copy and paste and share to someone).
Just used it with one of our more junior developers, and getting them from running leaps to sharing the URL with me still had the above hurdles - the suggestion above would remove them.
The text was updated successfully, but these errors were encountered:
It would be really nice if there was a
~/.leapsrc
or something (maybe TOML or JSON, something easy to parse in Go) you could define options in.Then if you had a config file you could put options like the following:
So when you run leaps, it would automatically look within ifconfig's output for an IP address matching local_ip (because on a DHCP LAN this often changes), and then can automatically open (by shelling out to the OS X
open
command) a browser to the correct URL (ready to copy and paste and share to someone).Just used it with one of our more junior developers, and getting them from running leaps to sharing the URL with me still had the above hurdles - the suggestion above would remove them.
The text was updated successfully, but these errors were encountered: