All Projects → zsh-users → Zsh Completions

zsh-users / Zsh Completions

Licence: other
Additional completion definitions for Zsh.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Zsh Completions

Zsh Autocomplete
🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
Stars: ✭ 641 (-86.94%)
Mutual labels:  zsh, completion
Symfony Console Completion
Automatic tab-key completion for Symfony console application options, arguments and parameters
Stars: ✭ 405 (-91.75%)
Mutual labels:  zsh, completion
Symfony Console Autocomplete
Shell autocompletion for Symfony Console based scripts
Stars: ✭ 465 (-90.52%)
Mutual labels:  zsh, completion
Cod
cod is a completion daemon for bash/fish/zsh
Stars: ✭ 288 (-94.13%)
Mutual labels:  zsh, completion
zsh-config
Faster and enjoyable ZSH (maybe) !!!
Stars: ✭ 64 (-98.7%)
Mutual labels:  zsh, zsh-completions
Fzf Tab
Replace zsh's default completion selection menu with fzf!
Stars: ✭ 761 (-84.49%)
Mutual labels:  zsh, completion
Fz
Cli shell plugin, the missing fuzzy tab completion feature of z jump around command.
Stars: ✭ 359 (-92.68%)
Mutual labels:  zsh, completion
Fzf Tab Completion
Tab completion using fzf
Stars: ✭ 127 (-97.41%)
Mutual labels:  zsh, completion
zsh-completions
Yet another zsh completion sources library. Fork, fix and written by me.
Stars: ✭ 80 (-98.37%)
Mutual labels:  zsh, zsh-completions
Zsh Better Npm Completion
Better completion for npm
Stars: ✭ 346 (-92.95%)
Mutual labels:  zsh, completion
Shellspec
A full-featured BDD unit testing framework for bash, ksh, zsh, dash and all POSIX shells
Stars: ✭ 375 (-92.36%)
Mutual labels:  zsh
Dotfiles
Configuration for Arch Linux, sway, kitty, kakoune, zsh and more + scripted installation guide
Stars: ✭ 385 (-92.15%)
Mutual labels:  zsh
Ntfy
🖥️📱🔔 A utility for sending notifications, on demand and when commands finish.
Stars: ✭ 4,089 (-16.67%)
Mutual labels:  zsh
Typewritten
A minimal, lightweight, informative zsh prompt theme
Stars: ✭ 442 (-90.99%)
Mutual labels:  zsh
Cw
The best way to tail AWS CloudWatch Logs from your terminal
Stars: ✭ 368 (-92.5%)
Mutual labels:  zsh
Dotfiles
dotfiles for the developer happiness: macos, zsh, brew, vscode, codespaces, python, node, elixir
Stars: ✭ 408 (-91.69%)
Mutual labels:  zsh
Zsh Quickstart Kit
Simple ZSH quickstart for using ZSH and zgen
Stars: ✭ 366 (-92.54%)
Mutual labels:  zsh
Funky
Funky takes shell functions to the next level by making them easier to define, more flexible, and more interactive.
Stars: ✭ 434 (-91.16%)
Mutual labels:  zsh
Dotfiles
My macOS environment: zsh, Git, Visual Studio Code, etc.
Stars: ✭ 405 (-91.75%)
Mutual labels:  zsh
Stacker
Stacker - The environment for local web development, ready for use.
Stars: ✭ 356 (-92.75%)
Mutual labels:  zsh

zsh-completions GitHub release GitHub contributors IRC Gitter

Additional completion definitions for Zsh.

This projects aims at gathering/developing new completion scripts that are not available in Zsh yet. The scripts may be contributed to the Zsh project when stable enough.

Usage

Using packages

System Package
Debian / Ubuntu zsh-completions OBS repository
Fedora / CentOS / RHEL / Scientific Linux zsh-completions OBS repository
OpenSUSE / SLE zsh-completions OBS repository
Arch Linux / Manjaro / Antergos / Hyperbola zsh-completions, zsh-completions-git
Gentoo / Funtoo app-shells/zsh-completions
NixOS zsh-completions
Void Linux zsh-completions
Slackware Slackbuilds
macOS homebrew, MacPorts
NetBSD pkgsrc
FreeBSD shells/zsh-completions

Using zsh frameworks

antigen

Add antigen bundle zsh-users/zsh-completions to your ~/.zshrc.

oh-my-zsh

  • Clone the repository inside your oh-my-zsh repo:

      git clone https://github.com/zsh-users/zsh-completions ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/zsh-completions
    
  • Enable it in your .zshrc by adding it to your plugin list and reloading the completion:

      plugins=(… zsh-completions)
      autoload -U compinit && compinit
    

Manual installation

  • Clone the repository:

      git clone git://github.com/zsh-users/zsh-completions.git
    
  • Include the directory in your $fpath, for example by adding in ~/.zshrc:

      fpath=(path/to/zsh-completions/src $fpath)
    
  • You may have to force rebuild zcompdump:

      rm -f ~/.zcompdump; compinit
    

Contributing

Contributions are welcome, see CONTRIBUTING.

License

Completions use the Zsh license, unless explicitly mentioned in the file header. See LICENSE for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].