[Update] bulk update
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
function clis --description 'fzf select cli'
|
||||
eval (cat $HOME/.config/misc/clis.txt | command fzf --multi)
|
||||
# one eval per selection — a single eval of the joined lines would run the
|
||||
# first command with the other selections as its arguments
|
||||
for cmd in (cat $HOME/.config/misc/clis.txt | command fzf --multi)
|
||||
eval $cmd
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user