This commit is contained in:
coast 2025-06-15 14:44:53 +03:30
parent 4430af0f72
commit dcdbcee72d
19 changed files with 2 additions and 23 deletions

View file

@ -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
View file

@ -0,0 +1,2 @@
#!/bin/sh
doas systemctl restart emacsd.service