Skip to content

Instantly share code, notes, and snippets.

@jolheiser
Created March 30, 2023 04:10
Show Gist options
  • Save jolheiser/4eded7052314c56f7db60875b99ca768 to your computer and use it in GitHub Desktop.
Save jolheiser/4eded7052314c56f7db60875b99ca768 to your computer and use it in GitHub Desktop.
Nap Completions for Nushell
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