a-shell icon indicating copy to clipboard operation
a-shell copied to clipboard

A terminal for iOS, with multiple windows

Results 218 a-shell issues
Sort by recently updated
recently updated
newest added

Hi, I really love this product, but it seems like there's something wrong with the behavior when I keep pressing Ctrl-h key. I expect it to delete characters backward. Yes,...

fix committed

Couldn't install vim plugins with Vim-Plug, maybe because of missing git? Yes I could try pathogen, I will, but Git seems somewhat important to have. Thanks for the work in...

I have a python script in the bin directory. If I try to run it by typing its name right after starting a shell, it will always fail with “:...

While trying to save a text file from discord to my files app, I accidentally clicked on the option "Open in a-Shell", resulting in the creation of a directory called...

I'd like to be able to use and test the same stuff, shortcuts, etc. everywhere.

I was attempting to compile PHP for a-shell using the following script. ```sh #!/bin/bash make clean PLATFORM=iPhoneOS # iPhoneSimulator # iPhoneOS HOST=arm-apple-darwin # i386-apple-darwin10 # arm-apple-darwin10 ARCH=arm64 # i386 #...

The click command getchar() is broken. There are only three commands within click for getting user inputs, - click.prompt('example text, enter something') which works - click.getchar() which throws a runtime...

Hi. I want to print some hints every time a-Shell starts e.g. „>> hint: ESC = CMD + . — needed for vim“. So I wrote those hints into profile....

Hi, I'm now trying to port MicroEmacs to a-shell environment which seems much easier than porting GNUEmacs. As a first step, as a practice, I'm trying to compile kilo a...

I have this python script: ```python import subprocess import rich from rich.console import Console from rich.markdown import Markdown from rich import print import os from time import sleep def ashell_environment(console):...