diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-07-15 07:04:01 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-07-15 07:04:01 -0500 |
| commit | bf2f3c538976d4504a987d362a1b597b6a5ef900 (patch) | |
| tree | 0e03d7d20d9bb8e77902ffed500ab90ad7282a71 | |
| parent | 04317b6c05cdb90d70ee868e853865c7d078e28c (diff) | |
readme formatting
| -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 |
