Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about fzf

Read more about fzf

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)

Questions - fzf

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...
test-img

toolleeo

terminal

pipe

less

xargs

fzf

Votes: 0

Answers: 1

Latest Answer

I had this problem with Kitty + fzf (on macOS) and solved it by prefixing the fzf command line to set the TERM environment variable to "xterm", for example this solves the issue for me in zs...
test-img

Barney

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...
test-img

Hai Vu

bash

fzf

Votes: 0

Answers: 2

Latest Answer

Per my comment, you can generate a list of directories using find: cd $(find . -type d -print | fzf) You can adjust the find command to limit the depth of directories, or to only match directories wi...
test-img

larsks

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved