posts from @easrng tagged #i made a thing

⬆️ like this ⬆️
it works on any xterm-compatible terminal, the box fills the width of the terminal even if you save the output and cat it later and it doesn't have any dependencies other than sed + a couple posix builtins (unset + printf) :)

caveats: the body isn't wrapped and it has a maximum width of 196 cols (200 if u include borders + padding)



easrng
@easrng
*makes a silly little chost*
tinychost

easrng
@easrng

i made a thing for making short chosts look less boring!
make a tinychost

inspired by Cheeter

this supports dark mode btw!
how??

the post background is an svg with a prefers-color-scheme media query, and the text is the same thing but with -webkit-background-clip: text and color: transparent. but there's an issue with that. it breaks emojis, they just show up as a solid color. so i have to leave the emojis alone and only wrap the other text. and then it works :)