scrcpy/app
Romain Vimont 566b5be0f6 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 (retrieving app names on the device may take some time):

    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

PR #5370 <https://github.com/Genymobile/scrcpy/pull/5370>
2024-10-28 18:18:36 +01:00
..
data Add --start-app 2024-10-28 18:18:36 +01:00
deps Upgrade FFmpeg (7.0.2) for Windows 2024-09-15 18:58:53 +02:00
src Add option to start an app by its name 2024-10-28 18:18:36 +01:00
tests Mention physical gamepad names for UHID devices 2024-09-15 11:21:56 +02:00
meson.build Extract mouse capture 2024-10-06 18:00:56 +02:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Bump version to 2.7 2024-09-15 18:59:27 +02:00
scrcpy.1 Add option to start an app by its name 2024-10-28 18:18:36 +01:00