Git Product home page Git Product logo

zsh-completions's Introduction

zsh-completions

Additional completion definitions for Zsh.

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

Status

See issues for details on each completion definition.

Gentoo's completions have been removed, as they are maintained upstream. See: Gentoo zsh-completions

Usage

Using packages

Using frameworks

  • If you're using antigen, just add antigen bundle zsh-users/zsh-completions src to your .zshrc where you're loading your other zsh plugins.

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, just make sure you follow the guidelines:

  • Completions are not accepted when already available in their original project.
  • Please do not just copy/paste someone else completion, ask before.
  • Completions only partially implemented are not accepted.
  • Please add a header containing authors, license info, status and origin of the script (example here).
  • Please try to follow Zsh completion style guide.
  • Send a pull request or ask for committer access.

License

See each file for license details.

zsh-completions's People

Contributors

aschrab avatar benohara avatar chmduquesne avatar dark-panda avatar duthils avatar eclairevoyant avatar g5pw avatar gkze avatar glidenote avatar hhatto avatar lexinator avatar loranger avatar markupboy avatar mcornick avatar mitukiii avatar msva avatar mtorromeo avatar nefelim4ag avatar nicoulaj avatar pcasaretto avatar peteryates avatar pismute avatar sirech avatar sorin-ionescu avatar supki avatar valodim avatar vasilykraev avatar vincentbernat avatar xuhdev avatar zhaocai avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.