Skip to content
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

Feature request: no-clear option that affects execute action (no clear before executing) #3808

Open
4 of 10 tasks
t3e opened this issue May 19, 2024 · 0 comments
Open
4 of 10 tasks

Comments

@t3e
Copy link

t3e commented May 19, 2024

Checklist

  • I have read through the manual page (man fzf)
  • I have searched through the existing issues
  • For bug reports, I have checked if the bug is reproducible in the latest version of fzf

Output of fzf --version

0.38.0

OS

  • Linux
  • macOS
  • Windows
  • Etc.

Shell

  • bash
  • zsh
  • fish

Problem / Steps to reproduce

What I want to implement for my project is some kind of input method like you have in vim for instance where you have a certain keybinding and then you have a colon at the bottom and you can enter and run a command. To my knowledge this should be possible with the execute action but there seems to be no option to not clear the screen before the action is run (it does work with the action "become" but then fzf gets closed). I think this would be a useful (and probably ease to implement?) option as it would open new more application-like use cases for fzf (I try to build an email client).

@t3e t3e changed the title Feature request: no-clear option that affects execute action (before) Feature request: no-clear option that affects execute action (no clear before executing) May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant