sigap

Very simple audio player and signal based queue manager
git clone git://jacobedwards.org/sigap
Log | Files | Refs | README | LICENSE

sigap.1 (810B)


      1 .\" Copyright 2021 Jacob R. Edwards
      2 .Dd July 18, 2021
      3 .Dt SIGAP 1
      4 .Os
      5 .Sh NAME
      6 .Nm sigap
      7 .Nd signal audio player
      8 .Sh SYNOPSIS
      9 .Nm
     10 .Op Fl lp
     11 .Ar file ...
     12 .Sh DESCRIPTION
     13 The
     14 .Nm
     15 utility plays the given files while waiting for signals to control
     16 it. The
     17 .Dv SIGINT
     18 signal skips current file,
     19 .Dv SIGINFO
     20 displays current filename,
     21 and
     22 .Dv SIGQUIT
     23 quits the program.
     24 .Pp
     25 The options are as follows:
     26 .Bl -tag -width indent
     27 .It Fl l
     28 Loop the queue.
     29 .It Fl p
     30 Ignore player errors.
     31 .El
     32 .Sh EXIT STATUS
     33 .Ex -std
     34 .Sh EXAMPLES
     35 Play files from the
     36 .Pa music
     37 directory:
     38 .Pp
     39 .Dl $ bigap music/*
     40 .Sh SEE ALSO
     41 .Xr ap 1 ,
     42 .Xr sndfile-play 1
     43 .Sh AUTHORS
     44 .An Jacob R. Edwards
     45 .Sh CAVEATS
     46 If you want to use another program (such as
     47 .Xr xargs 1) ,
     48 to pass arguments, signals from the keyboard will be sent to the
     49 parent process.