Git Product home page Git Product logo

more-clink-completions's Introduction

more-clink-completions (v2)

Build Status License Contributor Covenant

Contributions are highly welcome!

  1. What is it?
  2. Installation
  3. License

What is it?

This repository contains Windows command line auto-completion functions to be used with chrisant996's awesome clink fork.

The completions are programmed in the strictly typed programming language Haxe and transpiled to Lua.

Currently completions for the following commands are available:

You need other completions? Try https://github.com/vladimir-kotikov/clink-completions

You want to create your own completions ...

Installation

1. Installing clink

Install clink according to https://chrisant996.github.io/clink/clink.html#usage, e.g.

  1. Open a Windows command prompt
  2. Download and install the latest clink release from https://github.com/chrisant996/clink/releases
  3. Load clink using [CLINK_INSTALL_DIR]\clink.bat inject

2. Install more-clink-completions

  1. Using git

    1. Open a Windows command prompt
    2. Git clone the v2-releases branch, .e.g
      git clone https://github.com/sebthom/more-clink-completions --branch v2-releases --single-branch [REPO_PATH]
    3. Run
      clink installscripts "[REPO_PATH]" to load the auto-completion scripts
  2. Using curl or manual download

    1. Open a Windows command prompt
    2. Download the latest version of more-clink-completions.lua, via the Browser or via the command line e.g.
      curl -o "[DOWNLOAD_DIR]\more-clink-completions.lua" https://github.com/sebthom/more-clink-completions/releases/download/latest-v2/more-clink-completions.lua
    3. Register the completions with clink using
      clink installscripts "[DOWNLOAD_DIR]"

License

All files are released under the MIT License.

Individual files contain the following tag instead of the full license text:

SPDX-License-Identifier: MIT

This enables machine processing of license information based on the SPDX License Identifiers that are available here: https://spdx.org/licenses/.

An exception is made for:

  1. files in readable text which contain their own license information, or
  2. files in a directory containing a separate LICENSE.txt file, or
  3. files where an accompanying file exists in the same directory with a .LICENSE.txt suffix added to the base-name of the original file. For example foobar.js is may be accompanied by a foobar.LICENSE.txt license file.

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.