xferspdy
fzf
xferspdy | fzf | |
---|---|---|
- | 420 | |
101 | 65,358 | |
- | - | |
0.0 | 9.7 | |
over 3 years ago | 5 days ago | |
Go | Go | |
BSD 3-clause "New" or "Revised" 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.
xferspdy
We haven't tracked posts mentioning xferspdy yet.
Tracking mentions began in Dec 2020.
fzf
-
Fuzzy business: shadowing ssh
So you'll need fzf installed for this example to do anything interesting.
-
fzf + SSH Config Hosts
Combining this with fzf, you can have a nice quick shortcut to quickly pick a server to connect to into.
-
We need more zero config tools
fzf (https://github.com/junegunn/fzf) is really great. Very useful for providing a quick and easy user interface. For example, I use it to fuzzy find inside git branches to have an "improved checkout". I do that since at work branches are usually named "-", it's faster to search for the issue number.
-
Rga: Ripgrep, but also search in PDFs, E-Books, Office documents, zip, etc.
The fzf repo has a guide/example code for ripgrep integration that works pretty well.
https://github.com/junegunn/fzf/blob/master/ADVANCED.md#ripg...
- Techniques I Use to Create a Great User Experience for Shell Scripts
- fzf: A command-line fuzzy finder
-
Entering text in the terminal is complicated
fzf replacing my default ^R has been a godsend to me for remembering how to do things in the shell.
https://github.com/junegunn/fzf
-
Best Way to Open URLs in Your Terminal via Tmux
We have the URLs in a variable. I had to figure out a cool way to select from them. It had to be quick and easy. My first thought was to use fzf because I already used it many times with tmux, but then I also stumbled up on tmux's display-menu which you can see in this post's thumbnail.
-
I a Avid Vim User, Finally Migrated to Neovim! How does it work, what do I gain from it?
Very often when you start customizing your Vim or Neovim, you install a plugin allowing you to display the tree structure in your editor. It's nice, it allows you to have a view of the structure, but moving from one file to another is slow. So, very quickly, we turn to Fuzzy-finder. And there, generally, we come back to life and we no longer want to leave our publisher.
-
9 tools, libraries and extensions our developer can't live without (and why)
fzf plugs into almost every alias I have including shell history, which allows me to operate in the CLI using 1-5 keystrokes instead of typing out extremely long commands. Here's a good tutorial of using FZF.
What are some alternatives?
godotenv - A Go port of Ruby's dotenv library (Loads environment variables from .env files)
peco - Simplistic interactive filtering tool
gojq - JSON query in Golang
zsh-autocomplete - 🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
go-cron - A simple Cron library for go that can execute closures or functions at varying intervals, from once a second to once a year on a specific date and time. Primarily for web applications and long running daemons.
z - z - jump around
resty - Simple HTTP and REST client library for Go
zsh-autosuggestions - Fish-like autosuggestions for zsh
fastlz - Wrap over FastLz for GoLang
mcfly - Fly through your shell history. Great Scott!
hystrix-go - Netflix's Hystrix latency and fault tolerance library, for Go
ranger - A VIM-inspired filemanager for the console