mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-02 07:07:46 +00:00
Port before_v0.60/fuzzy
, before_v0.60/ls-mods
and before_v0.60/nu_101
(#845)
This PR is part of porting all old scripts #221 and includes a set of modules: - fuzzy -> `modules/fuzzy/fuzzy_command_search.nu` - ls-mods -> `modules/ls-mods`: `ls-less.nu`, `ls-wide.nu` and `ls-wide-with-color.nu` - nu_101 -> `modules/nu_101`: `nothing.nu` and `inner_outer_loop.nu` Edit: `fuzzy` and `nu_101` have been moved to `sourced`
This commit is contained in:
parent
7a5424d7d0
commit
e8df70a406
16 changed files with 177 additions and 230 deletions
1
modules/fuzzy/fuzzy_history_search.nu
Normal file
1
modules/fuzzy/fuzzy_history_search.nu
Normal file
|
@ -0,0 +1 @@
|
|||
export def fuzzy-history-search [] { cat $nu.history-path | fzf | clip }
|
Loading…
Add table
Add a link
Reference in a new issue