Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bin/*: Add matching parenthesis to case clauses | EuAndreh | 2023-07-29 | 1 | -5/+5 |
| | |||||
* | bin/: Make help string more consistent across several executables | EuAndreh | 2023-04-12 | 1 | -0/+1 |
| | |||||
* | Use "player synopsis" for MPRIS status string | EuAndreh | 2023-02-20 | 1 | -24/+0 |
| | |||||
* | bin/wms: Use player(1) over accessing the cache file | EuAndreh | 2023-02-20 | 1 | -1/+1 |
| | |||||
* | bin/: Use explicit "--" separator for assert-arg usages | EuAndreh | 2023-02-17 | 1 | -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 offenses | EuAndreh | 2023-02-17 | 1 | -3/+2 |
| | |||||
* | bin/wms: Add "mpris" action | EuAndreh | 2023-02-17 | 1 | -0/+25 |
| | |||||
* | bin/wms: Fix indentation in help string | EuAndreh | 2022-10-31 | 1 | -3/+3 |
| | |||||
* | bin/wms: Add new working binary, and integrate it with i3 | EuAndreh | 2022-10-10 | 1 | -0/+95 |