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

[New] External Tools: Launch system tools, like terminal or file manager #1325

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gkatev
Copy link
Contributor

@gkatev gkatev commented Apr 14, 2024

Hi, this new plugin provides a way to quickly launch external tools (i.e. non-geany tools) in the same context as a document. For example, this includes starting a terminal or a file manager in the same directory as the current file.

The commands to execute are configurable in the plugin's preferences, and the tools may be launched from the Tools menu, or via keybinds.

The code is built in a way to easily allow addition of extra tools, though in the feature it would be really nice to support such customization directly through UI in the preferences, without code modification.

Supersedes geany/#3813

This plugin serves to quickly launch external tools in the context
of the current document, i.e. in the same directory, or with focus
on the file. The current implementation includes a Terminal and a
File Manager.

The commands to execute are configurable in the Plugin preferences.
The tools may be launched from the Tools menu, or via keybinds.

The code is modular to support easy addition of extra tools, though
in the feature it would be really nice to support such additions
directly in the preferences without code modification.
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

Successfully merging this pull request may close these issues.

1 participant