Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.