Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re "s|echo \"\\\$|printf '%s\\\n' \"\$|g" | EuAndreh | 2024-01-04 | 1 | -2/+2 |
| | | | | | | 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/menu: Replace walk(1) with find(1) | EuAndreh | 2023-06-21 | 1 | -1/+1 |
| | |||||
* | bin/: Make help string more consistent across several executables | EuAndreh | 2023-04-12 | 1 | -0/+1 |
| | |||||
* | bin/menu: Disable clipmenu when copying passwords | EuAndreh | 2023-02-22 | 1 | -0/+2 |
| | |||||
* | bin/menu: Remove extra colon in display string | EuAndreh | 2023-02-22 | 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/menu: Show notification when emoji is copied to clipboard | EuAndreh | 2023-02-17 | 1 | -1/+7 |
| | |||||
* | bin/{httpno,menu}: Add extra disable markers for new ShellCheck version | EuAndreh | 2023-02-08 | 1 | -1/+1 |
| | |||||
* | bin/menu: Fix profile name | EuAndreh | 2022-11-18 | 1 | -1/+2 |
| | |||||
* | bin/menu: Wrap actions with remembering | EuAndreh | 2022-11-17 | 1 | -2/+7 |
| | |||||
* | bin/menu: Use ad-hoc function to replace clipmenu(1) | EuAndreh | 2022-11-17 | 1 | -2/+14 |
| | |||||
* | bin/menu: Notify after copying past clipboard value to clipboard | EuAndreh | 2022-11-11 | 1 | -0/+1 |
| | |||||
* | Replace greenclip with clipmenu | EuAndreh | 2022-10-30 | 1 | -1/+3 |
| | |||||
* | bin/menu: Use exec over spawning new processes for "bin" action | EuAndreh | 2022-10-25 | 1 | -1/+4 |
| | |||||
* | bin/menu: Settle with passwords in clipboard daemon for now | EuAndreh | 2022-10-21 | 1 | -4/+0 |
| | |||||
* | Fix all ShellCheck warnings | EuAndreh | 2022-10-20 | 1 | -1/+7 |
| | | | | IOW, `make check-shellcheck` passes. | ||||
* | Temporarily use greenclip over clipmenu | EuAndreh | 2022-10-16 | 1 | -1/+3 |
| | |||||
* | bin/menu: Fix help strings | EuAndreh | 2022-10-10 | 1 | -7/+7 |
| | |||||
* | bin/menu: Demote "menu yubikey" notification from critical to normal | EuAndreh | 2022-08-25 | 1 | -1/+1 |
| | |||||
* | bin/menu: Implement "yubikey" ACTION using ykman | EuAndreh | 2022-08-16 | 1 | -6/+12 |
| | |||||
* | bin/menu: Add working utility | EuAndreh | 2022-08-13 | 1 | -0/+1571 |