GithubHelp home page GithubHelp logo

joshuakarjala / zsh-completions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zsh-users/zsh-completions

0.0 1.0 0.0 1.01 MB

Additional completion definitions for Zsh.

Shell 38.69% Python 61.31%

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
    

oh-my-zsh

If you use oh-my-zsh then just clone the repository inside your oh-my-zsh repo:

git clone https://github.com/zsh-users/zsh-completions ~/.oh-my-zsh/custom/plugins/zsh-completions

and enable it in your .zshrc:

plugins+=(zsh-completions)
autoload -U compinit && 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

nicoulaj avatar hhatto avatar sirech avatar valodim avatar g5pw avatar msva avatar dark-panda avatar rummelonp avatar aschrab avatar loranger avatar sorin-ionescu avatar mtorromeo avatar zhaocai avatar glidenote avatar benohara avatar starcraftman avatar romainbossart avatar vasilykraev avatar gkze avatar vincentbernat avatar peteryates avatar pismute avatar mcornick avatar supki avatar pcasaretto avatar duthils avatar nefelim4ag avatar xuhdev avatar philipdexter avatar robsis avatar

Watchers

Joshua Karjala-Svendsen 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.