Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Might be mentioned below but:

In the terminal you can use pbcopy and pbpaste to use your clipboard: cat my.txt | pbcopy.

In the terminal you can use the open command to open a file or a folder in finder: open . and open foo.pdf.

Double tap the window frame to maximize it correctly (not to a new screen and not just on one axis but the way Windows maximize works).

Multiple virtual desktops and swiping between them with gestures.



The cat command is unnecessary when all you want to do is copy a file's contents to clipboard. Just do

  pbcopy < my.txt




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: