about summary refs log tree commit homepage
path: root/bin
DateCommit message (Expand)
2015-06-03splitfx: ensure rate is an integer
2015-05-24splitfx: allow -p/--sox-pipe option
2015-05-21dtas-*edit: fix inotify watch invocations
2015-05-21dtas-splitfx: comment describing -j (nothing) as infinite
2015-05-19dtas-console: bind "o" to display time in absolute seconds
2015-05-17dtas-splitfx: support --trim argument
2015-05-17dtas-splitfx: no arguments for quiet and --no-dither
2015-05-17use monotonic clock on Ruby 2.1+
2015-05-10splitfx: --bits and --rate for quick-n-dirty generic targets
2015-05-10splitfx: pass compression factor to sox(1)
2015-05-10splitfx: support -O/--outdir switch to control output dir
2015-04-13cleanup: avoid redundant Array conversion for escapes
2015-04-12dtas-sinkedit: catch up to inotify/pipe changes in sourceedit
2015-04-07dtas-archive: paranoid archival script
2015-01-23sourcedit: do not wait indefinitely if $EDITOR is stopped
2015-01-19update copyright years and links to mailing list archives
2015-01-19consolidate spawn fix for Ruby [Bug #8770]
2015-01-19sinkedit: flesh out all parameters
2015-01-19dtas-sourceedit: update player as user saves in the editor
2015-01-19dtas-console: avoid crashing on failed cue seeks
2015-01-19partstats: use Etc.nprocessors on Ruby 2.2+
2014-12-27dtas-console: keys for "cue next/prev"
2014-12-22dtas-tl: halve write() syscalls when emitting tracklists
2014-12-21dtas-console: '>' and '<' keys for tracklist next/prev
2014-09-22dtas-console: force encoding for current locale
2014-08-16rely on filesystem encoding
2014-06-06update copyrights and email address for 2014
2014-02-24dtas-console: add note to install "curses" gem if missing
2013-12-01splitfx: support --no-dither/-D option
2013-10-10dtas-tl: "reto" command does not scan track IDs
2013-10-09dtas-partstats: initial implementation
2013-09-30dtas-console: allow exit via 'q' key
2013-09-23dtas-*edit: account for editors which rename over files
2013-09-22dtas-tl: add "reto" command
2013-09-10dtas-tl: add-{tail,head} -> add{tail,head}
2013-09-09dtas-tl: add a handy "clear" command
2013-09-09dtas-console: avoid using current if it is nil
2013-09-09dtas-tl: expand paths before using them
2013-09-09dtas-tl: add add-tail command
2013-09-09player: implement basic tracklist functionality
2013-09-07splitfx: flesh out functionality + integration test
2013-09-07add dtas-splitfx - .cuesheets + make(1)
2013-09-06dtas-console: show paused track when paused
2013-09-01player: explicitly stop+wait for sink death at_exit
2013-09-01dtas-xdelay: pass -q flag to play(1) by default
2013-08-31dtas-sourcedit: allow loading YAML from stdin
2013-08-29remove "encoding: binary" header use
2013-08-28dtas-console: support terminal resize
2013-08-28add license/copyright headers/footers to all files
2013-08-26dtas-{sink,source}edit: reduce redundant code