From: Eric Wong <e@80x24.org>
To: dtas-all@nongnu.org
Subject: [PATCH] dtas-graph: add a short blurb about what it does
Date: Sat, 2 Nov 2019 19:55:57 +0000 [thread overview]
Message-ID: <20191102195557.GA2082@dcvr> (raw)
It's a pretty useful tool :)
---
perl/dtas-graph | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/perl/dtas-graph b/perl/dtas-graph
index b243086..5bf7295 100755
--- a/perl/dtas-graph
+++ b/perl/dtas-graph
@@ -1,6 +1,10 @@
#!/usr/bin/perl -w
-# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016, 2019 all contributors <dtas-all@nongnu.org>
# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
+#
+# Process visualizer which shows pipe connections between processes with
+# ASCII art. Useful for displaying complex interations between different
+# processes in a non-traditional pipeline.
use strict;
use Graph::Easy; # for ASCII-art graphs
$^O =~ /linux/ or print STDERR "$0 probably only works on Linux...\n";
reply other threads:[~2019-11-02 19:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://80x24.org/dtas/README
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191102195557.GA2082@dcvr \
--to=e@80x24.org \
--cc=dtas-all@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://80x24.org/dtas.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).