Skip to content

Releases of the Julia package for interacting with ANSI compatible terminals.

License

Notifications You must be signed in to change notification settings

Sean1708/Ansillary.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansillary

A Julia package for interacting with ANSI terminals.

Dev Build Status Coverage

All documentation is in the module itself, please see the documentation link above or (if you've already installed the package) run

julia -e 'using Ansillary; display(@doc Ansillary); println()'

Future Work

  • REPLectomy: The standard library REPL package is pretty heavyweight, and Ansillary only uses like two things from it (raw! and TTYTerminal) so removing it seems more sensible. It would also be nice if Ansillary could theoretically be used as the base for REPL rather than the other way around.
  • Mouse support.
  • A nicer API for style than printstyled.

About

Releases of the Julia package for interacting with ANSI compatible terminals.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages