Live data from Hacker News

TTE: Terminal Text Effects

chrisbuilds.github.io

1–10 of 279 posts

Re: TTE: Terminal Text Effects

#6
In a similar vein in Emacs: M-x zone

Every time you run it, it triggers a random screen saver effect. Fun when it's on a timer and triggers so your work colleagues wonder wth is going on.

Re: TTE: Terminal Text Effects

#7
Next time someone donks Python for being incapable of building decent CLI tools, I'll burn their terminal using TTE.

I know Go has the crown for creating TUI apps, but Python isn't that awful. If the app doesn't need concurrency (like a terminal file manager [0] does), then Python is fine.

[0]: Yazzi (Rust) eats Ranger's (Python) lunch and dinner combined.

Re: TTE: Terminal Text Effects

#8
I freaking love this library! It reminds me of a time that I don't even know happened when computers seemed like a scifi possibility come true. So happy to see it on the front page.

One of the coolest things is not just the ability to pipe cat outputs into it, but that it doubles up as a python library- next time you're making a throw away CLI with print outs and prompts, why not make it insanely jazzy?

Post reply on HN