On Sun, Jun 7, 2009 at 11:08 AM, Chris Cannam<[email protected]> wrote: > btw, I don't know whether you know of "ack" > (http://betterthangrep.com/) -- it's a very handy replacement for all > those "find src -name \*.cpp | grep unbundleResource" fragments
On a similar note, I would very much like to have a sort of "compile output pager" program. This would be pretty simple; it would just run make (or whatever command) and let the output scroll past as normal until an error message appeared; then it would switch to paging mode with the first few lines of errors at the bottom of the screen and not scroll again until you told it to. And highlight the start of the error message. And maybe ring the terminal bell or something (though I usually have that switched off). Does anyone know of such a thing? I know the normal way to handle this is to use an IDE, or Emacs make mode, or whatever; but for one reason or another I've become so used to just running make in the shell that I think I'd rather try to enhance that environment a bit rather than switching to another one. Not least because I tend to work on many projects at once, and that's easier if each one just has a shell tab than if each carries its own weight of IDE configuration. It's almost certainly possible to do what I want in an inelegant way as a shell script, but I'd like to know if there's an obvious alternative first. Chris ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
