Downloadliste

Projektbeschreibung

acoc is a regular-expression based colour formatter for programs that display output on the command-line. It works as a wrapper around the target program, executing it and capturing the stdout stream. Optionally, stderr can be redirected to stdout, so that it, too, can be manipulated. acoc then applies matching rules to patterns in the output and applies colours to those matches.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-02-27 07:30
0.7.1

SIGPIPE ist mittlerweile aufgeholt, während verlassen.
Tags: Minor bugfixes
SIGPIPE is now caught while exiting.

2004-11-01 03:55
0.7.0

Es ist nun möglich, reguläre Ausdrücke im Programm Angaben, wie die Nutzung [ps -.* (e * f | f * e)]. Ein Fehler wurde behoben, bei dem unter / usr / acoc / bin in one's $ PATH dazu führen könnten, acoc aufgerufen werden mehrere Male.
Tags: Major feature enhancements
It is now possible to use regular expressions in program specs, such as [ps -.*(e.*f|f.*e)]. A bug was fixed where having /usr/acoc/bin in one's $PATH could cause acoc to be invoked multiple times.

2004-10-23 15:50
0.6.0

Ein Benutzer definierbare config-Datei kann nun in $ ACOCRC angegeben werden, und neue Färbung Angaben wurden für netstat, nmap, und weitere Befehle.
Tags: Minor feature enhancements
A user-definable config file may now be specified in $ACOCRC, and new coloring specs were added for netstat, nmap, and other commands.

2004-04-05 11:51
0.5.2

Die Behandlung von Kommandozeilen-Argumente, die glob erweitern, um Strings mit einfachen Anführungszeichen wurde behoben. Früher, so schlecht mit Erweiterungen interagieren / bin / sh und würde einen Verstoß gegen den gegebenen Befehl ausführen Ergebnis. Die ARGV ist es nun, seine Bestandteile erweitert, wenn die Farbe Methode übergeben werden. Eine überflüssige Debug-Anweisung wurde entfernt.
Tags: Minor bugfixes
The handling of command line glob arguments that
expand to strings containing single quotes was fixed.
Previously, such expansions interacted poorly
with /bin/sh and would result in a failure to run the
given command. The ARGV array is now expanded to
its constituent parts when passed to the colour
method. A superfluous debugging statement was
removed.

2004-02-05 10:01
0.5.1

Diese Version Fänge auf allen Systemen SIGCHLD.
Tags: Minor bugfixes
This version catches SIGCHLD on all systems.

Project Resources