All Projects → nickzuber → chalk

nickzuber / chalk

Licence: MIT license
🖍️🎨Composable and simple terminal highlighting package for OCaml.

Programming Languages

ocaml
1615 projects
Makefile
30231 projects

Projects that are alternatives of or similar to chalk

ink-color-pipe
🌈 Create color text with simpler style strings in Ink
Stars: ✭ 18 (-37.93%)
Mutual labels:  color, chalk
Colorhighlight
🎨 Lightweight Color Highlight colorizer for Sublime Text
Stars: ✭ 76 (+162.07%)
Mutual labels:  color, highlight
Chalk
🖍 Terminal string styling done right
Stars: ✭ 17,566 (+60472.41%)
Mutual labels:  color, chalk
texthighlighter
a no dependency typescript npm package for highlighting user selected text
Stars: ✭ 17 (-41.38%)
Mutual labels:  color, highlight
Chalk
✏️Expressive styling on terminal string. (chalk for swift)
Stars: ✭ 59 (+103.45%)
Mutual labels:  color, chalk
Qolor
An atom package to color your queries!
Stars: ✭ 18 (-37.93%)
Mutual labels:  color, highlight
Nord Highlightjs
An arctic, north-bluish clean and elegant highlight.js theme.
Stars: ✭ 49 (+68.97%)
Mutual labels:  color, highlight
Chalk Animation
🎬 Colorful animations in terminal output
Stars: ✭ 1,489 (+5034.48%)
Mutual labels:  color, chalk
colocat
Fegeya Colocat, Colorized 'cat' implementation. Written in C++17.
Stars: ✭ 14 (-51.72%)
Mutual labels:  color, highlight
ChromaTerm
Color your Terminal with RegEx!
Stars: ✭ 149 (+413.79%)
Mutual labels:  color, highlight
log-utils
Basic logging utils: colors, symbols and timestamp.
Stars: ✭ 24 (-17.24%)
Mutual labels:  color, chalk
yachalk
🖍️ Terminal string styling done right
Stars: ✭ 131 (+351.72%)
Mutual labels:  color, chalk
ansi-to-svg
😹 convert ANSI Escaped CLI strings to SVGs
Stars: ✭ 18 (-37.93%)
Mutual labels:  color, chalk
line
An easy to use golang package for stylizing terminal output
Stars: ✭ 26 (-10.34%)
Mutual labels:  color
material-design-color-palette
🎨Material Design color palette pluin for IntelliJ based IDEs.
Stars: ✭ 19 (-34.48%)
Mutual labels:  color
Lano-Visualizer
A simple but highly configurable visualizer with rounded bars.
Stars: ✭ 114 (+293.1%)
Mutual labels:  color
thayer-bright-iTerm
No description or website provided.
Stars: ✭ 29 (+0%)
Mutual labels:  color
colortest
Quickly show all your terminal colors
Stars: ✭ 66 (+127.59%)
Mutual labels:  color
buildservice
Project build service using node, CI script
Stars: ✭ 21 (-27.59%)
Mutual labels:  chalk
Drawing
Drawing and fill color
Stars: ✭ 37 (+27.59%)
Mutual labels:  color

chalk

Composable and simple terminal highlighting package for OCaml

Usage

$ opam install chalk
let some_string = "Hello world!"
  |> Chalk.red
  |> Chalk.bold
  |> Chalk.underline

License

This software is free to use under the MIT License. See this reference for license text and copyright information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].