gitbutlerapp / gitbutler

The GitButler version control client, backed by Git, powered by Tauri/Rust/Svelte
https://gitbutler.com
Other
12.59k stars 498 forks source link

Support Open in other custom editors and terminals #4169

Open aminya opened 3 months ago

aminya commented 3 months ago

Version

0.12.5

Operating System

Linux

Distribution Method

deb (Linux)

Describe the issue

Currently, GitButler only supports opening the repository in VsCode, however, it is very useful to open the repository in other editors or terminals.

GitHub Desktop supports various terminals or editors:

https://github.com/shiftkey/desktop/tree/linux/app/src/lib/shells https://github.com/shiftkey/desktop/tree/linux/app/src/lib/editors

How to reproduce

No response

Expected behavior

No response

Relevant log output

No response

Byron commented 3 months ago

Thanks for reporting!

As the links don't seem to work (maybe the repository is private), I am adding a screenshot here to indicate how the external editor can be configured in the GitHub Desktop application.

Screenshot 2024-06-25 at 08 18 40
aminya commented 3 months ago

Thank you, I have fixed the links. It's from the fork of the GitHub Desktop that supports Linux https://github.com/shiftkey/desktop/