Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Charm [UNDER HEAVY DEVELOPMENT]

Use ansi terminal characters to write colors and cursor positions.

Port from @substack

Example




Charm.reset\0

Reset the entire screen, like the /usr/bin/reset command.

Charm.write\1

Charm.write "Nom nom nom"

Pass along msg to the output stream.

Charm.position\2

Set the cursor position to the absolute coordinates x, y.

Charm.display\1

Charm.display :bright

Set the display mode with the atom defined in IO.ANSI.

Charm.foreground\1

Charm.foreground :blue

Set the foreground color with the atom :color, which can be:

  • :red
  • :yellow
  • :green
  • :blue
  • :cyan
  • :magenta
  • :black
  • :white

Charm.background\1

Charm.background :red

Set the background color with the atom :color, which can be:

  • :red
  • :yellow
  • :green
  • :blue
  • :cyan
  • :magenta
  • :black
  • :white

Charm.cursor\1

Set the cursor visibility with a boolean.

Charm.cursor true

install

With hex do:


About

ANSI rainbow for elixir, be a magician

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages