An open API service indexing awesome lists of open source software.

https://github.com/jacquindev/powershell-completions-collection

A collections of PowerShell completion scripts.
https://github.com/jacquindev/powershell-completions-collection

completions powershell powershell-script

Last synced: about 2 months ago
JSON representation

A collections of PowerShell completion scripts.

Awesome Lists containing this project

README

        

# A Collection of PowerShell Completion Scripts

This repository contains PowerShell completion files for specific apps.

## Usage

```pwsh
git clone https://github.com/jacquindev/powershell-completions-collection.git your\location
```

- Source `exec.ps1` file from your PowerShell `$PROFILE` or `$PROFILE.CurrentUserAllHosts`, etc.

```pwsh
. your\location\exec.ps1
```