aboutsummaryrefslogtreecommitdiff
path: root/bin/menu (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-04re "s|echo \"\\\$|printf '%s\\\n' \"\$|g"EuAndreh1-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.
2023-07-29bin/*: Add matching parenthesis to case clausesEuAndreh1-5/+5
2023-06-21bin/menu: Replace walk(1) with find(1)EuAndreh1-1/+1
2023-04-12bin/: Make help string more consistent across several executablesEuAndreh1-0/+1
2023-02-22bin/menu: Disable clipmenu when copying passwordsEuAndreh1-0/+2
2023-02-22bin/menu: Remove extra colon in display stringEuAndreh1-1/+1
2023-02-17bin/: Use explicit "--" separator for assert-arg usagesEuAndreh1-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.
2023-02-17bin/menu: Show notification when emoji is copied to clipboardEuAndreh1-1/+7
2023-02-08bin/{httpno,menu}: Add extra disable markers for new ShellCheck versionEuAndreh1-1/+1
2022-11-18bin/menu: Fix profile nameEuAndreh1-1/+2
2022-11-17bin/menu: Wrap actions with rememberingEuAndreh1-2/+7
2022-11-17bin/menu: Use ad-hoc function to replace clipmenu(1)EuAndreh1-2/+14
2022-11-11bin/menu: Notify after copying past clipboard value to clipboardEuAndreh1-0/+1
2022-10-30Replace greenclip with clipmenuEuAndreh1-1/+3
2022-10-25bin/menu: Use exec over spawning new processes for "bin" actionEuAndreh1-1/+4
2022-10-21bin/menu: Settle with passwords in clipboard daemon for nowEuAndreh1-4/+0
2022-10-20Fix all ShellCheck warningsEuAndreh1-1/+7
IOW, `make check-shellcheck` passes.
2022-10-16Temporarily use greenclip over clipmenuEuAndreh1-1/+3
2022-10-10bin/menu: Fix help stringsEuAndreh1-7/+7
2022-08-25bin/menu: Demote "menu yubikey" notification from critical to normalEuAndreh1-1/+1
2022-08-16bin/menu: Implement "yubikey" ACTION using ykmanEuAndreh1-6/+12
2022-08-13bin/menu: Add working utilityEuAndreh1-0/+1571