Software Alternatives & Reviews

fzf VS jq

Compare fzf VS jq and see what are their differences

fzf logo fzf

A command-line fuzzy finder written in Go

jq logo jq

jq is like sed for JSON data - you can use it to slice and filter and map and transform structured...
  • fzf Landing page
    Landing page //
    2023-09-26
  • jq Landing page
    Landing page //
    2023-09-24

fzf videos

Vim universe. fzf - command line fuzzy finder

More videos:

  • Review - How I Work: fzf
  • Review - fzf - Fuzzy Finder For Your Shell - Linux TUI

jq videos

JQ Racing THECar Black Edition - Velocity RC Cars Magazine Review

More videos:

  • Review - AliExpress Air Quality Detector JQ 200 *Review*
  • Review - (ENG SUB) Lyricist JQ 의 태연 Taeyeon - Blue 가사리뷰 lyric review (Feat.강균성)

Category Popularity

0-100% (relative to fzf and jq)
Note Taking
100 100%
0% 0
File Manager
28 28%
72% 72
Productivity
100 100%
0% 0
CLI
0 0%
100% 100

User comments

Share your experience with using fzf and jq. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

fzf might be a bit more popular than jq. We know about 214 links to it since March 2021 and only 155 links to jq. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

fzf mentions (214)

  • So You Think You Know Git – Git Tips and Tricks by Scott Chacon
    Those are the most used aliases in my gitconfig. "git fza" shows a list of modified/new files in an fzf window, and you can select each file with tab plus arrow keys. When you hit enter, those files are fed into "git add". Needs fzf: https://github.com/junegunn/fzf. - Source: Hacker News / 2 months ago
  • Which command did you run 1731 days ago?
    > my history is so noisy I had to find another way The fzf search syntax can help, if you become familiar with it. It is also supported in atuin [2]. [1]: https://github.com/junegunn/fzf#search-syntax. - Source: Hacker News / 3 months ago
  • Z – Jump Around
    You call it with `n` and get an interactive fuzzy search for your directories. If you do `n https://github.com/sharkdp/fd. - Source: Hacker News / 3 months ago
  • Fish shell 3.7.0: last release branch before the full Rust rewrite
    I do find the history pager stuff interesting, but ultimately not of tremendous use for me. I rebound all my history search stuff to use fzf[1] (via a fish plugin for such[2]), and so haven't been aware of the issues [1] https://github.com/junegunn/fzf. - Source: Hacker News / 4 months ago
  • ltag: A little CLI tool for tagged text searching
    The CLI search tool I use is fzf. Fzf takes in any text stream and spins up a TUI for you to fuzzy search through the text. I can pipe my tool's output to fzf and violà, I can now search by command and by tag! - Source: dev.to / 6 months ago
View more

jq mentions (155)

  • jq
    I'd you're trying to bring this to a wider audience not already familiar with q, then the name collision with the more widely known jq project is a problem: https://stedolan.github.io/jq/. - Source: Hacker News / 4 months ago
  • How to quickly read summary data in k6 from json file
    First, we need to install jq via the installer available at https://stedolan.github.io/jq/. - Source: dev.to / 5 months ago
  • 10 Lesser-Known Tools and Websites to Spice Up Your Developer Toolbox
    JQ is a lightweight and powerful command-line JSON processor. It's a time-saving tool for manipulating and extracting data from JSON files effortlessly. - Source: dev.to / 7 months ago
  • Building and deploying a web API powered by ChatGPT
    If you have jq installed you can use it to make the output look nicer. - Source: dev.to / 11 months ago
  • Search in your Jupyter notebooks from the CLI, fast.
    It requires jq for JSON processing and GNU parallel for concurrent searches in the notebooks. - Source: dev.to / 12 months ago
View more

What are some alternatives?

When comparing fzf and jq, you can also consider the following products

fd - A simple, fast and user-friendly alternative to 'find'.

fx - Command-line JSON processing tool

Bat - A cat(1) clone with wings.

jello - jello is a command line tool that filters JSON data using pure python syntax.

fzy - A better fuzzy finder

HTTPie - CLI HTTP that will make you smile. JSON support, syntax highlighting, wget-like downloads, extensions, and more.