mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-01-26 04:02:29 +00:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
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.