mrjones2014 / ctrlg

A command line context switcher, written in Rust :crab:
https://crates.io/crates/ctrlg
MIT License
30 stars 1 forks source link

[Feature]: Option to run in a floating window like fzf-tmux #54

Closed mrjones2014 closed 2 years ago

mrjones2014 commented 2 years ago

Similar Issues

Description

fzf-tmux lets you run the fzf finder in either a floating window or split pane, then return the results to the original pane. It's very very cool. For our use I think it makes sense to only support the floating window version.

Use Case

Because it looks really awesome 🤩

mrjones2014 commented 2 years ago

It can be something like this: https://github.com/mrjones2014/dotfiles/blob/master/scripts/popup

Then we'd basically just replace the way that the $ctrlg_output variable is set in the shell plugin scripts.