One high quality of life enchancment any developer could make for themselves is making certain totally different file sorts open within the app they’re most proficient in. If me, I choose carrying out as a lot as potential from the command line. The duti
utility permits customers to find out default file kind from command line.
The duti
utility permits builders to question which app is the default for various file sorts. You may set up duti
with brew
:
brew set up duti
Upon getting duti
out there, you may test on the default app for file kind with the next command:
~ duti -x md Xcode.app /Purposes/Xcode.app com.apple.dt.Xcode
You may set the default app through the use of its package deal:
duti -s com.sublimetext.2 .js all
The duti
utility is absolutely nice for figuring out and automating default app administration!
Creating Scrolling Parallax Results with CSS
Introduction For fairly a very long time now web sites with the so referred to as “parallax” impact have been actually well-liked. In case you haven’t heard of this impact, it principally consists of totally different layers of photos which might be shifting in numerous instructions or with totally different pace. This results in a…
Drag and Drop MooTools File Uploads
Honesty hour confession: file importing inside the net browser sucks. It simply does. Just like the ugly SELECT ingredient, the file enter is sort of unstylable and appears totally different on totally different platforms. Add to these criticism the truth that we’re all used to tug and drop operations…