This little command is just the most basic proof of concept of a working live shell command. You can easily hack it up to run any random shell command you want. I'm planning of using something like this to implement a bunch of stuff soon.
TextMate Bookmarks, live updating. ZenTest autotest Mongrel server / Rails app log tail etc...
Feel free to suggest other interesting stuff.
 thomas Aylott — subtleGradient — CrazyEgg
Great, I modified my test command to use the new nice html output:
. "$TM_SUPPORT_PATH/lib/webpreview.sh" html_header "Tail" "${TM_FILENAME:-}"
instead of the header, and html_footer instead of the footer.
Martin
On 9/27/06, thomas Aylott oblivious@subtlegradient.com wrote:
This little command is just the most basic proof of concept of a working live shell command. You can easily hack it up to run any random shell command you want. I'm planning of using something like this to implement a bunch of stuff soon.
TextMate Bookmarks, live updating. ZenTest autotest Mongrel server / Rails app log tail etc...
Feel free to suggest other interesting stuff.
thomas Aylott — subtleGradient — CrazyEgg
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On 9/27/06, thomas Aylott oblivious@subtlegradient.com wrote:
This little command is just the most basic proof of concept of a working live shell command. You can easily hack it up to run any random shell command you want. I'm planning of using something like this to implement a bunch of stuff soon.
TextMate Bookmarks, live updating. ZenTest autotest Mongrel server / Rails app log tail etc...
Feel free to suggest other interesting stuff.
thomas Aylott — subtleGradient — CrazyEgg
On Sep 28, 2006, at 3:55 AM, Martin Ström wrote:
Great, I modified my test command to use the new nice html output:
. "$TM_SUPPORT_PATH/lib/webpreview.sh" html_header "Tail" "${TM_FILENAME:-}"
instead of the header, and html_footer instead of the footer.
Martin
i'm working on a version of this thing that will let you execute it like you can anything in the html.sh library
thomas Aylott — subtleGradient — CrazyEgg