You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then we have a new subcommand tmux hello to print a greeting 😄
It just be a crazy idea inspired by zsh module. In zsh, we can create module by #include <Zsh.h> then compiled a foo.so, then zmodload foo to get new builtin commands.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
tmux load-extension hello.so
tmux hello
to print a greeting 😄It just be a crazy idea inspired by zsh module. In zsh, we can create module by
#include <Zsh.h>
then compiled afoo.so
, thenzmodload foo
to get new builtin commands.Beta Was this translation helpful? Give feedback.
All reactions