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

	size	name
 	2041	buffer.rb
d	-	buffer/
 	825	command.rb
 	578	compat_onenine.rb
 	817	cue_index.rb
 	601	disclaimer.rb
 	1127	edit_client.rb
 	3023	fadefx.rb
 	4417	format.rb
 	14123	mlib.rb
d	-	mlib/
 	3576	mpd_emu_client.rb
 	592	nonblock.rb
 	704	parse_freq.rb
 	883	parse_time.rb
 	4921	partstats.rb
 	1034	pipe.rb
 	12276	player.rb
d	-	player/
 	3388	process.rb
 	1802	replaygain.rb
 	3465	rg_state.rb
 	358	serialize.rb
 	1310	server_loop.rb
 	352	sigevent.rb
d	-	sigevent/
 	2914	sink.rb
 	220	source.rb
d	-	source/
 	336	spawn_fix.rb
 	11306	splitfx.rb
 	1017	state_file.rb
 	4100	tfx.rb
 	405	track.rb
 	6295	tracklist.rb
 	2051	unix_accepted.rb
 	1164	unix_client.rb
 	3763	unix_server.rb
 	401	util.rb
 	1714	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