tmux-plugins / tmux-cpu

Plug and play cpu percentage and icon indicator for Tmux.
MIT License
444 stars 69 forks source link

allow pattern to be reused multiple times #58

Closed spywhere closed 4 years ago

spywhere commented 4 years ago

For example, if we want to have a CPU percentage show on the left status twice, we cannot do that since the interpolation only done for the first occurrence of the pattern.

This PR allow the pattern to be reused multiple times.