openterm icon indicating copy to clipboard operation
openterm copied to clipboard

OpenTerm, a sandboxed command line interface for iOS

Results 53 openterm issues
Sort by recently updated
recently updated
newest added

When I wanna use `tar` command, I got crash, because this command execute on main thread and iOS kill my after 10 seconds. It’s work for Python-3.6.5.tgz

As far as I can tell, the ssh command doesn't recognize any command-line options at all. It treats any argument as a host to connect to. This means I can't...

Looks like Apple pulled the app again, or perhaps it's just not available in the US store. Are there any pre-built IPA's available that can be side-loaded? I would compile...

Hi everyone I would like to explore more about this app. But I am unable to access from my country. Kindly have a look. Thanks Rumeshkrishnan

I have a server that is password based. I know this is less secure but much easier to setup and add people to. Does OpenTerm support SSH password based connections?...

Hi there, is it possible to add the ed editor as a command to OpenTerm? Best regards, Björn

simple test case $ awk -- '{print NR;}' foo bar ^C 1 2 $ awk -- '{print NF;}' foo bar ^C ==FATAL On looking at this again, it actually prints...

$ echo foo>tmp.txt $ ls tmp.txt $ echo bar>>tmp.txt $ ls \>tmp.txt tmp.txt I tried looking at the code to track this down, but quickly got lost.

I’m trying to generate an ssh key to connect github to another editor app but open term stops after asking for password. Opening new tabs and trying on their commands...