nu_scripts/custom-menus
Antoine Stevan 832f34fa06
move the extra menus of Nushell into custom-menus/extra/ (#550)
* add the extra menus in `custom-menus/extra/`

* add some notes about how to use the extra menus in bindings
2023-07-21 10:44:27 +02:00
..
extra move the extra menus of Nushell into custom-menus/extra/ (#550) 2023-07-21 10:44:27 +02:00
fuzzy FEATURE: add some fuzzy keybindings (#512) 2023-05-26 13:33:37 -05:00
current_session_history_menu.nu add a current session history menu (#378) 2023-02-16 06:56:12 -06:00
README.md add a current session history menu (#378) 2023-02-16 06:56:12 -06:00
zoxide-menu.nu use $env. instead of let-env (#543) 2023-07-01 10:40:16 +02:00

Custom menus folder

In this folder you can find custom menus for nushell.

To make them work:

  1. insert the code of chosen menu into the menus section of the config.nu file.
  2. Check, that the name of the menu is uniqe
  3. Add a shortcut to call for the needed menu in the keybindings section of the config.nu file