Giter Club home page Giter Club logo

Comments (4)

junegunn avatar junegunn commented on May 24, 2024
    -q, --query=STR        Start the finder with the given query
    -f, --filter=STR       Filter mode. Do not start interactive finder.

--filter (or -f) should be followed by a query string. In -f +s case, +s is recognized as the query string. i.e. equivalent to --filter=+s. So you should remove --query and do fzf -1 -0 +s --filter="r" or fzf -1 -0 -f "r" +s
fzf +s --filter="r" or fzf -f "r" +s instead.

from fzf.

junegunn avatar junegunn commented on May 24, 2024

I missed to mention that -1 and -0 are not compatible with --filter but with --query.

       -1, --select-1
              If there is only one match for the initial query (--query), do not start interactive finder and automatically select the only match

       -0, --exit-0
              If there is no match for the initial query (--query), do not start interactive finder and exit immediately

So you should try something like fzf -f "r" +s | head -1 instead.

from fzf.

junegunn avatar junegunn commented on May 24, 2024

Hmm, I just realized there is a critical bug in the streaming filter mode (i.e. --no-sort --filter=something) since fzf 0.47.0.

#3728

from fzf.

anasouardini avatar anasouardini commented on May 24, 2024

Thank you, that satisfies my question.

from fzf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.