nu_scripts/custom-menus
2024-05-19 13:33:08 -05:00
..
extra move the extra menus of Nushell into custom-menus/extra/ (#550) 2023-07-21 10:44:27 +02:00
fuzzy fix: adjust for nushell commandline syntax deprecation (#840) 2024-05-19 13:33:08 -05:00
current_session_history_menu.nu add a current session history menu (#378) 2023-02-16 06:56:12 -06:00
README.md Improve custom-menus docs (#832) 2024-05-06 12:32:53 -05: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 unique
  3. Add a shortcut to call for the needed menu in the keybindings section of the config.nu file