1
Fork 0
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:
naefl 2021-07-27 15:04:58 -04:00
parent c0a3fe95af
commit 4064aab0ac

View file

@ -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 )
}