dtas.git  about / heads / tags
duct tape audio suite for *nix
tree f14bfa62ba6227b7abee1ae987a0c91d0ae7a6ac
$ git ls-tree -l 0.12.x-stable: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
 	4648	format.rb
 	13735	mlib.rb
d	-	mlib/
 	577	nonblock.rb
 	666	parse_freq.rb
 	849	parse_time.rb
 	4875	partstats.rb
 	1010	pipe.rb
 	12253	player.rb
d	-	player/
 	3362	process.rb
 	1756	replaygain.rb
 	3013	rg_state.rb
 	334	serialize.rb
 	328	sigevent.rb
d	-	sigevent/
 	2890	sink.rb
 	196	source.rb
d	-	source/
 	342	spawn_fix.rb
 	11285	splitfx.rb
 	993	state_file.rb
 	4052	tfx.rb
 	311	track.rb
 	6025	tracklist.rb
 	2027	unix_accepted.rb
 	1140	unix_client.rb
 	3739	unix_server.rb
 	377	util.rb
 	1707	watchable.rb
 	1002	writable_iter.rb
 	568	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