louisdh / openterm

OpenTerm, a sandboxed command line interface for iOS
Other
1.62k stars 247 forks source link

Request for adding ed #144

Open bjoernwibben opened 6 years ago

bjoernwibben commented 6 years ago

Hi there,

is it possible to add the ed editor as a command to OpenTerm?

Best regards,

Björn

holzschu commented 5 years ago

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.