base16-shell VS fzf

Compare base16-shell vs fzf and see what are their differences.

fzf

:cherry_blossom: A command-line fuzzy finder (by junegunn)
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
base16-shell fzf
15 407
107 59,920
- -
0.0 9.6
about 1 year ago 3 days ago
Shell Go
GNU General Public License v3.0 or later 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.

base16-shell

Posts with mentions or reviews of base16-shell. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-17.
  • Suggestion for neovim color scheme.
    13 projects | /r/neovim | 17 May 2023
    I just found Nightfox and switched over to it. I liked it so much I contributed a base16 template and use it with base16-shell.
  • any recommendations for themes that can reduce eye strain?
    9 projects | /r/vim | 5 Jan 2023
    My suggestion is to use is from here because you can change the theme on the fly: https://github.com/chriskempson/base16-shell
  • Adding LXTerminal to Styles
    1 project | /r/archcraft | 20 Aug 2022
    Okay, so I've found the files that change the colors for the terminals ($HOME/.config/openbox/scripts/[name of style]) and I can add some bash to include LXTerminal, but I don't think I will. Instead of converting all the color codes into RBG, I am going to find Base16 equivalents for each theme and add that to the style scripts. Base16 has a lot of choices, works via the shell (so on all terms), and also allows for instant changes.
  • Ubuntu on Windows (WSL)
    4 projects | dev.to | 26 Jul 2022
    from base16-tomorrow-night first column is the original value, third column is the tomorrow theme value
  • Vim Color Schemes
    16 projects | news.ycombinator.com | 1 Apr 2022
    I'm a huge fan of the base16 color schemes - not for their appearance (though most look great), but for their ease of integration within the shell and vim. Just clone the repos below, drop a few lines in your shellrc/vimrc, then use a single bash command to change the scheme in both. No mucking more mucking with Xresources.

    https://github.com/chriskempson/base16-shell

    https://github.com/chriskempson/base16-vim

  • Zsh Plugins Commit TOP
    102 projects | dev.to | 25 Dec 2021
    base16 🥇 - Adds script to allow you to change your shell's default ANSI colors but most importantly, colors 17 to 21 of your shell's 256 colorspace (if supported by your terminal). This script makes it possible to honor the original bright colors of your shell (e.g. bright green is still green and so on) while providing additional base16 colors to applications such as Vim.
  • theme.sh - A multi terminal theme selection script.
    4 projects | /r/linux | 1 Dec 2021
    See also base16-shell.
  • What do you use for giving you screen a yellow tint for reducing eyestrain?
    2 projects | /r/i3wm | 27 Nov 2021
    I personally use the base16 shell (with the vim plugin that comes with it) https://github.com/chriskempson/base16-shell
  • Vim loses theme when not opened through terminal
    3 projects | /r/linuxquestions | 14 Nov 2021
    I want to have a consistent theme between my terminal and vim so I use Base16 Shell and Base16 Vim. But whenever I open vim without typing it in the command line, ie through dolphin or ranger or vifm the theme gets lost and turns into the blue mess.
  • Use base16 styling or Vim themes?
    3 projects | /r/vim | 27 Apr 2021
    I'll be honest, I've been using both base16 styling for my shell, but also Vim themes. The mixture seems less than ideal.

fzf

Posts with mentions or reviews of fzf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-25.
  • Ask HN: Any tool for managing large and variable command lines?
    8 projects | news.ycombinator.com | 25 Apr 2024
    In addition, I think bash's `operate-and-get-next` can be very helpful. When you go back through your shell history, you can hit Ctrl+o instead of enter and it will execute the command then put the next one in your history on the command line, and keep track of where you are in your history. This way, you can rerun a bunch of commands by going to the first one and Ctrl+o till you are done. And you can edit those commands and hit Ctrl+o and still go to the next previously run command.

    Note: fzf's history search feature breaks this. https://github.com/junegunn/fzf/issues/2399

  • pyfzf : Python Fuzzy Finder
    2 projects | dev.to | 10 Mar 2024
    fzf : https://github.com/junegunn/fzf
  • Command Line Fuzzy Search
    1 project | news.ycombinator.com | 15 Feb 2024
  • So You Think You Know Git – Git Tips and Tricks by Scott Chacon
    6 projects | news.ycombinator.com | 13 Feb 2024
    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

    "git gone" removes local branches that don't exist on the remote.

    "git root" prints out the root of the repo. You can alias it to "cd $(git root)", and zip back to the repo root from a deep directory structure. This one is less useful now for me since I started using zoxide to jump around. https://github.com/ajeetdsouza/zoxide

  • Which command did you run 1731 days ago?
    9 projects | news.ycombinator.com | 21 Jan 2024
    > 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

    [2]: https://docs.atuin.sh/configuration/config/#fuzzy-search-syn...

  • Z – Jump Around
    16 projects | news.ycombinator.com | 15 Jan 2024
    You call it with `n` and get an interactive fuzzy search for your directories. If you do `n ` instead, it’ll start the find with `` already filled in (and if there’s only one match, jump to it directly). The `ls` is optional but I find that I like having the contents visible as soon as I change a directory.

    I’m also including iCloud Drive but excluding the Library directory as that is too noisy. I have a separate `nl` function which searches just inside `~/Library` for when I need it, as well as other specialised `n` functions that search inside specific places that I need a lot.

    ¹ https://github.com/sharkdp/fd

    ² https://github.com/junegunn/fzf

  • alacritty-themes not working any more!!!
    6 projects | dev.to | 7 Jan 2024
    View on GitHub
  • Fish shell 3.7.0: last release branch before the full Rust rewrite
    9 projects | news.ycombinator.com | 1 Jan 2024
    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

    [2] https://github.com/PatrickF1/fzf.fish

  • Ugrep – a more powerful, ultra fast, user-friendly, compatible grep
    27 projects | news.ycombinator.com | 30 Dec 2023
    You can also use fzf with ripgrep to great effect:

    [1]: https://github.com/junegunn/fzf/blob/master/ADVANCED.md#usin...

  • Tell HN: My Favorite Tools
    14 projects | news.ycombinator.com | 24 Dec 2023

What are some alternatives?

When comparing base16-shell and fzf you can also consider the following projects:

nord - An arctic, north-bluish color palette.

peco - Simplistic interactive filtering tool

vim-polyglot - A solid language pack for Vim.

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

alacritty - A cross-platform, OpenGL terminal emulator.

z - z - jump around

elixir-oh-my-zsh - Oh My Zsh plugin for Elixir, IEX, Mix and Phoenix

zsh-autosuggestions - Fish-like autosuggestions for zsh

base16-vim - Base16 for Vim

mcfly - Fly through your shell history. Great Scott!

kitty - Cross-platform, fast, feature-rich, GPU based terminal

ranger - A VIM-inspired filemanager for the console