tpm icon indicating copy to clipboard operation
tpm copied to clipboard

feat: add support for installing two plugins with same name

Open cubercsl opened this issue 3 years ago • 3 comments

As it is mentioned in #183, current tpm does not support install two or more plugin with same name.

This PR try to add a feature that support define an alias name for plugins.

For example:

set -g @plugin 'awesome_plugin::github_username/plugin_name'
set -g @plugin 'awesome_plugin::[email protected]:user/plugin'

cubercsl avatar Jan 23 '22 10:01 cubercsl

what's the status here ? That would be quite helpful, typically for cases such as https://github.com/tmux-plugins/tpm/issues/230

clementnuss avatar Sep 04 '24 05:09 clementnuss

@clementnuss I cloned for now the fork. Just not the best solution IMO.

git clone -b feat-plugin-alias https://github.com/cubercsl/tpm ~/.tmux/plugins/tpm

mfechtner avatar Dec 23 '24 15:12 mfechtner

Running into this problem also. Want to have both catpuccin and rose-pine available to change between, but both are named 'tmux' and so can't exist... Can we merge this?

jonestristand avatar Jan 08 '25 20:01 jonestristand