Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.5 KB

Edit-CustomHotstring.md

File metadata and controls

56 lines (34 loc) · 1.5 KB

Edit-CustomHotstring

SYNOPSIS

Edit the list of custom hotstrings for use by PSExpandLine.

SYNTAX

Edit-CustomHotstring [<CommonParameters>]

DESCRIPTION

Edit the list of custom hotstrings for use by PSExpandLine. This command will open a list of user-defined hotstring definitions with the default editor associated with .csv files (on Linux machines, the file object will be written to the pipeline). If the file does not exist, the command will first create it. The command can be run as often as required by the user. The command will wait until the file has been closed, and then reload the module so that the hotstrings are available immediately. In order to see the effect of a change without closing the file, simply run:

Import-Module -Name PSExpandLine -Force

EXAMPLES

EXAMPLE 1

Edit-CustomHotstring

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None.

OUTPUTS

[System.Void]

The function does not return anything.

NOTES

Author : nmbell

RELATED LINKS

Edit-CustomHotlist

Save-AliasAsHotstring

about_PSExpandLine