Skip to content

mogoh/terminal-fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Terminal Fun

Yes, it is terminal.

Inspired by: https://github.com/dustinkirkland/hollywood

Uses this tools:

build image

podman build --tag terminal-fun --file ./Containerfile

enter container

podman run -it terminal-fun

remove container and image

podman stop terminal-fun
podman rm cli
podman rmi "$(podman images terminal-fun --all --quiet)"

To Do

  • publish to dockerhub
  • create a gif to demonstrate
  • fix a jp2a display bug
  • make a more serious mode

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published