You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Today, I open mods, then press ctrl+e to open my editor. I do this every time I open mods. And I most often open mods from within my editor (vim / neovim).
Describe the solution you'd like
Please add a CLI flag like mods --editor that will launch an editor and feed the saved text into mods.
Describe alternatives you've considered
A shell alias / function like:
tmp_file=$(mktemp)&& vim $tmp_file&& cat $tmp_file| mods
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Today, I open mods, then press
ctrl+e
to open my editor. I do this every time I open mods. And I most often open mods from within my editor (vim / neovim).Describe the solution you'd like
Please add a CLI flag like
mods --editor
that will launch an editor and feed the saved text into mods.Describe alternatives you've considered
A shell alias / function like:
The text was updated successfully, but these errors were encountered: