Closed
Description
I think a very convenient integration of the search and installation of the LURE package using the capabilities of fzf will come in handy:
lure ls 2>/dev/null | fzf -m --delimiter="[/ ]" --with-nth=2 --reverse --preview "lure info {2} 2>/dev/null" --preview-window right:60%:wrap | xargs -ro lure in