Git Product home page Git Product logo

posh-cli's Introduction

posh-cli License: MIT posh-cli

Build Status

A meta module to bootstrap CLI tab completion PowerShell modules.

Usage

Install-Module -Name posh-cli -Repository PSGallery
Install-TabCompletion

Install the posh-cli module and calling Install-TabCompletion installs required modules that tab completion to the CLIs available on your system. It also imports the module so that you can start using it and adds such a call to your PowerShell $PROFILE as well.

You can call the Install-TabCompletion cmdlet also to update those modules at a later time. The list of modules is stored remotely in the cli-modules-v1.json file, therefore you should not need to update posh-cli itself unless new capabilities become available that you want to use. Only non-breaking changes will be made to this JSON file.

Overview

The module analyses the installed CLIs and installs modules from the PSGallery that help with the tab completion. It automatically executes and adds the necessary calls for initialisation of the installed tab completion modules to your $PROFILE.

Currently it is aware of the following modules.

CLI PowerShell tab completion module Remarks
cargo posh-cargo
dcos posh-dcos
dotnet posh-dotnet
docker DockerCompletion
git posh-git
mvn MavenAutoCompletion Minimum PowerShell Version: 6.0
npm npm-completion
scoop scoop-completion
vsts posh-vsts-cli
yarn yarn-completion

Should new modules be added to the list, then just calling Install-TabCompletion is sufficient as the list is stored remotely and does not require an update of posh-cli itself.

posh-cli's People

Contributors

bergmeister avatar scrthq 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.