Romain Vimont db241065d1 Add option to start an app by its name
By adding the '?' prefix, the app is searched by its name instead of its
package name (it may take some time to retrieve the app names on the
device):

    scrcpy --start-app=?firefox

An app matches if its label starts with the given name,
case-insensitive.

If '+' is also passed to force-stop the app before starting, then the
prefixes must be in that order:

    scrcpy --start-app=+?firefox
2024-10-21 18:52:05 +02:00
..
2024-10-21 18:52:05 +02:00
2024-09-15 18:58:53 +02:00
2024-10-06 18:00:56 +02:00
2024-09-15 18:59:27 +02:00