donavon / hook-flow

A flowchart that explains the new lifecycle of a Hooks component. https://dwe.st/hf
MIT License
2.15k stars 79 forks source link

add Linus support (beyond OSX support) #6

Open martinjackson opened 5 years ago

martinjackson commented 5 years ago

open command on Linux attempt to open a new terminal. OSX uses open to view a image or a web page, Linux equivalent is xdg-open.

martinjackson commented 5 years ago

Yes, will submit the following...

Something like URL=http://github.com/donavon/hook-flow

  Darwin*) open $URL
 Linux*) xdg-open $URL