Skip to content

Instantly share code, notes, and snippets.

@amtoine
Last active March 25, 2023 12:15
Show Gist options
  • Save amtoine/d24a14956eb61c5c1a06df57dcd8dade to your computer and use it in GitHub Desktop.
Save amtoine/d24a14956eb61c5c1a06df57dcd8dade to your computer and use it in GitHub Desktop.
list `nushell` search terms

list all nushell search terms

nu mod.nu
$nu.scope.commands
| get search_terms
| where {|it| not ($it | is-empty) }
| str join ", "
| split row ", "
| uniq
| sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment