Tmux plugin support for Ruby and for Lua

20 views
Skip to first unread message

Bertram Scharpf

unread,
Aug 21, 2025, 2:17:38 AMAug 21
to tmux-...@googlegroups.com
Hi Tmuxers,

I'm a Tmux addict now for about 10 years but I never felt
very well with a `status_right` field forking a whole bunch of
processes every 15 seconds. To help myself I wrote me two
plugin supports for Ruby and Lua. Before I make a pull
request out of it, I would like to ask if such a thing is
welcome at all. You may examine my work at:

  https://bertram-scharpf.spdns.de/~opensource/cgi-bin/tmux-pluggable/timeline

I tested it on Debian, Gentoo and FreeBSD.

Thanks in advance for your comments.

Bertram

Nicholas Marriott

unread,
Aug 21, 2025, 2:19:57 AMAug 21
to Bertram Scharpf, tmux-...@googlegroups.com
You can just run one process and have it print a new line at whatever interval you like:

set -g status-right '#(while :; do date; sleep 1; done)'


--
You received this message because you are subscribed to the Google Groups "tmux-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tmux-users+...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/tmux-users/CANBz4wxUu%2BNhVoSdMRrNDV0OgSWfN8rs7CjWGbyR1d83G4Cneg%40mail.gmail.com.
Reply all
Reply to author
Forward
0 new messages