fzf-12.sh
· 113 B · Bash
Sin formato
# Will take as few lines as possible to display the list
seq 3 | fzf --height ~100%
seq 3000 | fzf --height ~100%
1 | # Will take as few lines as possible to display the list |
2 | seq 3 | fzf --height ~100% |
3 | seq 3000 | fzf --height ~100% |