ansi-escape-codes

[Index] For package maintainers and hackage trustees Haskell package to generate ANSI escape codes for styling strings in the terminal Edit Coming soon MIT © Joe Gesualdo


Keywords
library, mit, unclassified, Propose Tags , AnsiEscapeCodes, Joe Gesualdo
License
MIT
Install
cabal install ansi-escape-codes-0.3.0.0

Documentation

ansi-escape-codes

Haskell package to generate ANSI escape codes for styling strings in the terminal Edit

Install

Coming soon...

Usage

import  AnsiEscapeCodes

main :: IO ()
main = do
  putStr $
    "Hi"
    ++ (show (CursorForwardSequence 1))
    ++ (show (CursorForwardSequence 1))
    ++ "B"
    ++ (show (CursorForwardSequence 1))
    ++ (show (CursorForwardSequence 1))
    ++ "O"
    ++ (show (CursorForwardSequence 1))
    ++ (show (CursorForwardSequence 1))
    ++ "0"

Test

Coming soon...

API

Coming soon

License

MIT © Joe Gesualdo