1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-07-30 21:57:44 +00:00
nu_scripts/custom-completions/adb
2024-11-21 23:51:05 -05:00
..
adb-completions.nu Fix typos (#982) 2024-11-21 23:51:05 -05:00
readme.md feat: add adb&fastboot completions (#834) 2024-05-10 11:05:44 -05:00

SDK Platform Tools completions

A Nushell extern definition and completers for Android Debugger Bridge adb.

This module provides extern definitions for almost all of the adb commands and their flags.

Usage

simply import the extern definitions with

use path/to/adb-completions.nu * # don't forget the star `*`

or

source path/to/adb-completions.nu

Once imported completions will be available for commands, flags, options, and some values as well. Display the commands by entering the → tab key in the command line after adbor any of it's command options.