Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bin/player: bail-out broken "player-f" subcommand | EuAndreh | 2025-02-17 | 1 | -0/+1 |
| | |||||
* | Simplify code used by xmobar | EuAndreh | 2024-06-16 | 1 | -0/+4 |
| | | | | | Remove the endless loop, and stop polling the system while doing nothing. | ||||
* | bin/volume: Fix rotation beyond 2 sinks | EuAndreh | 2024-01-12 | 1 | -1/+1 |
| | |||||
* | re "s|echo \"\\\$|printf '%s\\\n' \"\$|g" | EuAndreh | 2024-01-04 | 1 | -7/+7 |
| | | | | | | Replace all cases where `echo` was given a variable as its first argument, even on cases where we always know what the variable's content look like. | ||||
* | 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 |
| | |||||
* | bin/player: Decrease synopsis length to 60 | EuAndreh | 2023-02-28 | 1 | -2/+2 |
| | |||||
* | Use "player synopsis" for MPRIS status string | EuAndreh | 2023-02-20 | 1 | -5/+32 |
| | |||||
* | 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/player: Add working utility | EuAndreh | 2022-08-13 | 1 | -0/+136 |