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.
- Host: GitHub
- URL: https://github.com/jacquindev/powershell-completions-collection
- Owner: jacquindev
- License: mit
- Created: 2025-02-15T10:36:37.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-04-04T01:53:12.000Z (2 months ago)
- Last Synced: 2025-04-04T02:34:22.883Z (2 months ago)
- Topics: completions, powershell, powershell-script
- Language: PowerShell
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```