Skip to content

ieviev/pscomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PsComplete

cross-platform custom powershell autocomplete

demo

psdemo2.mp4

installation

(available at https://www.powershellgallery.com/packages/PsComplete)

  • install-module -name pscomplete
  • import-module -name pscomplete
  • After that Tab is bound to the expander for this session

Additionally:

  • Add import-module -name pscomplete to your profile (ex. nano $PROFILE / notepad $PROFILE) to have it permanently on
  • completion can also be invoked programmatically with invoke-guipscomplete

features

  • Performs well up to 100 000+ completions
  • Press Tab / Enter to pick the highlighted command

configuration

the top-right context info in the demo is not on by default and can be turned on by adding this to your profile

$PsCompleteSettings.TopRightHUDEnabled = $true; # off by default

About

cross-platform custom powershell autocomplete

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published