dtas.git  about / heads / tags
duct tape audio suite for *nix
tree 65fb1e4ce5539df2ae49873608ce411479b94942
$ git ls-tree -l HEAD:lib/dtas	# shows similar output on the CLI

	size	name
 	2134	buffer.rb
d	-	buffer/
 	825	command.rb
 	817	cue_index.rb
 	601	disclaimer.rb
 	1095	edit_client.rb
 	1404	encoding.rb
 	3007	fadefx.rb
 	4520	format.rb
 	986	mcache.rb
 	14829	mlib.rb
d	-	mlib/
 	704	parse_freq.rb
 	883	parse_time.rb
 	4844	partstats.rb
 	1293	pipe.rb
 	2273	pipeline.rb
 	12384	player.rb
d	-	player/
 	3301	process.rb
 	1802	replaygain.rb
 	3271	rg_state.rb
 	358	serialize.rb
 	403	sigevent.rb
d	-	sigevent/
 	2889	sink.rb
 	246	source.rb
d	-	source/
 	12156	splitfx.rb
 	1012	state_file.rb
 	4100	tfx.rb
 	351	track.rb
 	6361	tracklist.rb
 	1524	unix_accepted.rb
 	1131	unix_client.rb
 	3512	unix_server.rb
 	401	util.rb
 	2064	watchable.rb
d	-	watchable/
 	1026	writable_iter.rb
 	592	xs.rb
glossary
--------
Tree objects belong to commits or other tree objects.  Trees may
reference blobs, sub-trees, or (rarely) commits of submodules.

Path names are stored in tree objects, but trees do not know
their own path name.  A tree's path name comes from their parent tree,
or it is the root tree referenced by a commit object.  Thus, this web UI
relies on the `b=' URI parameter as a hint to display the path name.
git clone git://80x24.org/dtas.git
git clone https://80x24.org/dtas.git