Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sheepla/powerunko
๐ฉ super_unko written in PowerShell
https://github.com/sheepla/powerunko
cli joke poop powershell unko
Last synced: about 2 months ago
JSON representation
๐ฉ super_unko written in PowerShell
- Host: GitHub
- URL: https://github.com/sheepla/powerunko
- Owner: sheepla
- License: other
- Created: 2021-09-26T06:07:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T00:22:22.000Z (over 3 years ago)
- Last Synced: 2024-05-17T00:27:49.987Z (8 months ago)
- Topics: cli, joke, poop, powershell, unko
- Language: PowerShell
- Homepage:
- Size: 6.84 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License](https://img.shields.io/badge/license-%F0%9F%92%A9-orange.svg)](./LICENSE)
[![License](https://img.shields.io/badge/Language-PowerShell-blue.svg)](./LICENSE)
# ๐ฉPowerUnko```
ใใใใใใใไบบใใใใใใ ____ __ __ __
ใใใใใ๏ผใใใ๏ผใใใใ / __ \____ _ _____ _____/ / / /___ / /______
ใใใใ๏ผใใใใใ๏ผใใใ / /_/ / __ \ | /| / / _ \/ ___/ / / / __ \/ //_/ __ \
ใใใ๏ผใใใใใใใ๏ผใใ / ____/ /_/ / |/ |/ / __/ / / /_/ / / / / ,< / /_/ /
ใใ๏ผใใใใใใใใใ๏ผใ /_/ \____/|__/|__/\___/_/ \____/_/ /_/_/|_|\____/
ใ๏ผใใใใใใใใใใใ๏ผ
```*PowerUnko project is the one of the awesome, clean and powerful PowerShell Module in the world. Let's create poop cmdlets!*
PowerUnkoใใญใธใงใฏใใฏไธ็ใงๆใใฏใชใผใณใงใใฏใใซใชPowerShellใขใธใฅใผใซใฎไธใคใงใใ ใใใใชใณใใณใใฌใใใไฝใใพใใใใ
Inspired by this repository!
> [uncontributers/super_unko](https://github.com/unkontributors/super_unko)
## Demo on asciinema.org
> [https://asciinema.org/a/438060](https://asciinema.org/a/438060)
[![asciicast](https://asciinema.org/a/438060.svg)](https://asciinema.org/a/438060)
## Installation
1. Clone or download this repository
2. Move this repository to PowerShell module root directory
```powershell
# [Windows]
# PowerShell Core 6.0+:
Move-Item ./PowerUnko ~/Documents/PowerShell/Modules/
# Windows PowerShell 5.0+:
Move-Item ./PowerUnko ~/Documents/WindowsPowerShell/Modules/
# [Linux]
# PowerShell Core
Move-Item ./PowerUnko ~/.local/share/powershell/Modules/
```3. Import this module
```
Import-Module PowerUnko
```## Commands
| Command | Description |
| ------------------ | ---------------------------------------------------- |
| `Get-UnkoFizzBuzz` | Output FizzBuzz with ๐ฉ |
| `Get-UnkoDictionary` | Search CSV dictionary for a word that means "poop" ๐ฉ |
| `Get-UnkoKing` | Output poop king ascii art ๐ฉ๐ |
| `Get-BigUnko` | Show big poop on your terminal ๐ฉ |
| `Set-WindowTitleToUnko` | Set window title of your terminal to unko ๐ฉ |## LICENSE
[๐ฉ LICENSE](./LICENSE)