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

[Feature request] Python plugins user-friendly ideas #2455

Open
akruphi opened this issue Oct 21, 2024 · 0 comments
Open

[Feature request] Python plugins user-friendly ideas #2455

akruphi opened this issue Oct 21, 2024 · 0 comments

Comments

@akruphi
Copy link
Contributor

akruphi commented Oct 21, 2024

@m32 great thanks for python plugins subsystem in far2l.

  1. Now I can load python plugins only individually via command line py:load. It's not enough convenient.
    Please add in Plugin menu (by F11) separate item (may be with name Python plugins management) which show VMenu with follow columns:

    • available *.py file name
    • status (load / available=unload)
    • location dir: user profile subdir or far2l subdir
    • label from py (may be only for loaded if it difficult for all)

    and by Enter in each row make quick load / unload action.

  2. Add possibility to load py-plugins not only from user profile (~/.config/far2l/plugins/python) but also from far2l subdir $FARHOME/Plugins/python/plug/plugins/

  3. Now

    USERHOME = os.path.expanduser("~/.config/far2l/plugins/python")
    use hardcore path ~/.config/far2l but far2l -u or $FARSETTINGS or $XDG_CONFIG_HOME can override far2l config dir. In C/C++ code you can use InMyConfig("",FALSE).c_str() to obtain real config directory. If it possible please implement this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant