Open sourishkrout opened 1 year ago
Suggestion for fuzzy search: https://github.com/ktr0731/go-fuzzyfinder @duvanmonsa
@mxsdev I have an initial version using the library you shared, We need to define the correct flow and design before creating a PR
Nice! Feel free to make a draft PR, we can always make changes from there 👍
Yep PR here https://github.com/stateful/runme/pull/300
Sad to see that PR closed. This would be a fantastic feature and charm supports this behavior out of the box.
Sad to see that PR closed. This would be a fantastic feature and charm supports this behavior out of the box.
@rawkode. The PR is closed because of the particular implementation. We still want the filter/search. The plan is to reimplement the TUI
with charm's base models in the runtime beta
sub-command group.
When project-mode (look at more than just single file) is being used, and unnamed code blocks are allowed the list can get really long just with a few files (see screenshot below with 98 entries).
Ideally something that works similar to "backwards search history" in bash/zsh which likely filters on word-prefix but open to other suggestions. Would also need a recommendation how to trigger the search or whether it is always on.