1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-07-30 13:47:46 +00:00
Commit graph

8 commits

Author SHA1 Message Date
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
winston
66c76a9dbd
fix: adjust for nushell commandline syntax deprecation (#840)
Fixes for changes introduced by
https://github.com/nushell/nushell/pull/12658
2024-05-19 13:33:08 -05:00
Matt Norton
a0aa600153
Improve custom-menus docs (#832) 2024-05-06 12:32:53 -05:00
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
Antoine Stevan
a61256da0e
use $env. instead of let-env (#543)
related to nushell/nushell#9574

Commands used
```nushell
sd --string-mode "let-env " '$env.' **/*
git rst before_v0.60/
```
2023-07-01 10:40:16 +02:00
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
fj0r
c5865e0825
powerline : NU_POWER_MODE and NU_POWER_BENCHMARK (#464)
* powerline : NU_POWER_MODE and NU_POWER_BENCHMARK

* zoxide-menu

* direnv

* dynamic-load

* logtime

---------

Co-authored-by: agent <agent@nuc>
2023-04-26 13:36:55 -05:00
Maxim Uvarov
ac2f4b94ac
add a current session history menu (#378)
* add a current session history menu

* Update current_session_history_menu.nu

* Delete non_default_vars_menu.nu
2023-02-16 06:56:12 -06:00