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

Since a re-jailbreak, some of my Siri Shortcuts to do with moving regex [A-Z] folders have started not working properly. Simple `mv` commands came back with the error: "permissions denied:...

The pdflatex engine included with a-Shell works amazingly well – much faster and more reliable than other iOS apps that I have tested. However, the standard package is missing some...

I am working on a iPad that I have updated to iOS15 and am not able to open a file for writing anymore. quick test was with YouTube-dl. I get...

rsync would be quite useful for synchronizing directories to and forth. thanks.

Hello- Crasher PoC: printf 'k80x&::((**\ne::' | clang -x c++ - Hardware Model: iPad8,12 OS Version: iPhone OS 14.7.1 (18G82) Run Twice, See Seg Fault 11 A few comments: 1. There...

unable to clone the submodules when cloning the project ``` git submodule update --init --recursive Submodule 'cpython' ([email protected]:holzschu/cpython.git) registered for path 'cpython' Cloning into '/Volumes/MSSD/a-shell/cpython'... [email protected]: Permission denied (publickey). fatal:...

environment variables return **None** value when called from shortcuts with python script `$ export TESTUSERNAME="[email protected]"` my_python_script.py : ``` import os print(os.environ.get("TESTUSERNAME")) ``` works in shell ``` $ python my_python_script.py [email protected]...

It may be easier to compile with `cmake` than `make`. To cross-compile `cmake`, `bootstrap.sh` won't be used but `cmake` to build directly instead. I don't have a Mac so it's...