tmux-plugins / tpm

Tmux Plugin Manager
MIT License
11.95k stars 420 forks source link

verbose update logs #167

Open AdrienLemaire opened 4 years ago

AdrienLemaire commented 4 years ago

Currently, tpm will show this message every time I execute ctrl-b-U, then type 'all':

Updating all plugins!                                                                                                                                                                                           [0/0]  "tmux-sensible" update success
  "tmux-open" update success
  "tmux-urlview" update success
  "tmux-continuum" update success
  "tpm" update success
  "tmux-copycat" update success
  "tmux-resurrect" update success
  "tmux-yank" update success
TMUX environment reloaded.
Done, press ENTER to continue.

All packages always show 'update success', whether they really updated or not.

I would like to see more useful information:

Alkindi42 commented 4 years ago

Hello, I created a PR (#179) to improve the situation. Do not hesitate to participate.