:rocket: A next-generation cd command with your interactive filter
This project is a general-purpose command-line filter that provides an interactive interface for processing standard input streams. It enables real-time fuzzy searching, data selection, and transformation, allowing users to navigate complex information or file systems directly within their terminal. By utilizing a pipe-oriented architecture, it integrates into existing shell pipelines and workflows to facilitate efficient data exploration. What distinguishes this tool is its highly extensible, event-driven design that allows for deep integration with external processes. It supports asynchrono
fzf-tab is a Zsh plugin that replaces the default tab-completion menu with an interactive fuzzy search interface powered by fzf. It hooks into Zsh's completion system to present completion candidates in a searchable list where users can filter, select, and navigate results by typing partial matches. The plugin distinguishes itself through several integrated capabilities. It supports multi-item selection for batch operations, group-based navigation to switch between completion categories like files and commands, and live previews of each candidate using user-defined commands. The interface can
Zsh dropbox plugin
The main features of zpm-zsh/dropbox are: Command Line Helpers.
Open-source alternatives to zpm-zsh/dropbox include: b4b4r07/enhancd — :rocket: A next-generation cd command with your interactive filter. bigh/git-fuzzy — interactive `git` with the help of `fzf`. junegunn/fzf — This project is a general-purpose command-line filter that provides an interactive interface for processing standard… wfxr/forgit — forgit is a shell-based interactive CLI wrapper that uses a fuzzy finder to transform Git output into selection menus.… wting/autojump — Autojump is a shell directory navigation tool and weighted directory search utility. It functions as a path shortcut… aloxaf/fzf-tab — fzf-tab is a Zsh plugin that replaces the default tab-completion menu with an interactive fuzzy search interface…