All Projects β†’ rhysd β†’ ghci-color

rhysd / ghci-color

Licence: other
colorize ghci output

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to ghci-color

chalk
πŸ–οΈπŸŽ¨Composable and simple terminal highlighting package for OCaml.
Stars: ✭ 29 (-60.81%)
Mutual labels:  color
Colorwaver
🎨 An app to detect color palettes in the real world - powered by VisionCamera
Stars: ✭ 365 (+393.24%)
Mutual labels:  color
utils.js
πŸ‘· πŸ”§ zero dependencies vanilla JavaScript utils.
Stars: ✭ 14 (-81.08%)
Mutual labels:  color
colorzero
Another color manipulation library for Python (originally from picamera)
Stars: ✭ 24 (-67.57%)
Mutual labels:  color
emojione-color
OpenType-SVG font of EmojiOne 2.3
Stars: ✭ 112 (+51.35%)
Mutual labels:  color
Toast
To use it in PCL or .NetStandard projects write this line of code : CrossToastPopUp.Current.ShowToastMessage("Message");
Stars: ✭ 51 (-31.08%)
Mutual labels:  color
croma-react
Save your colors
Stars: ✭ 23 (-68.92%)
Mutual labels:  color
color-picker
A color picker app made in flutter
Stars: ✭ 46 (-37.84%)
Mutual labels:  color
terminal-style
🎨 Return your terminal message in style! Change the text style, text color and text background color from the terminal, console or shell interface with ANSI color codes. Support for Laravel and Composer.
Stars: ✭ 16 (-78.38%)
Mutual labels:  color
Colorful
CSS colors for use with SwiftUI
Stars: ✭ 23 (-68.92%)
Mutual labels:  color
color-console
A lightweight header-only C++ library to bring colors to your Windows console with a very-easy-to-use API.
Stars: ✭ 97 (+31.08%)
Mutual labels:  color
stellarized
✦ paint vim with the stars ✦
Stars: ✭ 70 (-5.41%)
Mutual labels:  color
popping-and-locking-vscode
Vivid and well balanced syntax for VS Code.
Stars: ✭ 26 (-64.86%)
Mutual labels:  color
colored json
Generating colored JSON in Rust
Stars: ✭ 17 (-77.03%)
Mutual labels:  color
palette
Color palette app for elementary OS
Stars: ✭ 32 (-56.76%)
Mutual labels:  color
logt
πŸ–₯️ A colourful logger for the browser
Stars: ✭ 35 (-52.7%)
Mutual labels:  color
node-color-log
⌨️ The more powerful JavaScript logger for NodeJS and browsers ✏️
Stars: ✭ 58 (-21.62%)
Mutual labels:  color
color-extractor
Biancoir is website that provide color extraction from an image with quantization algorithm.
Stars: ✭ 12 (-83.78%)
Mutual labels:  color
BuenColors
R package of colors for the Buenrostro Lab
Stars: ✭ 53 (-28.38%)
Mutual labels:  color
texthighlighter
a no dependency typescript npm package for highlighting user selected text
Stars: ✭ 17 (-77.03%)
Mutual labels:  color

Colorize GHCi

this script colorizes ghci output.

screenshot

  • initial message
  • fundamental operator + - * /
  • parentheses and blackets () {} []
  • double colon operator ::
  • arrow operator -> =>

Requirement

  • sed (stream editor)

this command is often pre-installed in *nix OS system.

Installation

put ghci-color script in $PATH directory and use ghci-color command instead of ghci.

LICENSE

The MIT License

Copyright (c) 2012 rhysd

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:


The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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].