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

Prefix editor environment variables with ADR_ #34

Merged
merged 5 commits into from
Feb 1, 2021

Conversation

dimasmith
Copy link
Contributor

Support the ADR_EDITOR and ADR_VISUAL environment variables to configure an editor.
New variables have precedence over the standard UNIX EDITOR and VISUAL.
Old variables are still used, so the behavior should remain backward-compatible for existing users.

fixes: #4

This is a preparatory refactoring to introduce support of the `ADR_EDITOR` and `ADR_VISUAL` variables

#issue: 4
The pull-request looks messed up because of formatting changes (IntelliJ just does it :))

issue: 4
@adoble adoble merged commit f64b043 into adoble:master Feb 1, 2021
@adoble
Copy link
Owner

adoble commented Feb 1, 2021

Many thanks @dimasmith for this update. I've merged it in and created a new (albeit small) release (3.2)

@dimasmith
Copy link
Contributor Author

Thanks, @adoble!
One of the teams I work with starts adopting the lightweight ADRs approach. We were looking for the tools, and here you are with adr-j. It helps us a lot. Thank you!

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.

Prefix environment variables with ADR_
2 participants