Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fornever/file-link-executor
Starts executable files from the IntelliJ consoles.
https://github.com/fornever/file-link-executor
Last synced: 21 days ago
JSON representation
Starts executable files from the IntelliJ consoles.
- Host: GitHub
- URL: https://github.com/fornever/file-link-executor
- Owner: ForNeVeR
- License: mit
- Created: 2018-10-08T18:34:13.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T15:14:31.000Z (over 1 year ago)
- Last Synced: 2024-10-08T23:22:05.228Z (about 1 month ago)
- Language: Kotlin
- Size: 214 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
File Link Executor [![JetBrains Plugins][badge-plugins]][plugin-repository]
==================This plugin will search through console output (including test output) for `file:///` links, and execute the links when they're clicked.
![Run console screenshot][docs.screenshot]
For executable files, they will be started, and the program output will be shown in the **Run** tool window.
For directory links, it will open the directories in a local file manager.
For non-executable files, they will open in editor. This differs from the standard IntelliJ file link processing in how it handles hashes in file URLs: for a link like `file:///file.txt#aaa`, IntelliJ will try opening a file `/file.txt#aaa`, while this plugin will ignore the part of the URL after the hash, and open `/file.txt`.
Works for any IntelliJ-based IDEs, starting from IntelliJ platform 2022.2.
Documentation
-------------- [Changelog][docs.changelog]
- [The Contributor Guide][docs.contributing]
- [License (MIT)][docs.license]
- [Maintainership][docs.maintainership][badge-plugins]: https://img.shields.io/jetbrains/plugin/v/12787?label=file-link-executor
[docs.changelog]: CHANGELOG.md
[docs.contributing]: CONTRIBUTING.md
[docs.license]: LICENSE.md
[docs.maintainership]: MAINTAINERSHIP.md
[docs.screenshot]: docs/screenshot.png
[plugin-repository]: https://plugins.jetbrains.com/plugin/12787-file-link-executor