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

using local plugin without git #6596

Open
KiaraGrouwstra opened this issue Jan 23, 2025 · 1 comment
Open

using local plugin without git #6596

KiaraGrouwstra opened this issue Jan 23, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@KiaraGrouwstra
Copy link

Is your feature request related to a problem? Please describe.
wezterm.plugin.require may be used to load plugins from a local directory, but unfortunately seems tied to Git.
this now makes it harder to use alternate methods to distribute plugins, for example to reproduce plugin setups (say using Nix), which may be desirable for security.

Describe the solution you'd like
allow wezterm.plugin.require (or similar) to be used without Git, given that seems used only for downloading remote plugins (rather than adding value for local plugins as well)

Describe alternatives you've considered

  • not reproducing plugins
  • try to retain/mock git

Additional context

c.f.

@KiaraGrouwstra KiaraGrouwstra added the enhancement New feature or request label Jan 23, 2025
@PrayagS
Copy link

PrayagS commented Jan 29, 2025

wezterm.plugin.require may be used to load plugins from a local directory, but unfortunately seems tied to Git.

Can you please elaborate on this? I was able to use local directories and have it parse directory locations without any issues.

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

2 participants