How Web Developers Can Use Alfred
Tutorial Details
- Topic: Alfred
- Platform: Mac
- Length: 12:21
Final Product What You'll Be Creating

In this screencast, we’ll use Alfred to write an extension that assists us when creating new projects. As you’ll find, Alfred makes the process of executing predefined shell scripts a cinch.
Choose 720p for the clearest picture.
Final Bash Script
# Create our new project directory
cd ~/Desktop && mkdir {query} && cd {query}
# Begin by copying our BB template to the new folder
cp -R ~/Templates/Backbone/ .
# Pull in Backbone
curl http://backbonejs.org/backbone-min.js > assets/js/libs/backbone.js
# Pull in Underscore
curl http://underscorejs.org/underscore-min.js > assets/js/libs/underscore.js
# Pull in jQuery
curl http://code.jquery.com/jquery.js > assets/js/libs/jquery.js
# Open our new project in Sublime Text
/Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl .

Note: Want to add some source code? Type <pre><code> before it and </code></pre> after it. Find out more
- Edward
- http://envexlabs.com Matt Vickers
- http://jedrek.me jędrek
- ^Lestat
- http://ashleyclarke.me Ashley Clarke
- http://daveismyname.com Dave
- samir
- http://zuro.blogspot.com/ Mansour Blanco
- http://johnnyfreeman.us Johnny Freeman
- http://www.jmfashion.co.uk Matt hanson
- David
- http://daveismyname.com Dave
- http://nataliav.me Natalia Ventre
- Josh
- mmelo
- mmelo
- mmelo
- http://coley.co Stephen Coley
- Jon
- http://markanthonycianfrani.com/ Mark
- http://noavinspire.com alex
- http://littlebitnerdy.com Scott Lyttle
- http://littlebitnerdy.com Scott Lyttle
- http://lukespoor.com Luke S
- http://littlebitnerdy.com Scott Lyttle
- http://littlebitnerdy.com Scott Lyttle
- http://lukespoor.com Luke S
- http://littlebitnerdy.com Scott Lyttle
- http://littlebitnerdy.com Scott Lyttle
- George
- http://littlebitnerdy.com Scott Lyttle
- xuechenwei
- Edison Leon
- http://airwolfe.com Alex
- http://littlebitnerdy.com Scott Lyttle
- http://www.fiveonline.in/ dave@Fiveonline
- http://blog.anthonyterrell.com Anthony Terrell
- http://www.cartondonofriopartners.com KC Hunter
- http://www.socialagencyinc.com SEO Guru
- Albert
- Jeppe Albrektse
- Resting
- Ganeshan Nadarajan
- http://twitter.com/YetiDesign Damien Metcalf
- Adrià Marcet
- shinokada
- Pradeep
- http://www.multiinfotech.com/ Web Development Company
