PoshPredictiveText

0.1.1

PowerShell argument completer for popular command line tools. Supports
both tab-expansion and PSReadLine plugin.

# Supported Command Line Tools

- conda

If a tools is not supported then please consider helping develop the syntax tree file
needed to support it. Further information is available in the developer documentation.
https://posh-predictive-text.read/
PowerShell argument completer for popular command line tools. Supports
both tab-expansion and PSReadLine plugin.

# Supported Command Line Tools

- conda

If a tools is not supported then please consider helping develop the syntax tree file
needed to support it. Further information is available in the developer documentation.
https://posh-predictive-text.readthedocs.io/en/latest/pages/development.html

## Installing / Getting started

PoshPredictiveText requires PowerShell version 7.2 or greater, and PSReadLine version 2.6 or
greater.

Install-Module -name PoshPredictiveText

Add the following commands to the PowerShell profile. To locate the PowerShell profile open
a command prompt and type $PROFILE.

Set-PredictiveTextOption -RemoveCondaTabExpansion
Install-PredictiveText

The first command needed to remove the tab-expansion code automatically and silently installed
by conda. The conda code prevents Posh Predictive Text from providing completions. The second
command installs Posh Predictive Text.

Further settings are described on the project website.
https://posh-predictive-text.readthedocs.io/
Show more

Minimum PowerShell version

7.2

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PoshPredictiveText

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PoshPredictiveText

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Tanzo Creative Ltd. All rights reserved.

Package Details

FileList

Version History

Version Downloads Last updated
0.1.1 (current version) 126 9/16/2022
0.1.0 16 9/16/2022