Closed Gottox closed 4 years ago
Looks good. I want to figure out a good way to test edit. I can't use cargo tests because $EDITOR
normally requires user interaction. Maybe I could set $EDITOR to 'sed s/hello/hi/' and see if a string changes from hello world
to hi world
or something, but that seems a little fragile.
I suppose I'll merge this without tests for now.
addresses #1.
Still to do: