Emoji
0.1
⟩⚡PowerShell Emoji 😎😉😍🥰🤔😟
Installation Options
Owners
Copyright
2024 Start-Automating
Package Details
Author(s)
- James Brundage
Tags
Dependencies
This module has no dependencies.
Release Notes
Initial Release of Emoji:
* Emoji is PowerShell Module for Emoji (#1)
* It is built from the [Unicode Character Dataset](https://unicode.org/Public/UCD/latest/ucd/), using [PipeScript](https://github.com/StartAutomating/PipeScript) (#2)
* It builds an object model around Emoji, using [EZOut](https://github.com/StartAutomating/EZOut)
* That model is used as the basis for a single command, `Emoji` (#4)
* The `Emoji` function can be accessed with several verbs:
* Import-Emoji imports (#5)
* Find/Search-Emoji searches loaded emoji (#6)
* Get-Emoji gets emoji (#7)
* Set-Emoji sets variables or functions (#8)
* Export-Emoji exports named characters (#13)
* `Emoji.Symbol` types make each emoji nicer to work with:
* By formatting nicely (#10)
* By adding a ScriptProperty, .Number (#11)
* By aliasing an AliasProperty, .Emoji (#12)
---
Full history in [CHANGELOG](https://github.com/StartAutomating/Emoji/blob/main/CHANGELOG.md)
Like it? Star It! Love it? Support It!
FileList
- Emoji.nuspec
- README.md
- Emoji.psm1
- Data\AllEmojiBlocks.csv
- Types\Emoji\Search.ps1
- Emoji.psd1
- LICENSE
- Data\AllNamedEmoji.csv
- Types\Emoji\Import.ps1
- CHANGELOG.md
- Commands\All-Emoji.ps.ps1
- Types\Emoji.Symbol\Alias.psd1
- Types\Emoji\Set.ps1
- README.ps.md
- Commands\All-Emoji.ps1
- Types\Emoji.Symbol\Emoji.Symbol.format.ps1
- Types\Emoji\Get.ps1
- Emoji.format.ps1xml
- Build\Emoji.GitHubWorkflow.PSDevOps.ps1
- Types\Emoji.Symbol\get_Number.ps1
- Types\Emoji\Export.ps1
- Emoji.types.ps1xml
- Build\Emoji.ezout.ps1
- Types\Emoji\Set.ps.ps1
- Types\Emoji\Get.ps.ps1
- Emoji.ps.psm1
- Build\Emoji.Build.ps1
- Types\Emoji\Alias.psd1
- Build\GitHub\Jobs\BuildEmoji.psd1