Public Notes on
View Public Collections
saurik! #bash #cli #dev #hacks #open_source #syncing #sqlite #sql #databases #pub
Show More
ZEIT zeit.co
#dev #SaaS #cli #devops #sysadmin #best_of #freemium #heroku_esque #cheap #pub
Show More
#productivity_fun #keyboard_centric #cli #geeky #Alfred #pub
Show More
url redirect following #%stack_overflow #bookmarked_on_site #curl #cli #dev #$AFMA #$afma-v #@TODO #pub
Show More
Homebrew Cask caskroom.github.io
As of end of 2016 - "It only takes 1 line in your shell to reach 3486 Casks maintained by 422 contributors." #cli #mac #apps #package_managers #pub
Show More
#best_of #cli #gems #life_tracking #logging #open_source #ruby #Alfred #workflows #pub
Show More
#journaling #scripting #cli #Day_One #pub
Show More
#journaling #scripting #cli #Day_One #pub
Show More
"Count the number of classes in your project using bash: find myproj -name \*.rb | xargs grep '^\s*class' | wc -l In rush, this is: myproj['**/*.rb'].search(/^\s*class/).lines.size Pesky stray mongrels? In bash: kill `ps aux | grep mongrel_rails | grep -v grep | cut -c 10-20` In rush: processes.filter(:cmdline => /mongrel_rails/).kill" #ruby #gems #cli #shell #examples #dev #pub
Show More