Email or username:

Password:

Forgot your password?
Top-level
Darius Kazemi

@jond ah nice! the pretty printing will be helpful

1 comment
Darius Kazemi

@jond oh wow here's some magic that fixes my issue (which is that I am doing my dev via ssh on another machine)

stackoverflow.com/a/6629316/48

Instead of piping to `xclip` I can pipe to `ssh myLocalMachine pbcopy`, like:

glogbranch | ssh myLocalMachine pbcopy

This works since my local machine is a mac that uses pbcopy to do clipboard stuff. Amazing.

Go Up