Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)