diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,11 +11,13 @@ What if we could have that kind of UX in tmux? `tmux-minibuffer` is a collection of scripts for interacting with tmux using popup windows at the bottom of the screen, simulating minibuffer completion plugins, such as vertico. ## Scripts (so far) + - [`fzf-exec`](./fzf-exec/README.md): replaces the default command prompt with a vertico-style completion menu. - [`broot-sessionizer`](./broot-sessionizer/README.md): replacement for [`tmux-sessionizer`](https://github.com/theprimeagen/tmux-sessionizer) that uses the broot instead of fzf, and runs in the minibuffer. - [`find-file`](./find-file/README.md): Menu to open a file from the current session using broot. Future ideas: + - fzf-sessionizer - search scrollback (kinda like [fuzzback](https://github.com/roosta/tmux-fuzzback) or [swiper](https://github.com/abo-abo/swiper?tab=readme-ov-file#swiper)) - define custom commands in fzf-exec |
