Lots of engineers like myself reside in the command line, and carry out actions from command line that many others would click an icon for. I have actually constantly discovered opening apps from command line on Macs unpleasant. You require to recommendations the Applications
directory site, include app
to the name, and so on. I simply wish to open apps by name.
To open an app from any directory site by its easy name, you can utilize the - a
argument to open
:
open -a Cyberduck. # Functions despite case too. open -a CyBeRdUcK.
I enjoy - a
for a command like open
Having the ability to open any app by name is precisely what I desire!
Facebook Open Chart META Tags
It’s obvious that Facebook has actually ended up being a significant traffic motorist for all kinds of sites. Nowadays even big corporations guide customers towards their Facebook pages rather of the business sites straight. And naturally there are Facebook “Like” and “Recommend” widgets on every site. One …
CSS @supports
Function detection through JavaScript patronizes side finest practice and for all the best factors, however sadly that very same performance hasn’t been readily available within CSS. What we wind up doing is duplicating the very same residential or commercial properties numerous times with each web browser prefix. Yuck. Another thing we …
Turn Components with CSS Changes
I have actually gone on a million tirades about the absence of development with CSS and how I enjoy that both JavaScript and browser-specific CSS have actually attempted to press website design forward. Among those browser-specific CSS residential or commercial properties we enjoy is CSS changes. CSS changes …