fish-shell
The user-friendly command line shell. (by fish-shell)
fzf
:cherry_blossom: A command-line fuzzy finder (by junegunn)
Our great sponsors
fish-shell | fzf | |
---|---|---|
241 | 354 | |
20,250 | 49,459 | |
1.6% | - | |
9.9 | 9.6 | |
4 days ago | 5 days ago | |
C++ | 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.
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.
fish-shell
Posts with mentions or reviews of fish-shell.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-24.
-
Pair programming with ChatGPT - an unexpected path
My OS is Linux Ubuntu. My shell is fish and I love it (check out my dotfiles). It allows the creation of functions (a.k.a. aliases) very easily.
- For those who are expert at MacOS Terminal
- Vim: ZZ and zz: Do you know the difference?
-
Fish 3.6.0
Not sure if youβre being sarcastic or not, but the actual project page is very useful: https://fishshell.com/
The OP is the equivalent of a changelog, which isnβt going to be terribly helpful to the uninitiated.
-
Reasons to change the default terminal to Warp
Shell tools, including, zsh, fish, etc
-
-π- 2022 Day 21 Solutions -π-
For part one, I noticed the input being almost valid Elm code, so I wrote a few lines of Fish to generate an Elm program. Then ran it with elm repl. Elm allows out of order variable declarations so it did all the work for me.
-
Ask HN: Programs that saved you 100 hours? (2022 edition)
The fish shell (https://fishshell.com/) and its fantastic auto-completion. It now replaces bash as the default shell on all my machine and is the first program I install when connecting to a fresh cloud instance.
-
-π- 2022 Day 10 Solutions -π-
Turned the input into JavaScript (using Fish) by replacing noop with cycle() and addx with cycle(); cycle(); x+=, and then executing it.
- Switching to Zsh
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 2023-01-28.
- Trial and error FreeBSD
-
How I set up Vim for writing LaTex, Python, C and C++?
and junegunn as a few nifty tools, working in both vim and cli. https://github.com/junegunn/fzf
-
A tmux plugin to make creating/switching sessions easier
prefix + T (customisable) - displays a pop-up with fzf which displays the existing sessions followed by recently accessed directories (using zoxide). Choose the session or the directory and voila! You're in that session. If the session doesn't exist, it will be created.
-
Working on a Spotify TUI/CLI in GO using bubbletea
Would be neat to incorporate fzf for search.
-
Watch Classic SpongeBob from the Terminal
cut,sed(GNU core utilities) Fzf - https://github.com/junegunn/Fzf MPV - https://mpv.io/ (Optional)
-
[Flask] Best / Modern approaches for fuzzy name searching?
You might want to look into the algorithm used in fzf. It's not a Python tool, but it's the most practically useful fuzzy matching tool I've used. You might be able to port the algorithm.
- Where can I find well-written go code to learn from?
-
chatgpt has massively improved my productivity as a developer. are there resources or discussion groups that discuss getting the most out of the tool for this purpose? ive got a few tips of my own if interested
i saw this package looks like it looks up a command with a fuzzy search, is it exclusive to linux? https://github.com/junegunn/fzf to
-
bashrc inspiration - your favorit trick
My new found love is tealdeer + fzf and this alias:
-
With 2022 over soon, what were your favorites apps of the year?
π«΄ fzf β CLI fuzzy finder.
What are some alternatives?
When comparing fish-shell and fzf you can also consider the following projects:
peco - Simplistic interactive filtering tool
powerlevel10k - A Zsh theme
starship - βποΈ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
nushell - A new type of shell
z - z - jump around
zsh-autocomplete - π€ Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
zsh-autosuggestions - Fish-like autosuggestions for zsh
mcfly - Fly through your shell history. Great Scott!
ranger - A VIM-inspired filemanager for the console
oh-my-fish - The Fish Shell Framework
fd - A simple, fast and user-friendly alternative to 'find'