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

The cd command is inconsistent with normal shell semantics: $ cd $ pwd ~/Documents $ cd ~ $ pwd ~ $ cd $HOME $ pwd ~ All three should result...

Please add support for ebooks/epub editing programs like Sigil. I have many books in epub format on my iPad, but no software to edit them. Even having the console version...

Attempting to tab-complete a `shortcuts/some/path` path in Vim leads to output complaining about the lack of an `unset` command: ![](https://user-images.githubusercontent.com/46334387/155066305-15a2f810-987c-494d-8138-d020954c79e5.jpeg)

I have a shortcut which has exactly one action that executes a python script in a shell. When I run it, ashell opens and runs the program which begins with...

i presume that ashell could run a python webserver which could deliver the pyodide library modules but can they run in the ios browser? Has anyone tried?

The auto-complete (tab) for aliases in .profile seems doesn’t works. if in .profile i have alias sshhome=‘ssh user@host’ when i write ssh and press tab it doesn’t autocomplete with …home

I can transfer files to/from ashell using the Shortcut actions but is there a way to expose ashell's file directory to the files app?

I would like it to be possible to map caps-lock to control but still have auto-repeat for external keybaords.

All ipython output is pushed off screen. It can only be accessed by scrolling after each line is entered. Also, the ipython prompt is not on the line with the...

fix committed

Hello using youtube-dl in a-shell was a godsend. Sadly the throttling broke youtube-dl. Is there a way to get yt-dlp or something similar to work in a-shell? i tried installing...