mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
make work on windows
This commit is contained in:
parent
c0a3fe95af
commit
4064aab0ac
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@ def fuzzy-command-search [] {
|
|||
)(
|
||||
$it.description
|
||||
)"
|
||||
}) | str collect (char nl) | ^fzf | cut -f1 -d$'\t' | str trim | clip; paste )
|
||||
}) | str collect (char nl) | fzf | split column (char tab)| get Column1 | clip; paste )
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue