louisdh / openterm

OpenTerm, a sandboxed command line interface for iOS
Other
1.63k stars 249 forks source link

open-url command does not read from stdin when interactive #133

Closed palmin closed 6 years ago

palmin commented 6 years ago

This PR depends on https://github.com/holzschu/ios_system/pull/39 and solves https://github.com/louisdh/openterm/issues/132 where open-url would wait for user input when called with a interactive stdin.

louisdh commented 6 years ago

Thank you!