https://github.com/leojonathanoh/type-pwsh
Type pwsh like you would type any language 🙃.
https://github.com/leojonathanoh/type-pwsh
brainy catty comical conversational english flowy funny humanly humorous interactive intuitive layman philosophical pwsh satirical simple suspensive watery
Last synced: 3 months ago
JSON representation
Type pwsh like you would type any language 🙃.
- Host: GitHub
- URL: https://github.com/leojonathanoh/type-pwsh
- Owner: leojonathanoh
- License: mit
- Created: 2021-05-05T07:48:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T06:28:37.000Z (almost 4 years ago)
- Last Synced: 2025-01-07T12:31:43.969Z (4 months ago)
- Topics: brainy, catty, comical, conversational, english, flowy, funny, humanly, humorous, interactive, intuitive, layman, philosophical, pwsh, satirical, simple, suspensive, watery
- Language: PowerShell
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Type-Pwsh
[](https://github.com/leojonathanoh/Type-Pwsh/actions)
[](https://github.com/leojonathanoh/Type-Pwsh/releases/)
[](https://www.powershellgallery.com/packages/Type-Pwsh/)Type `pwsh` like you would type any language 🙃.
## Install
Open [`powershell`](https://docs.microsoft.com/en-us/powershell/scripting/windows-powershell/install/installing-windows-powershell?view=powershell-5.1) or [`pwsh`](https://github.com/powershell/powershell#-powershell) and type:
```powershell
Install-Module -Name Type-Pwsh -Repository PSGallery -Scope CurrentUser -Verbose
```If prompted to trust the repository, hit `Y` and `enter`.
## Examples
```powershell
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
```