vim-floaterm icon indicating copy to clipboard operation
vim-floaterm copied to clipboard

Broot wrapper is not working with newest version of Broot

Open huuson235 opened this issue 2 years ago • 0 comments

The cmd broot --conf "/path/configs" --out "path/temp/file" is not working now. I have solved it by changing the cmd to: broot --conf "/path/configs" >> "path/temp/file"

(replace --out to >>)

huuson235 avatar Jun 23 '22 08:06 huuson235