dtas.git  about / heads / tags
duct tape audio suite for *nix
   commit fbe1dbf48bc0573935e410013da86bda03426af4 (patch)
   parent 981fe21 pkg.mk: remove HTML packaging bits
     tree a6e1f25a0ea3dd7b1635a0a8ce8dc153736d75da
   author Eric Wong <normalperson@yhbt.net>  2013-08-25 00:22:33 +0000
committer Eric Wong <normalperson@yhbt.net>  2013-08-25 00:29:43 +0000

move dtas-graph to a perl/ directory

I haven't figured out what to do with this, yet, since I have yet
to find and ASCII-art capable grapher in Ruby.  This was intended
to become dtas-ps, but maybe that'll be something else...
---
 README                   | 1 -
 {bin => perl}/dtas-graph | 0
 2 files changed, 1 deletion(-)

diff --git a/README b/README
index 900358b..7a76eb5 100644
--- a/README
+++ b/README
@@ -32,7 +32,6 @@ endpoint) running.
 Users of dtas-player will also be interested in the following scripts:
 
 * dtas-ctl - "raw" command-line scripting interface for dtas-player
-* dtas-ps - process viewer for dtas-player
 * dtas-enq - enqueue files/commands for dtas-player
 * dtas-sinkedit - edit sinks (playback targets) for dtas-player
 * dtas-xdelay - alternative sink for dtas-player
diff --git a/bin/dtas-graph b/perl/dtas-graph
similarity index 100%
rename from bin/dtas-graph
rename to perl/dtas-graph


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone git://80x24.org/dtas.git
git clone https://80x24.org/dtas.git