setup VS fzf-tab

Compare setup vs fzf-tab and see what are their differences.

setup

My config, system settings, utilities, etc. (by kbd)

fzf-tab

Replace zsh's default completion selection menu with fzf! (by Aloxaf)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
setup fzf-tab
12 40
68 2,733
- -
8.9 7.3
about 1 month ago 6 days ago
Python Shell
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

setup

Posts with mentions or reviews of setup. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-13.
  • Why Fennel?
    12 projects | news.ycombinator.com | 13 Sep 2023
  • Calibre 6.0
    9 projects | news.ycombinator.com | 10 Jul 2022
    https://github.com/kbd/binrun

    I just wrote it today and still need to package it. I was tired of alt+tab + up arrow + enter constantly to execute builds etc. in my terminal. It calls out to a wrapper script I wrote[1] that does things like queries kitty for its running windows so that when I launch from vscode it can find the right kitty window for the vscode workspace and execute there...

    Point is, Kovid Goyal is awesome and the extensibility he wrote into kitty makes all that possible. I had no idea he was also the author of Calibre until I'd been using kitty for a while.

    [1] https://github.com/kbd/setup/blob/master/HOME/bin/kw

  • Ask HN: How do you sync your computers development configurations/environment?
    33 projects | news.ycombinator.com | 26 May 2022
  • Forgit: A utility tool powered by fzf for using Git interactively
    7 projects | news.ycombinator.com | 17 May 2022
  • Hammerspoon – Lua-based powerful tool automation of macOS
    15 projects | news.ycombinator.com | 12 Dec 2021
    If anyone cares, here's my config: https://github.com/kbd/setup/blob/master/HOME/.hammerspoon/i...

    It shows off a tiny bit of what you can do with Hammerspoon:

    - window and app management

  • The Fish Shell Is Amazing
    19 projects | news.ycombinator.com | 25 Nov 2021
    I'll put it this way: Nu shell seems perfectly supportive of my philosophy that a shell is basically a REPL for a computer, and they're taking the ergonomics of an interactive REPL along with the programming language that powers that REPL seriously.

    The thing is, there's currently NOTHING GOOD for "shell scripting". Shell sucks (yes it does), so for anything more than very short things I'd rather write Python. But Python sucks for shell-like things, parallelization, it has slow startup, and you also can't do things like put environment variables into your session or change the working directory, so you often wind up writing shims (eg. Broot's br alias - https://dystroy.org/broot/install-br/).

    Yes I've looked at Xonsh but maybe the additional syntax is offputting to me. Like, I wouldn't use it as a shell over Zsh (how's Xonsh's fzf support? I don't know, but I know everything's going to support Zsh), and I dunno if I want to use its syntax extensions over just Python. Though It's always on my list of things to re-explore, and maybe it'll click one day. But it being based in Python makes it feel slow (I wrote my prompt in Zig to get it to be fast...)

    This is relevant to mention: I wrote a small Python library (https://github.com/kbd/aush) that's basically a DSL for subprocesses, so it tries to make it more convenient to do shell-like things. I find it preferable to shell or Python alone most of the time. Here's an example of its use in my script that creates a new Python project: https://github.com/kbd/setup/blob/master/HOME/bin/create-pyt...

    I haven't figured out a convenient way to implement shell piping well with Python's pipe operator, or pass through interactive output directly (so things that "update" the display, like poetry and npm don't behave the same as they do interactively) so it's still .9 status, but it works really well for what it is, and you can always write "regular Python" along with it.

    Anyway, Nu seems to be an attempt to put a "real" programming language REPL in my shell, from people who have serious language experience, so I'm hopeful it'll be great.

  • Extracting Objects Recursively with Jq
    14 projects | news.ycombinator.com | 1 Aug 2021
    Just sharing my take on that interactive jq (or anything else) repl:

    https://github.com/kbd/setup/blob/master/HOME/bin/fzr

    It's just an fzf wrapper that sets up temporary files and so on. It works really well; it's amazing all the things one can use fzf for.

  • A Way to Manage Dotfiles
    10 projects | news.ycombinator.com | 12 May 2021
    Since we're sharing, my dotfiles setup has pretty much reached its final form. I use my symgr[1] to symlink my dotfiles repo into my home dir. Pretty much everything I think about this topic is in its readme, as well as a link to my setup[2] repo with my dotfiles showing how I use symgr.

    [1] https://github.com/kbd/symgr

    [2] https://github.com/kbd/setup

  • Apple's follow-up to M1 chip goes into mass production for Mac
    5 projects | news.ycombinator.com | 27 Apr 2021
    It's not exactly a tiling window manager, but if you can program some simple Lua then Hammerspoon is a godsend. You can program anything any of the other window managers for Mac (like Rectangle, Spectacle, etc.) can do and have complete freedom to set up your own keyboard shortcuts for anything.

    I have some predefined layouts[1] for my most common usage. So, one keyboard shortcut arranges the screen how I want, and I have other keyboard shortcuts[2] (along with using Karabiner Elements for a 'hyper' key) to open or switch to common apps.

    [1] https://github.com/kbd/setup/blob/1a05e5df545db0133cf7b6f1bc...

    [2] https://github.com/kbd/setup/blob/1a05e5df545db0133cf7b6f1bc...

  • Improving Shell Workflows with Fzf
    15 projects | news.ycombinator.com | 30 Mar 2021
    Figured I'd link my git aliases here, that make heavy use of fzf. The goal is generally to never have to type a filename (eg. for git add) or a commit hash (eg. for cherry-pick).

    Here's a link to my 'cp' alias that lets me choose a branch, then a commit to cherry pick into my current branch:

    https://github.com/kbd/setup/blob/e23b3e8e2363284c3c766c0be2...

fzf-tab

Posts with mentions or reviews of fzf-tab. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-26.
  • fish-shell: the user-friendly command-line shell
    24 projects | news.ycombinator.com | 26 Aug 2023
    Am i the only one who feels fish is not worth it despite of hype? Don't get me wrong. I think that fish is really good shell.

    BUT...

    After adding the following plugins to zsh(before you chime in, it's just adding these lines,not anything configuring much. also it auto bootstraps on new install), I found out that fish is no where near configured zsh.

    1) https://github.com/zdharma-continuum/zinit (plugin manager)

    2) https://github.com/zdharma-continuum/fast-syntax-highlightin...

    3) https://github.com/zdharma-continuum/history-search-multi-wo...

    4) https://github.com/zsh-users/zsh-autosuggestions

    5) https://github.com/zsh-users/zsh-completions

    6) https://github.com/Aloxaf/fzf-tab

    7) any good shell prompt generator like https://github.com/romkatv/powerlevel10k

    For example, I use fzf integration for tab completion. Fish's fzf integration is nowhere as good as that of zsh's. Also, posix compat and almost bash compat of zsh is plus.

    I acknowledge that zsh isn't perfect shell either and I have tried and failed few times in past to switch to fish. If you provide me compelling reason/s to switch to fish, I am all ears.

  • This fzf config return error
    1 project | /r/zsh | 30 Jun 2023
    Seriously, see https://github.com/Aloxaf/fzf-tab/pull/132.
  • is there a plugin to replace zsh's default completion selection menu with dmenu?
    1 project | /r/zsh | 22 Jun 2023
    Basically I want one that works like fzf-tab, but instead of using fzf I want dmenu, I asked chatGPT to make one (I'm aware of how pathetic this sounds...) but it didn't work the way I expected
  • How can i achieve this zsh expansion?
    2 projects | /r/zsh | 26 Apr 2023
    You might have better luck with finding the answer if you file an issue at https://github.com/lincheney/fzf-tab-completion. Few here are using https://github.com/lincheney/fzf-tab-completion (https://github.com/Aloxaf/fzf-tab is a much more popular alternative among zsh users).
  • Fzf-Tab
    1 project | news.ycombinator.com | 23 Apr 2023
  • My ultimate shell setup with Fish shell and Tmux
    12 projects | news.ycombinator.com | 22 Apr 2023
    Here is another great plugin that pairs nicely with the above.

    https://github.com/Aloxaf/fzf-tab

  • This is really telling regarding society.
    2 projects | /r/linuxmasterrace | 8 Apr 2023
  • Happens too often
    2 projects | /r/linuxmasterrace | 24 Mar 2023
    Yeah it's just the prefect tool for speeding up so many things in the command line. I even have Fzf pop up for tab completion with fzf-tab.
  • Fish like autosuggestion commands description in zsh!
    2 projects | /r/zsh | 29 Jan 2023
    There's a popular autosuggestion extension (https://github.com/zsh-users/zsh-autosuggestions) which puts dimmed suggestions from the command history in front of the cursor. I use & like it a lot -- however it doesn't do command descriptions as in your sample picture. fzf-tab does something similar, though (https://github.com/Aloxaf/fzf-tab); I find it very useful likewise.
  • zsh plugin to select a files in current directory
    2 projects | /r/zsh | 11 Jan 2023
    Just want to make sure: Have you looked into fzf-tab before starting to implement this?

What are some alternatives?

When comparing setup and fzf-tab you can also consider the following projects:

yabai - A tiling window manager for macOS based on binary space partitioning

zsh-autocomplete - 🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.

hammerspoon - A hammerspoon config with a bunch of custom spoons (sleep timer, resolution changer, paywall buster, safari hotkey utilities, window management with undo, etc).

autocomplete - IDE-style autocomplete for your existing terminal & shell

jql - Easy JSON Query Processor with a Lispy syntax in Go

bash-completion - Programmable completion functions for bash

forgit - :zzz: A utility tool powered by fzf for using git interactively.

oh-my-fish - The Fish Shell Framework

dotfiles - My dotfiles

kubectx - Faster way to switch between clusters and namespaces in kubectl

fzf-checkout.vim - Manage branches and tags with fzf

fish-shell - The user-friendly command line shell.