C.W.K.
Stream
Quiz · 5 questions

Modern CLI Tools

bat, fzf, ripgrep, zoxide, delta, mise

Level 0Window Tourist
0 XP0/95 lessons0/14 achievements
0/100 XP to next level100 XP to go0% complete

Quiz

01Why is ripgrep so much faster than grep on most repos?
Hint
It respects .gitignore and skips binaries by default — that's where the speed comes from.
02What does fzf's Ctrl+R integration do?
Hint
It hooks Ctrl+R history search to a fuzzy finder.
03Why are bat / eza / fd / ripgrep called "drop-in replacements with sane defaults"?
Hint
Drop-in replacements with sane defaults: syntax highlight, color, gitignore-aware.
04How does zoxide pick which directory z proj jumps to?
Hint
It scores directories by frequency × recency so a partial name is enough.
05What does mise (or asdf) replace?
Hint
It pins per-project tool versions via a single config file.
Spotted a bug or have feedback on this page?Report an Issue

Comments 0

🔔 Reply notifications (sign in)
Sign inPlease sign in to comment.

No comments yet — be the first.