Last active 1730169293

knox revised this gist 1730169293. Go to revision

1 file changed, 3 insertions

fzf-12.sh(file created)

@@ -0,0 +1,3 @@
1 + # Will take as few lines as possible to display the list
2 + seq 3 | fzf --height ~100%
3 + seq 3000 | fzf --height ~100%
Newer Older