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

Hello Have you considered Kotlin? K2 compiler supports Wasm. https://blog.jetbrains.com/kotlin/2021/11/k2-compiler-kotlin-wasm-and-tooling-announcements-at-the-2021-kotlin-event/

The current version of a-shell includes ffmpeg version 4.4. Can you add the latest ffmpeg 5.0.1 "Lorentz" to a-shell? I really need the new "concatf" protocol. Thanks!

fix committed

It would be very useful to have access to the 'wasm' command when running commands from shortcuts (in extension)!

Just kidding. (Not kidding.) Is there a technical reason Perl isn’t included?

fix committed

Hi, thanks for this great app. I have installed powerline for vim with this command: `pip install powerline-status` Then select this fond: ``` $ config --show Droid Sans Mono for...

I don't know why, but "env -" make a instant crash of a-shell and "env --" make a list of all variables. Goodluck ;)

It seems like when I use `system("command")` in Perl I get only the output to `STDERR` and when I use `exec("command")` I only get the output from `STDOUT`. Somehow one...

It would be immensely useful to have some type of checksum generation/verification utility. I tried some commands (sha256sum, shasum, etc.) and I believe there currently is no such program included?

Hi, @holzschu. I have just noticed that a-shell has a working `diff` command, which is great, but no `patch` command, which is not so great since the two usually go...