Skip to content

agvxov/xeen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xeen

pseudo terminal renderer

Xeen renders its input into a PNG as if it was a terminal. It understands what formatting related ANSI escape codes are.

Usage

The intended use of Xeen is to create screenshot like pictures of code and such, without monitor-size or shaky-hand interference.

    xighligth source/main.c | xeen

Output: documentation/example.png

Following the UNIX philosophy however, Xeen itself does not highlight code for you, instead it assumes the input was intelligently annotated with ANSI escapes.

To highlight code, we recommend:

CLI

xeen [options]
  -h        : print help and exit
  -v        : print version and exit
  -o <file> : specify output
  -t <n>    : set tab width
  -s <n>    : set font size
  -f <file> : set font
  -F <file> : set font directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published