Request for adding ed
Opened this issue · 1 comments
bjoernwibben commented
Hi there,
is it possible to add the ed editor as a command to OpenTerm?
Best regards,
Björn
holzschu commented
Good news: ed
is now available. Edit Resources/commandDictionary.plist
and add:
<key>ed</key>
<array>
<string>text.framework/text</string>
<string>ed_main</string>
<string>Eae:f:i:ln</string>
<string>file</string>
</array>
then re-install the app (you'll have to sideload).
Bad news: It does not behave entirely like ed should, due to interactivity issues.