Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.27 KB

File metadata and controls

49 lines (31 loc) · 1.27 KB

Cmatrix-Screensaver

A fun and lightweight terminal-based screensaver inspired by the iconic "Matrix" digital rain effect. This project uses Docker to containerize the cmatrix utility, making it easy to run on any system with Docker installed.

🚀 Features

  • Terminal-based Matrix-style screensaver
  • Dockerized for portability and ease of use
  • Lightweight and fast
  • Works on Linux, macOS, and Windows (via Docker)

🐳 Docker Usage

Build the Docker image

docker build -t cmatrix-screensaver .

Run the screensaver

🛠️ Requirements

Docker installed on your system Terminal that supports ANSI escape codes (most do)

📁 Project Structure

cmatrix-screensaver/

├── Dockerfile

├── README.md

└── ...

🧱 Dockerfile Overview

The Dockerfile installs cmatrix on a minimal base image and sets it up to run interactively.

🙌 Contributing

Pull requests are welcome! If you have ideas for enhancements or bug fixes, feel free to fork the repo and submit a PR.

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.

✨ Credits

Inspired by the classic cmatrix utility and the Matrix movie series.

🧑‍💻 Author:

Made with love by dchak2023