stuff
This commit is contained in:
parent
4430af0f72
commit
dcdbcee72d
19 changed files with 2 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
|||
.TH LIISTEN 1 "20 April 2022" "https://swindlesmccoop.xyz"
|
||||
.SH NAME
|
||||
liisten \- listen to BRSTM (and other file formats supported by \fImpv\fP and \fIvgmstream\fP) comfortably, solely through the terminal.
|
||||
.SH SYNOPSIS
|
||||
.B liisten
|
||||
[ -f, -h, -io, -r, -s ]
|
||||
.SH DESCRIPTION
|
||||
.B liisten
|
||||
will read the argument given and adjust its bahvior accordingly. It is essentially a wrapper script for the tools \fIvgmstream-cli\fP, \fIvgmstream123\fP, and \fImpv\fP.
|
||||
.SH ARGUMENTS
|
||||
.TP
|
||||
.IP \fI-f\fP
|
||||
A user selected song will play until the user terminates it. The song is selected through \fIfzf\fP, which is searching through a user's given music directory. The default is \fI$HOME/music/brstm/\fP, however, the directory can easily be changed by editing the script itself.
|
||||
.IP \fI-h\fP
|
||||
Print a help message with a quick synopsis on what each option does.
|
||||
.IP \fI-io\fP
|
||||
Play each song in the music folder (by default \fI$HOME/music/brstm\fP) in alphabetical order.
|
||||
.IP \fI-r\fp
|
||||
Play each song in the music folder in a random order. This mode continues playing until suspended by the user.
|
||||
.IP \fI-s\fP
|
||||
Select each song to play through \fIfzf\fP.
|
||||
.SH AUTHORS
|
||||
\fIliisten\fP was written by Swindles McCoop.\fP
|
2
local/bin/resmacs
Executable file
2
local/bin/resmacs
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
doas systemctl restart emacsd.service
|
Loading…
Add table
Reference in a new issue