nu_scripts/custom-completions/git
Hofer-Julian ef5de3ed96
Move completions to module format (#195)
* Move custom completions to module format

* Describe usage in README of custom completions
2022-03-31 06:30:07 -05:00
..
git-completions.nu update completions (#193) 2022-03-28 07:57:54 -05:00
README.md Move completions to module format (#195) 2022-03-31 06:30:07 -05:00

Git Custom Completions

This script provides custom completions for git. It can be used by importing its exported commands via:

use path/to/git/git-completions.nu *

With path/to being either the relative path of the file to your current working directory or its absolute path.