-
-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transformers without output? #943
Comments
You mean you want to display nvim in the preview panel, or just that you want to run that command (which then doesn't really involve previews or preview transformers) ? |
Yes I just want to run the command. If there is an existing mechanism to run a command when a preview should be rendered that would be ideal. |
Well, you can always override the preview key shortcut:
but you'll miss many features of broot, for example when searching (see https://dystroy.org/blog/broot-c-search/ ) |
I see. I also just tried overriding the up and down keys with a cmd, but ya that still doesn't cover preview after a search. Would be really cool to be able to "hook" into features like this to completely customise behavior of broot. |
Hello, I was wondering if it's possible to use preview transformers without any output, and just run an external command whenever a preview should be rendered (for both directories and files)? I was thinking something like:
I wanted this to call into the remote neovim instance and show a preview for a file inside neovim itself.
The text was updated successfully, but these errors were encountered: