Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 837 Bytes

README.md

File metadata and controls

45 lines (32 loc) · 837 Bytes

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