xo / usql

Universal command-line interface for SQL databases
MIT License
8.88k stars 347 forks source link

allow to set EDITOR variable inside usql session, fixes #266 #353

Closed pashagolub closed 2 years ago

pashagolub commented 2 years ago

this PR changes how EditFile() behaves. Instead of checking env vars each time, it will check if the variable is present in the All() output.

EDITOR variable is obtained from the env var if available during init()