Coder Social home page Coder Social logo

whaler-completion-plugin's Introduction

Whaler completion plugin

This plugin generate completion for whaler.

Install

whaler plugins:install whaler-completion-plugin

Bash

Make sure bash completion is installed.

Linux

On a current Linux OS (in a non-minimal installation), bash completion should be available.

sudo apt-get install bash-completion

Mac OS

Install with brew install bash-completion.

brew install bash-completion

Add the following to your ~/.bash_profile:

if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi

If you’re using MacPorts instead of brew, use the following steps instead:

sudo port install bash-completion

Add the following lines to ~/.bash_profile:

if [ -f /opt/local/etc/profile.d/bash_completion.sh ]; then
    . /opt/local/etc/profile.d/bash_completion.sh
fi

NB! You can source your ~/.bash_profile or launch a new terminal to utilize completion.

Usage

sudo sh -c 'echo | whaler completion > /etc/bash_completion.d/whaler'

NB! Place the completion script in /usr/local/etc/bash_completion.d/whaler on a Mac OS.

License

This software is under the MIT license. See the complete license in:

LICENSE

whaler-completion-plugin's People

Contributors

cravler 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.