A Zsh/Fish plugin for fuzzy completion, snippet expansion, and smart history selection, powered by Deno and fzf.
Zeno is a Zsh and Fish shell plugin that provides fuzzy completion, snippet expansion, and smart history management. It uses Deno and fzf to deliver fast, interactive command-line enhancements, helping users automate repetitive tasks and navigate their shell history efficiently.
Developers and power users who work extensively in Zsh or Fish shells and want to boost productivity with intelligent completion, snippet management, and history tools.
Zeno stands out by combining fuzzy completion, snippet expansion, and scoped history search into a single, Deno-powered plugin. Its support for both YAML and TypeScript configuration allows for dynamic, programmatic setups unmatched by simpler snippet tools.
zsh fuzzy completion and utility plugin with Deno.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Leverages fzf for intuitive, fuzzy tab completion with built-in Git commands and user-defined sources, as shown in the demos for Git add and other operations.
Supports snippet expansion via abbreviations and interactive pickers, configurable with placeholders and context-aware triggers in YAML or TypeScript files.
Offers smart history selection across global, repository, directory, and session scopes, with options for deletion and export/import, enhancing command-line efficiency.
Allows configuration in both YAML and TypeScript, enabling dynamic setups with project-specific overrides and programmatic completion sources via defineConfig.
Requires Deno and fzf as external dependencies, adding installation complexity and potential compatibility issues not present in lighter shell plugins.
Fish shell support is marked as experimental, with limitations in feature parity and stability compared to Zsh, as noted in the README.
Involves setting up multiple YAML or TypeScript files for snippets and completions, which can be time-consuming for users seeking simple, quick setups.