nu_scripts/custom-menus/fuzzy
Antoine Stevan c698547b3b
FEATURE: add some fuzzy keybindings (#512)
* add `history`, `directories` and `modules` fuzzy keybindings

* add a little README for the bindings
2023-05-26 13:33:37 -05:00
..
directory.nu FEATURE: add some fuzzy keybindings (#512) 2023-05-26 13:33:37 -05:00
history.nu FEATURE: add some fuzzy keybindings (#512) 2023-05-26 13:33:37 -05:00
modules.nu FEATURE: add some fuzzy keybindings (#512) 2023-05-26 13:33:37 -05:00
README.md FEATURE: add some fuzzy keybindings (#512) 2023-05-26 13:33:37 -05:00

a few keybindings using the new input list --fuzzy command to interactively select what to do:

  • history.nu: select a command from history
  • directories.nu: select a directory, recursively from the current PWD
  • modules.nu: recursively select and insert a .nu module from NU_LIB_DIRS inside a use ... command, ready to be run by pressing enter