I am using an FOSS app called Automation Git repo, it doesn’t allow me to directly open Android Apps except if I use scripts. I don’t know what scripts it’s talking about, but I am trying to learn. Just like there are bash shell scripts, are there android scripts or something of the sort?

Also, Is it possible to open an Android Application (KDE Connect) using Termux cli on Android? I don’t want to do pkg install kdeconnect I think it works. But, is it possible to run applications such as kde connect android, syncthing android using termux?

  • @MaddisonOP
    link
    English
    49 months ago

    I am trying to run KDE Connect

    Where should I run this from? Termux?

    Also, do I have to use a shebang line like we do for linux

    #!/bin/bash
    

    for bash, do I need anything like that here?