mixmaxhq / custody

A developer-oriented frontend for Supervisor
MIT License
2 stars 0 forks source link

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

Open wearhere opened 4 years ago

wearhere commented 4 years ago

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

skeggse commented 4 years ago

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

wearhere commented 4 years ago

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

skeggse commented 4 years ago

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

wearhere commented 4 years ago

@skeggse np!