fzf
skim
fzf | skim | |
---|---|---|
430 | 30 | |
70,336 | 5,689 | |
1.7% | 2.6% | |
9.7 | 9.5 | |
about 15 hours ago | 2 days ago | |
Go | Rust | |
MIT License | MIT License |
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.
fzf
-
Build a CLI Emoji Picker with fzf and Nix
In my blog post yesterday, I mentioned fzf. Its simplicity and power make it a good tool for many scripting tasks. In this post, we will see a practical example of how to use it in a CLI program and package it with Nix.
-
Wayland Application Launchers: Stick with Rofi
But also, sway-launcher-desktop is a brilliant hack that uses fzf to implement a launcher that works in the console. I can think of many such use cases. As a starting point, I revisited my fzf shell integration configuration today and decided to invest in it a bit more for my scripting efforts.
-
Digging Through Linux: Must-Know Tools for File and Content Searches
fzf GitHub
-
Useful CLI tools
fzf is a command-line fuzzy finder that makes navigating through files, commands, and processes much easier. It's kind of like ctrl + P on vscode, but for your terminal
- Mejorando el git checkout
-
Trick to find commands in the terminal quickly
Install "fzf" [0] and set it up to be used with control+r, there's no going back. You get as a bonus the chance to use fzf in a lot of other places :)
I guess that more advance tool would be "atuin" [1], but it is too much for my use case.
[0] https://github.com/junegunn/fzf
-
Get a Git productivity boost with FZF
FZF is a command line fuzzy finder. It's an incredibly powerful tool that you can use (at its simplest) to filter lists as you type.
-
Effortlessly Manage Your Notes with my Bash Script Featuring FZF Integration!
fzf (fuzzy finder)
-
17 Essential CLI Tools to Boost Developer Productivity
fzf
-
How to automate the launch of your terminal processes (fzf + tmux + teamocil)
FZF (Fuzzy finder) is a command-line application that allows you to turn any list into an interactive menu with support for awesome fuzzy search, which you can read more about here.
skim
- Better Shell History Search
- Fzf Alternative in Rust
-
Browsing Log Streams with Fzf
I tried to switch to Skim https://github.com/lotabout/skim since it's meant to be "fzf but in rust" but it wasn't quite there yet.
fzf is incredible.
-
Bash Menu
I really like using something like fuzzy search for menus like these. https://github.com/Cloudef/bemenu is pretty cool in that it works both in a terminal, X11 and on Wayland, so if you want to do something graphical later you can easily migrate. There's also fzf and skim, which work similarly but are only for the terminal.
-
FzfLua Quickstart: it's never been easier to try out fzf-lua
Current profiles (to be improved upon): | Profile | Details | | ---------------- | ------------------------------------------ | | default | fzf-lua defaults, uses neovim "builtin" previewer and devicons (if available) for git/files/buffers | | fzf-native | utilizes fzf's native previewing ability in the terminal where possible using bat for previews | | fzf-tmux | similar to fzf-native and opens in a tmux popup (requires tmux > 3.2) | | max-perf | similar to fzf-native and disables icons globally for max performance | | telescope | closest match to telescope defaults in look and feel and keybinds | | skim | uses skim as an fzf alternative, (requires the sk binary) |
-
Is there a way to unravel a filepath based on a known end file?
There’s also a variety of fuzzy finders like https://github.com/lotabout/skim or fzf. Basically the same thing, but different interface.
-
I wrote a "12 favourite terminal tools" list-article, what did I left out that should be absolutely included?
Have you ever tried sk? skim is an fzf re-write in 🦞. While I use it occasionally, I never really incorporated fzf into my workflow so I'd be interested to hear your opinion.
-
Zsh history syntax highlighting on fzf-history-widget?
I’m not familiar at all with fzf, but I do know that skim supports this.
- CLI Item Selection Interface?
-
I like the Odin programming language
You state that as a blank and white fact, but there's nuance.
https://github.com/lotabout/skim/issues/317#issuecomment-652...
What are some alternatives?
peco - Simplistic interactive filtering tool
fd - A simple, fast and user-friendly alternative to 'find'
ranger - A VIM-inspired filemanager for the console
coreutils - Cross-platform Rust rewrite of the GNU coreutils
bat - A cat(1) clone with wings.
ion - Ion is a modern system shell that features a simple, yet powerful, syntax. It is written entirely in Rust, which greatly increases the overall quality and security of the shell. It also offers a level of performance that exceeds that of Dash, when taking advantage of Ion's features. While it is developed alongside, and primarily for, RedoxOS, it is a fully capable on other *nix platforms.