Python might be a bit more popular than fzf. We know about 288 links to it since March 2021 and only 229 links to fzf. 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.
If Python is not installed, download it from python.org or use your system's package manager (e.g., sudo apt install python3 on Ubuntu). - Source: dev.to / about 1 month ago
Python Installed: Download and install the latest Python version from python.org, including pip during setup. - Source: dev.to / 4 months ago
First, you'll need to install Python if you don't have it already. Go to the official Python website python.org, download the latest version, and follow the instructions. - Source: dev.to / 5 months ago
Python: We’ll use Python for it’s simplicity and accessibility. - Source: dev.to / 5 months ago
Bootstrapping was an often neglected problem. Should we tell people to install Python from https://python.org? The Anaconda distribution? How do we stop folks from using their system package manager and risk breaking everything? - Source: dev.to / 9 months ago
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. - Source: dev.to / 1 day ago
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. - Source: dev.to / 2 days ago
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. - Source: dev.to / 21 days ago
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. - Source: Hacker News / 3 months ago
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. - Source: dev.to / 4 months ago
JavaScript - Lightweight, interpreted, object-oriented language with first-class functions
fd - A simple, fast and user-friendly alternative to 'find'.
Rust - A safe, concurrent, practical language
Bat - A cat(1) clone with wings.
Java - A concurrent, class-based, object-oriented, language specifically designed to have as few implementation dependencies as possible
skim (fuzzy finder) - Discover open source libraries, modules and frameworks you can use in your code