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

Automatically open release file using editor of choice #144

Open
Mrtenz opened this issue Apr 19, 2024 · 1 comment
Open

Automatically open release file using editor of choice #144

Mrtenz opened this issue Apr 19, 2024 · 1 comment
Labels

Comments

@Mrtenz
Copy link
Member

Mrtenz commented Apr 19, 2024

A small UX improvement would be to open the release file using the editor of choice. We could have a simple config file in the user's home folder which stores the command to run to open the file, and call that when creating the release file.

@Mrtenz Mrtenz added the enhancement New feature or request label Apr 19, 2024
@mcmire
Copy link
Contributor

mcmire commented Jul 11, 2024

@Mrtenz Right now it checks for EDITOR and uses that first if it's defined:

const { EDITOR } = getEnvironmentVariables();
. Is that enough or do you feel like having a config file would be more reliable?

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

No branches or pull requests

3 participants