Skip to content

qo/term

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

what

Typst template for emulating terminal screenshots

how

input

#import "term.typ": term

#term(
  content: [`$ ls
term.typ`],
)

output

why

  • no need to take screenshots
  • no need to store screenshots
  • vector graphics instead of raster

how (in-depth)

download the template

curl https://raw.githubusercontent.com/qo/term/main/term.typ --output term.typ

import it wherever you want it

#import "term.typ": term

pass the content parameter to the term function

examples

examples can be found in examples directory

About

emulate terminal screenshots in typst

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages