CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 17:38:22 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=00ee1f9a7fec0415a39cf6ec2ed7c2043464f38061c7066b11a0dc8a6ef036e3a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22LQfYss0xIDkF4ADVQGQ3Ja3he0ayKlby%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d0217a5fec343c-BLR
FZF INSTALL - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #get files to work with
- wget -r "https://filmsbykris.com/scripts/2020/"
- sudo pacman -S fzf
- # or
- git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
- ~/.fzf/install
- #list file
- fzf
- #cat file
- cat "$(fzf)"
- #find people info
- wget "https://filmsbykris.com/scripts/2020/people.txt"
- cat people.txt|fzf
- cat people.txt|fzf|cut -f3,5,8
- cat people.txt|fzf -m|cut -f3,5,8
- #direct from website
- wget -qO- "https://filmsbykris.com/scripts/2020/employee.lst"|fzf|cut -d\| -f2
- wget -qO- "https://filmsbykris.com/scripts/2020/employee.lst"|fzf -m --prompt "Select Crew: "|cut -d\| -f2
- apt install tmux
- tmux
- wget -qO- "https://filmsbykris.com/scripts/2020/employee.lst"|fzf-tmux -d 35% -m --prompt "Select Crew: "|cut -d\| -f2
- #use to clipboard
- #code: https://pastebin.com/4haxFWPW
- #fake email example
- clear;wget -qO- "https://filmsbykris.com/scripts/2020/auth.txt";read
- #show vim buffer and file search
- #use it as a menu for scripts
- echo -e "John\nJack\nJames\nSara\nSam"|fzf
- #in a script:
- https://filmsbykris.com/scripts/2020/fzf-names.sh
- #use as a menu of functions in a script
- https://filmsbykris.com/scripts/2020/fzf-menu-example.sh
- #show books and o for opening files
Tags:
fzf
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ W
JavaScript | 4 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ 9
JavaScript | 12 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ V
JavaScript | 15 sec ago | 0.24 KB
-
⭐✅ Trading Profit Method ✅ NEVER SEEN BEFORE...
JavaScript | 21 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ X
JavaScript | 23 sec ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ Y
JavaScript | 27 sec ago | 0.24 KB
-
⭐ Instant BTC Profit Method ✅ NEVER SEEN BEFO...
JavaScript | 31 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 3
JavaScript | 33 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand