OmniGraffle supports UNIX keyboard commands
Well, at least ctrl+a and ctrl+e. I haven’t tried anything else, but I was surprised to find out that these even work within OmniGraffle.
Well, at least ctrl+a and ctrl+e. I haven’t tried anything else, but I was surprised to find out that these even work within OmniGraffle.
Thanks to my coworker for showing me this: pbpaste | c++filt | mate I use this to take a really long text output from GDB and de-mangle the code into something I can read. I copy the output in the GDB console to the clipboard and the command takes those contents and pastes the results … Read more
Thanks to my co-worker who pointed me to a really cool utility that uses rsync to provide TimeMachine-like backups. The utility is called rsnapshot and is based “on an article called Easy Automated Snapshot-Style Backups with Linux and Rsync, by Mike Rubel”.