-
Uses "\e[c" to automatically detect sixel support:
https://github.com/hackerb9/lsix/blob/3a431793a747df3f934051...
"\e[c" is "send device attributes":
https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h3-F...
-
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.
-
I use tmux, but as far as unreliable connections, I've found mosh[0] to be the best solution to the problem (when you have the ability to install it). It basically runs a background process on connection not tied to the session that your client will automatically reconnect to if the connection fails. I regularly close my laptop, travel between home and work, open it back up and the connection is available almost instantly.
[0] https://mosh.org/
-
fzf has "(Experimental) Sixel image support in preview window (not available on Windows)" since version 0.44.0
https://github.com/junegunn/fzf/releases/tag/0.44.0
fzf --preview='fzf-preview.sh {}'
-
-
-
wezterm
A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
I started using wezterm recently and really like it. It's cross platform and supports sixel graphics.
https://github.com/wez/wezterm