A terminal application 'a-shell' that can execute commands and programs on iPhone and iPad for free



Developed by research scientist

Nicolas Holzschuch as open source, ' a-shell ' is a simple terminal application that allows you to execute commands and programs such as 'ls' and 'ping' on your iPhone or iPad. It is available free of charge on any Apple device with iOS 13.0 or later installed.

a-Shell
https://holzschu.github.io/a-Shell_iOS/

First, install a-shell. Access the a-shell website from Safari on iPhone and tap the button with the red frame.



Since the App Store starts up, tap 'Get'.



Tap 'Install'.



When the application is installed, tap 'Open'.



a-shell has started.



The buttons on the upper side of the keyboard are 'Tab key' 'Control key' 'Esc key' 'Arrow key' from the left.



When I checked the kernel information with 'uname -a' as a trial, the information was displayed properly.



You can also check network information with 'ifconfig' ...



You can skip the ping.



You can also use basic commands such as 'ls' and 'mkdir'.



Of course, you can't access folders you don't have permission to access.



You can use the text editor '

Vim ' in a-shell. If you actually create a file called 'test.txt' and write in the text ...



I was able to enter the text as follows.



When you save the file ...



It was confirmed that 'test.txt' was saved.



Since it is said that a-shell can execute programs written in Python, C language, etc., try writing a Python program that displays the contents of 'test.txt' as a trial.



When I ran the Python program I wrote, the contents of 'test.txt' were displayed.



For Python, various libraries can be added with '

pip ', so flexible programming can be expected.



In addition, a-shell supports the dark theme of iOS, and you can change the theme to create a more terminal feeling.

in Review,   Software, Posted by darkhorse_log