aboutsummaryrefslogtreecommitdiff
path: root/bin/menu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* re "s|echo \"\\\$|printf '%s\\\n' \"\$|g"EuAndreh2024-01-041-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 clausesEuAndreh2023-07-291-5/+5
|
* bin/menu: Replace walk(1) with find(1)EuAndreh2023-06-211-1/+1
|
* bin/: Make help string more consistent across several executablesEuAndreh2023-04-121-0/+1
|
* bin/menu: Disable clipmenu when copying passwordsEuAndreh2023-02-221-0/+2
|
* bin/menu: Remove extra colon in display stringEuAndreh2023-02-221-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/menu: Show notification when emoji is copied to clipboardEuAndreh2023-02-171-1/+7
|
* bin/{httpno,menu}: Add extra disable markers for new ShellCheck versionEuAndreh2023-02-081-1/+1
|
* bin/menu: Fix profile nameEuAndreh2022-11-181-1/+2
|
* bin/menu: Wrap actions with rememberingEuAndreh2022-11-171-2/+7
|
* bin/menu: Use ad-hoc function to replace clipmenu(1)EuAndreh2022-11-171-2/+14
|
* bin/menu: Notify after copying past clipboard value to clipboardEuAndreh2022-11-111-0/+1
|
* Replace greenclip with clipmenuEuAndreh2022-10-301-1/+3
|
* bin/menu: Use exec over spawning new processes for "bin" actionEuAndreh2022-10-251-1/+4
|
* bin/menu: Settle with passwords in clipboard daemon for nowEuAndreh2022-10-211-4/+0
|
* Fix all ShellCheck warningsEuAndreh2022-10-201-1/+7
| | | | IOW, `make check-shellcheck` passes.
* Temporarily use greenclip over clipmenuEuAndreh2022-10-161-1/+3
|
* bin/menu: Fix help stringsEuAndreh2022-10-101-7/+7
|
* bin/menu: Demote "menu yubikey" notification from critical to normalEuAndreh2022-08-251-1/+1
|
* bin/menu: Implement "yubikey" ACTION using ykmanEuAndreh2022-08-161-6/+12
|
* bin/menu: Add working utilityEuAndreh2022-08-131-0/+1571