dotfiles
fzf
Our great sponsors
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.
dotfiles
fzf
-
Tools besides Go for a newbie
Shell scripting concepts such as aliases, custom prompts, history search (see fzf and ripgrep)
-
Does anyone else get by using ctrl + r 90% of the time?
Turbocharge your history search with fzf. There's a video on that page if you want to watch a video demo of fzf's capabilities.
-
A different approach to fuzzy finding
Looks like the author doesn't know about FZF's different search syntaxes https://github.com/junegunn/fzf#search-syntax
-
Tools for productivity
fzf, I've created some functions around that. You can check it out here.
-
Reading Ebooks on the Commandline
Rather than dumping a list and making you copy-paste, I wonder if it'd be helpful for your workflow to incorporate fzf for picking an ebook.
-
Advice to be more efficient with the terminal?
Find a replacement for Control-R (history search). mcfly or fzf will help immensely.
-
hiSHtory: Your shell history on steroids: Stored in context, synced to all your machines, and easily queryable
Discovering CTRL-R is nice, now you're ready to unlock fzf - You're welcome, it's a life changer 😁
-
command palette string matching
Different tools work in a different way. For example, you could take a look at the fzf source code which is probably the smallest thing which implements this functionality: https://github.com/junegunn/fzf/tree/master/src
-
I created a script that converts tex files to a txt files for grammar checking
Also the git repo is here https://github.com/junegunn/fzf
- Trial and error FreeBSD
What are some alternatives?
peco - Simplistic interactive filtering tool
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
starship - ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
fd - A simple, fast and user-friendly alternative to 'find'
ohmyzsh - 🙃 A delightful community-driven (with 2,100+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
broot - A new way to see and navigate directory trees : https://dystroy.org/broot
zsh-history-substring-search - 🐠 ZSH port of Fish history search (up arrow)
helm - Emacs incremental completion and selection narrowing framework