tmux-plugins / tpm

Tmux Plugin Manager
MIT License
12.21k stars 429 forks source link

Getting user input from a plugin #103

Open mrmowgli opened 7 years ago

mrmowgli commented 7 years ago

I'm trying to set it up so a user can set a variable for the plugin dynamically, like prompt them for a line of text and then pass that off to my plugin. Much like entering command mode in tmux. Any ideas if it can be done?