Skip to content

roose/nimble-completion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nimble-completion

Version License: MIT

Provides tab completion for nimble commands

Prerequisites

Install

First add custom bucket and install completion:

# add auto-update bucket
scoop bucket add scoop-tools https://github.com/roose/scoop-tools

# install
scoop install nimble-completion

then, add to profile:

# add to you powershell profile
Import-Module "$($(Get-Item $(Get-Command scoop).Path).Directory.Parent.FullName)\modules\nimble-completion"

Usage

Type nimble [something] and press Tab key will cycle completion items, Ctrl+Space will trigger menu-completion.

Example:

nimble s[Press Tab]
nimble d[Press Ctrl+Space]