Archive

Archive for the ‘mac’ Category

mac os x terminal pipe to clipboard

September 6, 2009 varnit Leave a comment

cat file.txt | pbcopy

Categories: mac Tags:

Mac keyboard shortcuts for accents

July 19, 2008 varnit Leave a comment

á

Option + E ,  A

é

 Option + E ,  E

í

 Option + E ,  I

ó

 Option + E ,  O

ú

 Option + E ,  U

É

 Option + E ,  Shift + E

ñ

 Option + N ,  N

Ñ

 Option + N ,  Shift + N

¿

 Option + Shift + ?

¡

 Option + 1

ü

 Option + U , U

Categories: mac Tags:

command line execute with previous command args

January 8, 2008 varnit Leave a comment

Problem:

 ls /some/long/path/to/directory/     

now you want to cd into this directory and you are lazy 
Solution:

 cd !$     

 

yay unix greatness!

Categories: linux, mac

safari enable debug menu

November 18, 2007 varnit Leave a comment

Mac: 

defaults write com.apple.Safari IncludeDebugMenu 1

Windows: Edit

C:\Documents and Settings\USERNAME\Application Data\Apple Computer\Safari\Preferences

add the following line

<key>IncludeDebugMenu</key><true/>

Categories: mac, safari

quicksliver

October 23, 2007 varnit Leave a comment

calulator:
= then type your calculation.

Categories: mac Tags: