checkbox.sh icon indicating copy to clipboard operation
checkbox.sh copied to clipboard

Interactive checkboxes (menu) with pagination and vim keybinds for bash

Results 13 checkbox.sh issues
Sort by recently updated
recently updated
newest added

Hi Thanks for the simple checkbox bash selection script, this is exactly what I was looking for. One bug/problem I noticed is following: 1) I have black color configured for...

the line showing how many entries and the current entry + the number of selected entries may be useful for very long lists for short lists it's noise

This is not how normal utilities work, see also #19

sourcing is not the same as executing, not only is it weird but you pollute the namespace

option1 +option2 # not an option, can be empty more options ... this system let's the user decide if they want separator lines, empty lines, anything they want

apart from some possible "design" feature the lines add little, an option to have them, or not have them would be nice

think that your selector can be used as a filter

just write what is checked, Writing "Selected:" is not only useless but it's also not part of the results the same goes for "nothing selected" use exit code like any...

try to not completely change the user's screen or restore it, you can hav an option for that if you want