home.social

#ashell — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ashell, aggregated by home.social.

fetched live
  1. More #ashell exploration, I have created a new CLI app that I can use on my iPad to create a web server that can serve any folder on my iPad. It has hot reload functionality and can inject the mobile console eruda.

  2. More #ashell exploration, I have created a new CLI app that I can use on my iPad to create a web server that can serve any folder on my iPad. It has hot reload functionality and can inject the mobile console eruda.

  3. I have been experimenting with #aShell lately and it turns out you can make some great command line apps to run on you iPhone or iPad. Here I have made a cli to send notifications with @simonbs brrr app.

  4. I have been experimenting with #aShell lately and it turns out you can make some great command line apps to run on you iPhone or iPad. Here I have made a cli to send notifications with @simonbs brrr app.

  5. Also, kudos to AShell

    It was truly pain free to configure this bar, and comes with all nice features like WiFi/bluetooth/backlight/sound control almost out of the box

    It’s only missing a margin configuration option, but I can leave without it for the time being

    github.com/MalpenZibo/ashell

    #linux #opensource #hyprland #ashell #bar #tilingwindowmanager #nix #nixos

  6. Also, kudos to AShell

    It was truly pain free to configure this bar, and comes with all nice features like WiFi/bluetooth/backlight/sound control almost out of the box

    It’s only missing a margin configuration option, but I can leave without it for the time being

    github.com/MalpenZibo/ashell

    #linux #opensource #hyprland #ashell #bar #tilingwindowmanager #nix #nixos

  7. @bekz, not natively, but the #aShell mini app has excellent #ShortcutsApp support and includes the #ffmpeg tool, which can do that and much more.

    a-Shell mini @ App Store:
    apps.apple.com/app/id1543537943

  8. @eurozerozero Are we talking #SFTP? If so, first thing that comes to mind is a #shortcut that runs a shell script directly in #macOS and via #aShell mini in #iOS

  9. @eurozerozero Are we talking #SFTP? If so, first thing that comes to mind is a #shortcut that runs a shell script directly in #macOS and via #aShell mini in #iOS

  10. P.P.S. The command syntax above is for Windows (that's the reason for the "^" before "(" and ")". Omit them if you want to run it in macOS (or Linux or UNIX)

    BTW, #ImageMagick is available in the #ShortcutsApp via @nholzschuch's #aShell mini app
    apps.apple.com/app/id1543537943
    so this can also be done in #iOS and #iPadOS using a #shortcut 🙂

  11. P.P.S. The command syntax above is for Windows (that's the reason for the "^" before "(" and ")". Omit them if you want to run it in macOS (or Linux or UNIX)

    BTW, #ImageMagick is available in the #ShortcutsApp via @nholzschuch's #aShell mini app
    apps.apple.com/app/id1543537943
    so this can also be done in #iOS and #iPadOS using a #shortcut 🙂

  12. Notes for June 26-July 2

    This was an eventful week. I am not terribly excited about the next few ones, so I’m going to try to keep this short.(...)

    #truphone #vim #ashell #notes #proxmox #travel #ipad #rdp #esim

    taoofmac.com/space/notes/2023/

  13. I wanted to attach a video to a #feedback (bug) report to Apple but it was quite big (100 MB). Reencoding it with #Shortcuts did not help much (50 MB at full-res, 25 MB at half-res)

    With #ffmpeg is much better: 12 MB at full-res 🥳
    ffmpeg -i IMG_0165.MP4 -an send-mail-bug.mp4
    (-an = "no audio")

    And only 6.5 MB at half-res 😎
    ffmpeg -i IMG_0165.MP4 -an -vf "scale=1280:960" send-mail-bug-halfres.mp4

    ffmpeg is available for Shortcuts within @nholzschuch's #aShell mini app
    apps.apple.com/app/id154353794

  14. SQLite builds for WASI

    Well, this was a surprise to pick up over breakfast. Apparently a bit of inspired weekend hacking from last year was actually useful for people to build upon. (...)

    #hack #ashell #weekend #ipad #wasm #vmware #sqlite

    taoofmac.com/space/links/2023/

  15. FFMPEG on my intel iMac (2019 retina) is blown away by running FFMPEG inside #aShell on my iPad Air Gen4! Two-times-faster! 😳

  16. I kind of like this brave new world where I can run #vim on an #iPad locally (via #aShell ) and have #SyncThing push back edits to my other machines.

    :wq

  17. I kind of like this brave new world where I can run #vim on an #iPad locally (via #aShell ) and have #SyncThing push back edits to my other machines.

    :wq