From 9f19ab1fba5dc44fbe179a70d2e2491ab8c8bbfe Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Fri, 24 Jun 2022 23:20:35 +0300 Subject: [PATCH] Prioritize APKs for `adb install` --- share/completions/adb.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/completions/adb.fish b/share/completions/adb.fish index c6a35e351..e3fc438f8 100644 --- a/share/completions/adb.fish +++ b/share/completions/adb.fish @@ -139,6 +139,7 @@ complete -n '__fish_seen_subcommand_from install' -c adb -s s -d 'Install on SD complete -n '__fish_seen_subcommand_from install' -c adb -l algo -d 'Algorithm name' complete -n '__fish_seen_subcommand_from install' -c adb -l key -d 'Hex-encoded key' complete -n '__fish_seen_subcommand_from install' -c adb -l iv -d 'Hex-encoded iv' +complete -n '__fish_seen_subcommand_from install' -c adb -ka '(__fish_complete_suffix .apk)' # uninstall complete -n '__fish_seen_subcommand_from uninstall' -c adb -s k -d 'Keep the data and cache directories'