Quickly launch important web pages from command line in your repo: github page, contiunous integration page, live production site etc.
Install¶ ↑
Only works on osx, it uses the “open” command
install launch-link
Link file¶ ↑
In each project repo add a ./links.yml
file
repo: https://github.com/mwq/launch-link ci: https:://travis-ci.com/mwq/launch-link prod: http://mwq.com
Alias¶ ↑
Optionally set up alias in your .bashrc / .zshrc:
q=launch-link