Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install plugins from external sources #292

Open
ad-oliviero opened this issue Jan 12, 2025 · 0 comments
Open

Install plugins from external sources #292

ad-oliviero opened this issue Jan 12, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@ad-oliviero
Copy link

What do you want?

From my understanding, when zsh-snap installs plugins, it appears to search for a GitHub repository that matches the specified name, such as:

znap source marlonrichert/zsh-edit

which retrieves the repository from github.com/marlonrichert/zsh-edit. I would like the ability to specify an alternative source for the plugin.

Why do you want this?

If I want to install a plugin that is not hosted on github, but like on gitlab, I would need to download it manually (that defeats the whole purpose of having a plugin manager)

Who else would benefit from this?

Everyone who needs to use a plugin not hosted on github

How should it work?

Given this situation:
Plugin not on github.

When I perform these steps:

  1. Could be done by specifying the whole url instead of just the plugin name

Then I expect this to happen:
Git clone the plugin and use it as all the other plugins

@ad-oliviero ad-oliviero added the enhancement New feature or request label Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant