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

Plugins support #2

Open
ziflex opened this issue Apr 9, 2021 · 0 comments
Open

Plugins support #2

ziflex opened this issue Apr 9, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@ziflex
Copy link
Member

ziflex commented Apr 9, 2021

The idea is to allow Ferret CLI load some custom FQL functions before any script execution. It might be useful for those, who use Ferret though CLI.

The possible commands are:

ferret plugin install fs
ferret plugin remove fs
ferret plugin search fs
ferret plugin info fs

Last 2 commands suppose having a centralized registry.

All plugins should be kept in $HOME/.ferret/plugins
I guess plugins should come as tar packages with some metadata written either in .json or .yaml file.

@ziflex ziflex added the enhancement New feature or request label Apr 9, 2021
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