Closed rjc closed 9 years ago
Hey, thanks for the help offer!
We already had the idea to rewrite tpm
to be posix-friendly in #28. It turned out to be not so easy as a lot of the code was changed.
In the end the guy that proposed the idea made a separate tmux plugin manager tundle and ported all the plugins.
Given that there hasn't been a lot of posix-compat requests and that tundle
exists, I think it's best to focus on developing new plugins.
Thanks for the info - I'll be using tundle
instead :^)
Thank you for mentioning Tundle. We are using FreeBSD only and we are not allowed to have bash on servers, so Tundle is fine for us.
Hi,
I had a quick look on some of the scripts and they have trivial-to-fix bashisms - the same goes for
tmux-plugins
themselves. Given the fact thattmux
is developed on OpenBSD and, apart from it, runs on FreeBSD and NetBSD, removing dependency on Bash would allow us to usetpm
andtmux-plugins
in general on those platforms without installing Bash just to be able to use them.I'd be more than happy to help with removing said dependency and making the scripts
POSIX
-friendly.Regards,
rjc