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

	size	name
 	2001	buffer.rb
d	-	buffer/
 	808	command.rb
 	595	compat_onenine.rb
 	397	compat_rbx.rb
 	741	cue_index.rb
 	584	disclaimer.rb
 	1103	edit_client.rb
 	4587	format.rb
 	730	parse_time.rb
 	4865	partstats.rb
 	944	pipe.rb
 	11987	player.rb
d	-	player/
 	2876	process.rb
 	1742	replaygain.rb
 	2964	rg_state.rb
 	289	serialize.rb
 	335	sigevent.rb
d	-	sigevent/
 	2872	sink.rb
 	203	source.rb
d	-	source/
 	9033	splitfx.rb
 	939	state_file.rb
 	3367	tracklist.rb
 	3009	trimfx.rb
 	1728	unix_accepted.rb
 	1095	unix_client.rb
 	3583	unix_server.rb
 	384	util.rb
 	959	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