shithub: zuke

Download patch

ref: f414d2538af58480cc979d582149731284326abb
parent: a8dc8cef1b523d8cb295610297d7f397afe55233
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Mon Feb 22 14:10:12 EST 2016

add a readme. manpage would be nicer though

--- /dev/null
+++ b/README
@@ -1,0 +1,29 @@
+Building zuke requires libtags, which happens to reside on github
+currently, so:
+
+% cd /tmp
+% hget https://github.com/ftrvxmtrx/libtags/archive/master.tar.gz | tar xz
+% cd libtags-master/src
+% mk install
+
+Zuke comes with two programs.  One is audio/zuke, which is the player
+itself.  The other one is audio/mkplist, it's used to make playlists
+that are then fed to audio/zuke's stdin:
+
+% audio/mkplist /n/somefs/mymusic > $home/somefs.plist
+% audio/zuke < $home/somefs.plist
+
+Keys:
+left/right - seek backwards/forward
+up/down/pgup/pgdn/home/end - move withing the playlist
+enter - play the selected track
+o - move to the currently playing track
+q/del - quit
+> - skip next
+< - skip prev
+s - stop
+p - pause/resume
+/ - search forward
+? - search backwards
+n - repeat search forward
+N - repeat search backwards
--- a/mkfile
+++ b/mkfile
@@ -7,6 +7,7 @@
 
 HFILES=\
 	plist.h\
+	/sys/include/tags.h\
 
 UPDATE=\
 	$HFILES\