python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Broken terminal after piping fzf + xargs + less on Kitty + Bash
I'm trying to combine fzf output with a command launched through xargs whose output needs to be paginated with less.
The simplest example using basic commands is the following:
echo test | fzf | xargs...
toolleeo
Votes: 0
Answers: 1
How to use fzf to search for directories only?
Here is a use case: I use fzf to search for a list of directories, which then used with the cd command:
cd $(fzf)
However, the fzf command only displays files, not directories. Is there a way to inst...
Hai Vu
Votes: 0
Answers: 2