https://github.com/MartinGC94/UsefulArgumentCompleters
https://github.com/MartinGC94/UsefulArgumentCompleters
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/MartinGC94/UsefulArgumentCompleters
- Owner: MartinGC94
- License: mit
- Created: 2022-08-20T00:12:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T02:00:02.000Z (about 1 year ago)
- Last Synced: 2024-05-23T00:30:52.671Z (11 months ago)
- Language: PowerShell
- Size: 793 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - MartinGC94/UsefulArgumentCompleters - (PowerShell)
README
# UsefulArgumentCompleters
This module is a collection of argument completers for popular commands.
To use it, simply install the module with `Install-Module UsefulArgumentCompleters` then import the module using `Import-Module UsefulArgumentCompleters`
Some argument completers are optional, use the `Import-UsefulArgumentCompleterSet` command to load them.
To view the list of available argument completers, see this: https://github.com/MartinGC94/UsefulArgumentCompleters/blob/main/ArgumentCompleters.csv if you have the module installed you can also run the `Get-UsefulArgumentCompleter` command.