Many engineers like myself stay within the command line, and carry out actions from command line that almost all others would click on an icon for. I’ve all the time discovered opening apps from command line on Macs painful. It’s good to references the Functions
listing, add .app
to the title, and many others. I simply need to open apps by title.
To open an app from any listing by its easy title, you should use the -a
argument to open
:
open -a Cyberduck # Works no matter case as properly open -a CyBeRdUcK
I like -a
for a command like open
. Having the ability to open any app by title is precisely what I would like!
Serving Fonts from CDN
For optimum efficiency, everyone knows we should put our property on CDN (one other area). Together with these property are customized net fonts. Sadly customized net fonts by way of CDN (or any cross-domain font request) do not work in Firefox or Web Explorer (accurately so, by spec) although…
6 Issues You Didn’t Know About Firefox OS
Firefox OS is all around the tech information and for good motive: Mozilla’s lastly given net builders the platform that they should create apps the best way they have been creating them for years — with CSS, HTML, and JavaScript. Firefox OS has been quickly bettering…
Picture Reflections with CSS
Picture reflection is a good way to subtly boost a picture. The primary technique of making these reflections was baking them proper into the photographs themselves. Inside the previous few years, we have launched JavaScript methods and CANVAS alternate options to attain picture reflections with out…
Fading Hyperlinks Utilizing jQuery: dwFadingLinks
UPDATE: The jQuery web site was down right now which brought about some points with my instance. I’ve made every part native and now the instance works. Earlier this week, I posted a MooTools script that pale hyperlinks to and from a colour in the course of the mouseover and mouseout occasions.
Source_link