Anson Hoyt
Anson Hoyt
Flatpickr can parse an input group of elements, as in their example [flatpickr + external elements](https://flatpickr.js.org/examples/#flatpickr-external-elements). Flatpickr also [binds click handlers](https://github.com/flatpickr/flatpickr/blob/master/src/index.ts#L390) for any elements in the input group that with...
Output help and version text to STDERR instead of STDOUT. The shell wrapper evals STDOUT on exit 0, so `try --version` was running `eval "try 1.7.1"` which launched the TUI...
Add `head` block to allow installing from main branch: brew install --HEAD tobi/try/try The HEAD build includes lib/tui.rb and lib/fuzzy.rb which are required by the current codebase but not present...