Truc et astuces: Fuzzy Finder
felix via gull <gull-04vmY7CpswVinyhjFObuvR+/[email protected]> Wed, 22 May 2024 13:34:29 +0200
| Newsgroups | gmane.org.user-groups.gull.general |
|---|---|
| Message-ID | <[email protected]> |
Je n'avais jamais utilisé "fzf" avant d'essayé ça:
mapfile -td '' array < <(
fzf --read0 --print0 -m < <(
find ~ -type f -iname '*.pdf' -print0 2>/dev/null
) --preview='pdftotext -layout - - <{}')
declare -p array
- L'option ``-m'' permet la sélection multiple avec la touche TAB.
- L'utilitaire ``pdftotext'' fait partie du paquet ``poppler-utils''
Ouais, c'est pas mal!
--
Félix Hauri - <[email protected]> - http://www.f-hauri.ch
_______________________________________________
gull mailing list
[email protected]
https://forum.linux-gull.ch/mailman/listinfo/gull