|
|
|
|
|
by yakkers
2780 days ago
|
|
This reminds me of Blink Shell, an iOS "shell" that primarily features ssh and mosh. It also implements a bunch of shell commands (a selection of coreutils and netutils), running natively, but with a shim for `system()'. The idea is that you get a shell environment with the same tools (or almost the same tools) as you would on a traditional *nix system. I think it's a much more practical approach, especially given that Apple seems to be okay with it on their App Store. However, it does leave some things to be desired that'd be totally catered to by the iSH approach, assuming it develops into something much more complete (I tried the TestFlight and while a basic environment was present a lot of things that'd make for a useful environment didn't seem to be implemented). |
|
Not that I disagree, but would you be willing to provide some insight into what you personally felt was missing?