pxltrm icon indicating copy to clipboard operation
pxltrm copied to clipboard

🖌️ pxltrm - [WIP] A pixel art editor inside the terminal

Results 11 pxltrm issues
Sort by recently updated
recently updated
newest added

There is a trick to keep the pixel ratio squared. The idea is to split a rectangular char into 2 pixels. To do so, Unicode lower half blocks `u'\u2584'` is...

enhancement

Let's see some art created with pxltrm. :D

announcement

When running in tmux it looks like I get some content leaking into the terminal It seems to happen irregularly; when pressing and holding a key, or sometimes when moving...

Small suggestion, but perhaps you could have pxltrm ask users if they'd like to create images of their open terminal's size, or prompt for a height and width in pixels,...

enhancement

TODO: - [x] export - [ ] import - It's not possible for us to map the file to the grid (*escape sequences throw off the coords*) - We'll need...

todo: - [ ] Fix the `read` loop. - [ ] Garbage gets printed if you go too fast. - The old `read` loop won't work since it only uses...

enhancement

You can use pywal to change the color palette to use for drawing. However, if you cat this file or open it again in another terminal, it goes back to...

enhancement