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 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. <img src="https://github.com/geany/geany-plugins/assets/31203804/b90e0eff-7a4e-449c-a6d0-76f8b518d78b" width=30%> <img src="https://github.com/geany/geany-plugins/assets/31203804/d9401b00-22f5-4ad6-9055-3240ae3d17c1" width=30%> Supersedes [geany/#3813](https://github.com/geany/geany/pull/3813) You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/1325 -- Commit Summary -- * [New] External Tools: Launch system tools, like terminal or file manager -- File Changes -- M MAINTAINERS (7) M Makefile.am (4) A build/externaltools.m4 (9) M configure.ac (1) A externaltools/AUTHORS (1) A externaltools/COPYING (340) A externaltools/ChangeLog (4) A externaltools/Makefile.am (4) A externaltools/NEWS (1) A externaltools/README (54) A externaltools/src/Makefile.am (11) A externaltools/src/externaltools.c (427) M po/POTFILES.in (3) -- Patch Links -- https://github.com/geany/geany-plugins/pull/1325.patch https://github.com/geany/geany-plugins/pull/1325.diff -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1325 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/[email protected]>
