OutMan

Screen Shot of OutMan in action (click to enlarge)

Introduction (What is it?)

OutMan is an output manager. It captures the output from command line based programs (like make) and organizes it in a list. If a line from a text file can be associated with a line of output (as happens when make reports an errror or warning) then clicking on that line of output in the list causes a text editor to open to the associated file. Basically it simplifies one's life when dealing with errors from make (at least as far as getting to the line in the file where the error occurred, actually fixing the error it can't do for you). All these references to make shouldn't make you think that OutMan can only deal with the output from said program. With no modification it can also work with most variants of grep and any other program that uses the "file_name:line_number:" style of output. In addition to this custom filters can be built to deal with the output from just about any program (a filter to parse the output from ctags is included).

Requirements

Download

The current release is OutMan 1.0

Installation

Read the INSTALL file in the distribution for more info. The simplest way to do it is to un-compress the archive file and then do the usual configure/make/make install. More specifically, type the following at a command line: The final step will probably require you to be the root user. The "x.x" should be replaced with the version number for the version that you downloaded.

Known Issues

Bug Reports and Feature Requests

If you discover a bug that isn't listed in Known Issues then please report it, or better yet fix it yourself and send me a patch. Feature requests are also welcome, but OutMan currently works the way I want it to so unless the feature sounds really useful to me you'd probably have much better luck implementing it yourself and sending me a patch. In any case patches, bug reports, etc sould be sent here.

Author

To contact the author send email here.