Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pwshrc/poshy-colors
Functions for generating ANSI terminal formatting sequences, including: blinking text, italic text, bold text, underlined text, strike-through text, reversed-color text, hyperlinked text, and 24-bit true color foreground and background coloring in RGB and HSL.
https://github.com/pwshrc/poshy-colors
ansi blinking-text bold-text hsl hyperlinked-text italic-text powershell powershell-gallery powershell-module pwshrc reversed-color-text rgb strikethrough-text true-color underlined-text
Last synced: about 1 month ago
JSON representation
Functions for generating ANSI terminal formatting sequences, including: blinking text, italic text, bold text, underlined text, strike-through text, reversed-color text, hyperlinked text, and 24-bit true color foreground and background coloring in RGB and HSL.
- Host: GitHub
- URL: https://github.com/pwshrc/poshy-colors
- Owner: pwshrc
- License: mit
- Created: 2023-08-23T00:02:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T15:25:25.000Z (about 2 months ago)
- Last Synced: 2024-12-17T15:44:59.657Z (about 2 months ago)
- Topics: ansi, blinking-text, bold-text, hsl, hyperlinked-text, italic-text, powershell, powershell-gallery, powershell-module, pwshrc, reversed-color-text, rgb, strikethrough-text, true-color, underlined-text
- Language: PowerShell
- Homepage: https://www.powershellgallery.com/packages/poshy-colors
- Size: 155 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# poshy-colors
[![powershellgallery](https://img.shields.io/powershellgallery/v/poshy-colors.svg)](https://www.powershellgallery.com/packages/poshy-colors)
[![downloads](https://img.shields.io/powershellgallery/dt/poshy-colors.svg)](https://www.powershellgallery.com/packages/poshy-colors)
[![License](https://img.shields.io/github/license/pwshrc/poshy-colors)](./LICENSE.txt)
[![codecov](https://codecov.io/gh/pwshrc/poshy-colors/branch/main/graph/badge.svg)](https://codecov.io/gh/pwshrc/poshy-colors)
[![Validate Changes](https://github.com/pwshrc/poshy-colors/actions/workflows/validate.yml/badge.svg)](https://github.com/pwshrc/poshy-colors/actions/workflows/validate.yml)
[![Release Changes](https://github.com/pwshrc/poshy-colors/actions/workflows/release.yml/badge.svg)](https://github.com/pwshrc/poshy-colors/actions/workflows/release.yml)
[![Gitmoji](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square)](https://gitmoji.carloscuesta.me/)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![Awesome Badges](https://img.shields.io/badge/badges-awesome-green.svg)](https://github.com/Naereen/badges)Functions for generating ANSI terminal formatting sequences, including: blinking text, italic text, bold text, underlined text, strike-through text, reversed-color text, hyperlinked text, and 24-bit true color foreground and background coloring in RGB and HSL.