cheatsheet
- #mac Ctrl-⇧-⏏ blank screen quickly10:21 AM Jun 27th from web
- #xcode uninstall Xcode
sudo /Developer/Library/uninstall-devtools --mode=all7:07 AM Jun 12th from web
- #iphone #dev quick address to symbol
atos -arch armv6 -o /path/to/executable <address>1:42 AM May 29th from web
- quick look to network traffic
tcpdump -pi <interface>
#network #cli4:31 AM May 3rd from web
- #cli #mac change image format:
for img in *.png;do sips -s format jpeg "$img" --out "`echo $img | sed -e 's/png/jpg/'`"; done11:04 AM Apr 23rd from web
- #vim open files in new tab:
au BufAdd,BufNewFile,BufRead * nested tab sball7:41 AM Mar 30th from web
- #svn get a list of missing files svn st | grep ^? | while read file; do svnfile=`echo $file | sed -e 's/? *//'`;echo svn add $svnfile; done9:57 AM Mar 3rd from web
- #fluid ⌥⌘-T show/hide toolbar4:25 AM Mar 3rd from web
- #xcode ⌥⌘-↑ show source/header file in editor4:23 AM Mar 3rd from web
- #mac to hide files in Finder: for f in `find . -name "*.pyc"`; do echo $f; SetFile -a V $f; done2:38 AM Jan 20th from web
- #vim reverse lines in a buffer g/^/m06:24 AM Dec 19th, 2008 from web
- #xcode defaults write com.apple.xcode PBXCustomTemplateMacroDefinitions '{ ORGANIZATIONNAME = "__MyCompanyName__"; }'2:20 PM Nov 27th, 2008 from web
- Lot of unix cheat sheets http://tinyurl.com/unixchsh3:07 AM Nov 13th, 2008 from web
- #html #wiki #GTD check marks
✔ ✓
☑ ☑10:30 AM Sep 29th, 2008 from web
- #mac #GTD ⌥⌘-c and ⌥⌘-v copy/paste selected text style in Stickies app8:13 AM Jul 11th, 2008 from web
- #twitter ⌥ => ⌥4:10 PM Jul 10th, 2008 from web
- #xcode auto completing code Ctrl-/ select next place holder1:04 PM Jul 7th, 2008 from web
- #vim in visual mode v select characters, V full lines and Ctrl-v blocks4:02 AM Jul 3rd, 2008 from web
- #twitter ⌘ => ⌘ for cool mac key shortcuts4:21 AM Jun 20th, 2008 from web
- #mac Shift-⌘-4 + space + Click = capture an object in screen4:20 AM Jun 20th, 2008 from web
|
- Name Cheat Sheet Tips
- Location Madrid
- Bio Cheat sheet bot.
|