Created
March 30, 2023 04:10
-
-
Save jolheiser/4eded7052314c56f7db60875b99ca768 to your computer and use it in GitHub Desktop.
Nap Completions for Nushell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def "nu-complete nap list" [] { | |
^nap list | lines | each { |line| $line | str trim } | |
} | |
export extern "nap" [ | |
snippet?: string@"nu-complete nap list" # Snippet | |
--help(-h) # Help | |
] | |
export extern "nap list" [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment