TTE: Terminal Text Effects

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. notcurses

    blingful character graphics/TUI library. definitely not curses.

    Rather reminds me of Nick Black's Notcurses library.

    https://nick-black.com/dankwiki/index.php/Notcurses

    https://github.com/dankamongmen/notcurses

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. bupy

    The Butane Python Toolkit

    I was thinking about how fun it would be to add this my Python CLI [0] I made for launching Fedora CoreOS locally with QEMU for testing ignition, but with a flag that is turned off by default. Using the burn effect in TTE when launching a VM with my CLI would be so cool.

    This instantly reminded me about Ansible and how it annoyed me that ANSIBLE_NOCOWS had to be enabled to disable the default output of Ansible with cowsay [1].

    [0]: https://github.com/quickvm/bupy

  4. Ansible

    Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.

  5. ponysay

    Pony rewrite of cowsay.

    On a further tangent, that reminds me of two of my favorite things to install on a Linux system, ponysay and ascii-pony/systempony. I set each of my systems to a different character to show on bash logins with systempony (WSL instances included)

    https://github.com/erkin/ponysay

    https://blog.yjl.im/2016/01/ascii-pony-systempony-screenshot...

  6. libcaca

    💩 Colour ASCII Art Library

    Does this have some overlap with libcaca? cacademo and cacafire are especially impressive. Also has Python bindings.

    https://github.com/cacalabs/libcaca/tree/main

  7. no_color

    Website data for no-color.org

    It'd be good if it recognised https://no-color.org/ and just didn't do anything. Or maybe replaced with

    Maybe it does, I didn't check.

  8. mintty

    The Cygwin Terminal – terminal emulator for Cygwin, MSYS, and WSL

    > (There’s precisely one thing like this I’m aware of terminal emulators adding in recent memory: clickable links, ca. six years ago.)

    And they are often disabled by default, as a potential security risk. We don't get to have fun things, do we? (also worth read: CVE-2003-0063, abusing escape seq is unfortunately a valid concern against adding more stuff).

    On other hand, more and more emulators are adding support for various graphic protocols (sixel, iTerm2 format, kitty format).

    > I’ve been waiting for one or more terminal emulators to get together and add some ridiculous new escape codes[...]

    Well, it's not much, but mintty apparently has some interesting stuff like audio support[0], and codes for font size and font family[1][2].

    iTerm2 also has a bunch of custom escape sequences of varying level of usefulness starting from displaying fireworks animation on cursor position to sending system notifications (although sadly I could not get the last one to work for me).

    For some semblance of forms, you can check bubbles[4] and gum[5] (binary to easily incorporate the components into shell scripts).

    [0]: https://github.com/mintty/mintty/wiki/CtrlSeqs#audio-support

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. bubbles

    TUI components for Bubble Tea 🫧

  11. gum

    A tool for glamorous shell scripts 🎀

  12. wezterm

    A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust

  13. notes_public

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Can anyone recommend a Lightweight TUI journal application with calendar for windows ?

    7 projects | /r/commandline | 30 Apr 2023
  • Programs that don't work in Windows

    5 projects | /r/linux | 24 Mar 2023
  • What's your setup like to make your life easier?

    11 projects | /r/bioinformatics | 4 Feb 2022
  • Charm – tools to make the command line glamorous

    18 projects | news.ycombinator.com | 23 Jan 2022
  • JUT | Read Notebooks in the Terminal

    5 projects | dev.to | 23 Nov 2021

Did you know that C is
the 6th most popular programming language
based on number of references?