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

	size	name
 	2017	buffer.rb
d	-	buffer/
 	801	command.rb
 	584	compat_onenine.rb
 	783	cue_index.rb
 	577	disclaimer.rb
 	1096	edit_client.rb
 	2992	fadefx.rb
 	4652	format.rb
 	790	parse_time.rb
 	4871	partstats.rb
 	970	pipe.rb
 	12761	player.rb
d	-	player/
 	2771	process.rb
 	1756	replaygain.rb
 	2957	rg_state.rb
 	334	serialize.rb
 	328	sigevent.rb
d	-	sigevent/
 	2892	sink.rb
 	196	source.rb
d	-	source/
 	342	spawn_fix.rb
 	10399	splitfx.rb
 	993	state_file.rb
 	4052	tfx.rb
 	3390	tracklist.rb
 	1749	unix_accepted.rb
 	1152	unix_client.rb
 	3576	unix_server.rb
 	377	util.rb
 	1393	watchable.rb
 	1002	writable_iter.rb
 	561	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