Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

leojonathanoh/Type-Pwsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

61 Commits

Repository files navigation

Type-Pwsh

Type pwsh like you would type any language .

Install

Open powershell or pwsh and type:

Install-Module -Name Type-Pwsh -Repository PSGallery -Scope CurrentUser -Verbose

If prompted to trust the repository, hit Y and enter.

Examples

Import-Module Type-Pwsh

# Let's try to find out what something is
what is 240,159,144,145

# Let's try and find out more
tell me what is 240,159,144,145
tell me what could be 240,159,144,145

# And even more
explain what is 240,159,144,145
# X.X