Giter VIP home page Giter VIP logo

teensy-tab-completion's Introduction

teensy-tab-completion

tab completion for the teensy_loader_ci

At the moment there's a zsh completion file, others might be added in the future.

USAGE

You might want to familiarize yourself with the fpath variable of the zsh completion system, e.g. in this guide.

One way of using it: create the directory ${HOME}/.local/share/zsh/completions, add it to $fpath and put _teensy_loader_cli there:

Step1: In a shell

mkdir -p ${HOME}/.local/share/zsh/completions
cp _teensy_loader_cli ${HOME}/.local/share/zsh/completions

Step2: Open ${HOME}/.zshrc in an editor of your choice

add the line

fpath=(${HOME}/.local/share/zsh/completions $fpath)

somewhere before autoload -Uz compinit; compinit. (I guess this depends strongly on how your .zshrc is arranged).

Step3: Start a new shell and enjoy

comment

There may be better ways for future maintenance and pulling updates. Also you might already have custom completions or are looking for system wide installations, โ€ฆ or I might port the completion to other completion repositories. So be aware this is just one of many options of using the completion. Feel free to implement a better one.

Licence: GPL v3

teensy-tab-completion's People

Contributors

pseyfert avatar

Watchers

 avatar  avatar

teensy-tab-completion's Issues

add bash completion

So far, there's only a zsh completion file. Bash would probably be widely appreciated, too.

It's a long time since I looked into bash completions and this is somewhat low on my priority list, so I put the issue here, I may or may not work on it at some point. If at some point someone else feels like fixing this, I'll be happy to receive (look over, discuss, and hopefully accept) a pull requests.

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.