Update/rerun input command every n seconds #2774
Unanswered
fritzrehde
asked this question in
Q&A
Replies: 1 comment
-
You can periodically feed input lines to fzf, while true; do
date
sleep 1
done | fzf but you can't clear the previous list like I'm not adding event types that are not directly triggered by the user (in this case we can imagine a "timer" event bound to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like the input displayed in fzf to update every n seconds (similar to the reload(...) command but automatically run every n seconds). Is this possible somehow? Is there a linux tool to rerun the input command every n seconds that could then be piped into fzf?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions