Jim Cummins

Results 116 comments of Jim Cummins

Seems cool. I’d merge it but suspect it would need to be added per adapter? Maybe we start trying to add it to the default ones and then make it...

@istx25 Great. Thanks!

Hi all, I had this issue on version: 0.12.1 (with patched qt). I was able to resolve it by upgrading to version: 0.12.2.1 (with patched qt)

It seems like the bottom line is that if you’re experiencing this issue then you probably have some dependency in the pipeline that is not updated to the most recent...

Never heard of this but it looks really neat. Would you be willing to put in a pull request with this?

iTerm defaults to your home directory but lets your configure it on a profile by profile basis http://nateeagle.com/2013/03/08/open-new-tabs-in-iterm-in-the-current-directory/ Since iTerm lets you bind a keyboard shortcut to open a new...

Yes. Or it would require PHP5 as a prerequisite like this does: https://github.com/welovewordpress/SublimeHtmlTidy I have a command line php script that can parse simple arguments and returns the resultant html...

[Here is the gist](https://gist.github.com/5534306) that shows how it could be done. Obviously you need to have emogrifier.php in the same directory and need to point it at your html and...

https://gist.github.com/jcummins/5534547 The gist of my ~/.emo/aliases file. If you load this file in your .profile or bashrc then you can use the global command: emo index.html style.css

Additionally, you can do: brew install browser Then do: emo index.html style.css | browser This will pipe the html directly into the browser for viewing.