mixmaxhq/custody

`custody-cli settings` should open in `$EDITOR`

wearhere opened this issue · 4 comments

Currently it opens settings in the operating system's default editor via opn (here) but $EDITOR, if set, would be even better for developers.

Related: it'd be nice if we also supported xdg-open instead of opn on non-Darwin systems.

@skeggse curious, opn seems to suggest that it uses xdg-open on Linux, are you seeing it not work?

lol oops
I assumed opn was a macOS-specific shell command but that was a flawed assumption. sorry!