flâneur — a map of the web's best reading

Making MS Paint work in the Terminal | Warp

warp.dev · 1,492 words · saved by 1 readers

Did you know that you can use MS Paint within your terminal? 🤯 textual-paint is a program that emulates MS Paint within your terminal. To try it out, install it via pip (a package manager for Python) using pip install textual-paint. Then, run the command textual-paint within your terminal. Check out a demo below! ‍ ‍ ‍ In this blog post, we’ll dive into some of the engineering challenges we faced when enabling textual-paint to function correctly within Warp. ‍ If you’re not yet familiar with Warp, it’s a reimagination of the command line terminal with some unique features like AI assistance, team collaboration, and modern IDE-style input. Due to the inherent nature of how the terminal interacts with the shell, via the PTY (pseudo-terminal), supporting certain user interactions can be quite interesting to implement. Read on to learn more! ‍ ‍ When we tried playing with textual-paint in Warp, we noticed that its hover effects don’t function correctly–something that worked well in other

Did you know that you can use MS Paint within your terminal? 🤯 textual-paint is a program that emulates MS Paint within your terminal. To try it out, install it via pip (a package manager for Python) using pip install textual-paint . Then, run the command textual-paint within your terminal. Check out a demo below! MS Paint in the terminal! In this blog post, we’ll dive into some of the engineering challenges we faced when enabling textual-paint to function correctly within Warp. If you’re not yet familiar with Warp , it’s a reimagination of the command line terminal with some unique features

Explore this link on the map →

saved by

related reading