Skip to content

imacks/asciivid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII Art Video in PowerShell

Originally adapted from code at http://bitly/e0Mw9w.

This is a simple demo on how to show ASCII art video in PowerShell.

wget https://raw.githubusercontent.com/imacks/asciivid/master/dist/output.ps1 | iex

How it works

File at src/ascii-vid-frames.txt must use Windows line ending!

Customize your template at src/delivery-template.ps1. The {{ payload }} part will be replaced during the build process.

When you are ready, run the build script. It will gzip and base64 encode the frame data, then embed into the template. The generated result is at dist/output.ps1. Run the output script to enjoy :)

About

ASCII Art video in PowerShell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published