1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-07-29 21:27:47 +00:00
nu_scripts/custom-menus
ff2400t b5385a2af0
in commands table rename usage to description (#990)
`usage` column under the `scope commands` table has been renamed to
description since nushell version 0.98.0
2024-12-08 07:27:33 -06:00
..
extra in commands table rename usage to description (#990) 2024-12-08 07:27:33 -06: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