aboutsummaryrefslogtreecommitdiff
path: root/bin/wms (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bin/*: Add matching parenthesis to case clausesEuAndreh2023-07-291-5/+5
|
* bin/: Make help string more consistent across several executablesEuAndreh2023-04-121-0/+1
|
* Use "player synopsis" for MPRIS status stringEuAndreh2023-02-201-24/+0
|
* bin/wms: Use player(1) over accessing the cache fileEuAndreh2023-02-201-1/+1
|
* bin/: Use explicit "--" separator for assert-arg usagesEuAndreh2023-02-171-1/+1
| | | | | | | | | | | | | | In order to prevent legitimate cases to fail as errors, such as: NUM='-10' eval "$(assert-arg "$NUM" '-n NUM')" To prevent assert-arg(1) from treating "-10" as the options "-1 and -0, they need to be put after the "--" separator. This way, all usages of assert-arg(1) that had its first argument as a variable were adapted, and the usage and examples of assert-arg itself were updated to encourage this best practice.
* bin/wms: Fix ShellCheck offensesEuAndreh2023-02-171-3/+2
|
* bin/wms: Add "mpris" actionEuAndreh2023-02-171-0/+25
|
* bin/wms: Fix indentation in help stringEuAndreh2022-10-311-3/+3
|
* bin/wms: Add new working binary, and integrate it with i3EuAndreh2022-10-101-0/+95