Is there some code I could use to run Google Chrome from terminal? My idea is to save some frequent links saved as alias to check them from time to time.
Here lies the command to make an alias as I meant to create:
alias alias_name='open -a "Google Chrome" http://websitetobeopened.com'