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

I have some issue with the PyExecJS library. ``` [~/Documents]$ python Python 3.11.0 (heads/3.11-dirty:2af28c9018, Apr 23 2023, 19:57:14) [Clang 14.0.3 (clang-1403.0.22.14. 1)] on darwin Type "help", "copyright", "credits" or "license"...

Is there any possibility to add `git` and `neofetch` commands to this shell? I can see the command `make` in the output of `help -h`, which provides a possibility to...

I’m on a low-end device and find whether or not I can run wasm i build within a-shell seems related to how many lines of code i compile, and to...

Currently when I try to run a shell command from Shortcuts using a-Shell, it throws an error if the command's return code is nonzero. Would it be possible to alter...

fix committed

I want to have bash commands in a `.sh` file and run them by entering in `./shell-script.sh`

There appear to be issues with the current implementation for I/O handling of redirection and piping within the dash shell. Attached are test cases that demonstrate the issues. Run them...

How do I modify my curl command so this certificate error doesn’t occur? It doesn’t happen in running the identical command in LibTerm by comparison and only ever happens when...

fix committed

a-Shell is undoubtably amazing, though significant issues exists. Using config -c and -k, I can set color and shape of the cursor. I prefer the 'block' shape of the cursor,...

Thank you so much for providing opencv package :heart:. This means a lot to me as I have been [requesting it](https://github.com/holzschu/a-shell/issues/309) for almost 2 years. When I started to use...

This [library](https://python-sounddevice.readthedocs.io/en/0.4.6/) allow user to record and playback audio. It has C++ components and thus cannot be installed directly by the user. Thank you! Github Page: https://github.com/spatialaudio/python-sounddevice/