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

	size	name
 	2157	buffer.rb
d	-	buffer/
 	825	command.rb
 	578	compat_onenine.rb
 	817	cue_index.rb
 	601	disclaimer.rb
 	1127	edit_client.rb
 	1477	encoding.rb
 	3033	fadefx.rb
 	4520	format.rb
 	765	mcache.rb
 	14513	mlib.rb
d	-	mlib/
 	592	nonblock.rb
 	704	parse_freq.rb
 	883	parse_time.rb
 	4921	partstats.rb
 	1147	pipe.rb
 	2338	pipeline.rb
 	12340	player.rb
d	-	player/
 	3388	process.rb
 	1802	replaygain.rb
 	3297	rg_state.rb
 	358	serialize.rb
 	352	sigevent.rb
d	-	sigevent/
 	2914	sink.rb
 	246	source.rb
d	-	source/
 	336	spawn_fix.rb
 	11549	splitfx.rb
 	1017	state_file.rb
 	4100	tfx.rb
 	350	track.rb
 	6361	tracklist.rb
 	2051	unix_accepted.rb
 	1164	unix_client.rb
 	3763	unix_server.rb
 	401	util.rb
 	1843	watchable.rb
 	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