Every year for the 4th of May there is a surprise for us. 🙂
If you are a Star Wars fan, May is always an interesting month.

Do you want to watch the Episode IV in an alternative way?
You can watch the film directly from your favorite terminal.

Image description

In my case I am using Windows Terminal, but it works in every terminals.
You just need telnet installed on your machine.

Install Telnet on Windows 11

Telnet is not installed by default on Windows 11 (in Windows 10, as well) but you can install it very easily from the Command Prompt.
Open a terminal and launch the command below:

dism /online /Enable-Feature /FeatureName:TelnetClient

Close all the terminal windows.

Image description

Watch the movie

As I mentioned before I use Windows Terminal as default terminal during my daily activities.
To watch the movie, open Windows Terminal and launch the command below:

telnet starwarstel.net

Enjoy the movie!!! 😀

Based on the following repo, you can also use ssh or Docker.

{% embed https://github.com/gabe565/ascii-movie/ %}


Alternatives for SSH and Docker

SSH: ssh starwarstel.net
Docker: docker run --rm -it ghcr.io/gabe565/ascii-movie play


Thanks for reading this post, I hope you found it interesting!

Feel free to follow me to get notified when new articles are out 🙂

{% embed https://dev.to/kasuken %}