SkillAgentSearch skills...

Zsh Autocomplete Concept

This is a zsh configuration to demonstrate real-time fuzzy auto-complete for zsh.

Install / Use

npx skills add ballattacker/zsh-autocomplete-concept

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

This config combine fzf-tab with zsh-autosuggestion to imitate auto-completion seen in modern code editors.

This is just for demonstration purpose, so everything is extremely messy and unorganized. Expect to meet some bugs.

If you want to try this out, first make sure fzf and zsh are installed on your system. Then type the following commands in your terminal:

# this will put the config in /tmp/zsh
git clone --recurse-submodules https://github.com/ballattacker/zsh-autocomplete-concept.git /tmp/zsh
env ZDOTDIR=/tmp/zsh zsh

Use Ctrl + h, j, k, l or <Up>, <Down>, <Tab> to navigate.

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated2y ago
Forks1

Languages

Shell

Security Score

55/100

Audited on Feb 14, 2024

No findings