File Viewers & Formatters
Terminal demos of modern file viewing, formatting, and data processing tools — bat, jq, yq, glow, and more.
Bu Koleksiyonda
- 1. bat — bat vs cat
- 2. cat — bat vs cat
- 3. Code Review Workflow — Part 2: Benchmark Before and After
- 4. fx — jq vs fx vs jless
- 5. Exploring a New Codebase — Part 1: Project Overview
- 6. sops — Encrypted File Editor
- 7. doggo — Modern DNS Client
- 8. sq — Data Wrangler for Databases
- 9. kustomize — Kubernetes YAML Customization
- 10. docker compose — Multi-Container Orchestration
- 11. delta — delta vs git diff
- 12. Finding and Fixing a Bug — Part 2: Inspect and Review the Fix
- 13. Exploring a New Codebase — Part 2: Code Stats and File Tree
- 14. jless — jq vs fx vs jless
- 15. git — delta vs git diff
- 16. mdcat — glow vs mdcat
- 17. pandoc — Universal Document Converter
- 18. Finding and Fixing a Bug — Part 1: Search for the Error
- 19. JSON Data Pipeline — Part 1: Fetch and Transform with jq
- 20. Documentation Workflow — Part 1: Render Markdown with glow
- 21. jq — jq vs fx vs jless
- 22. fx — Terminal JSON Viewer
- 23. glow — glow vs mdcat
- 24. Log Analysis — Part 1: Extract Errors with rg and jq
- 25. Code Review Workflow — Part 1: View Diff with delta
- 26. jless — Command-Line JSON Viewer
- 27. delta — Beautiful Git Diff Viewer
- 28. bat — A cat Clone with Syntax Highlighting
- 29. glow — Render Markdown in the Terminal
- 30. mdcat — cat for Markdown
- 31. http POST httpbin.org/post name=AgentGIF — POST JSON with HTTPie
- 32. http GET httpbin.org/get — Make a GET request with HTTPie
- 33. jq — Command-Line JSON Processor
- 34. yq — Command-Line YAML/JSON/XML Processor
- 35. jless — read-only pager for JSON files
- 36. yq '.services' — query a YAML key with jq-like syntax
- 37. glow — Render Markdown in the terminal
- 38. fx — interactive JSON viewer in the terminal
- 39. bat script.py — syntax-highlighted file viewer
- 40. jq '.' — pretty-print JSON with syntax highlighting
- 41. yq -P '.' — pretty-print YAML with color
- 42. bat -l json — force a specific language for highlighting
- 43. bat --style=grid,numbers — customize output decorations
- 44. bat --diff — show Git changes with syntax highlighting
- 45. glow — Paginate long Markdown documents
- 46. glow — Stash and organize Markdown files
- 47. scc -f json — output LOC stats as JSON for tooling
- 48. jq '.users[] | .name' — extract fields from arrays
- 49. jq '@csv' — convert JSON array to CSV output
- 50. fx .users — navigate directly to a JSON key
- 51. git diff — side-by-side diff with delta syntax highlighting
- 52. delta file1 file2 — diff two arbitrary files with syntax highlighting
- 53. yazi — file previews with syntax highlighting
- 54. fd --type f --extension md — find Markdown files
- 55. HTTPie — Modern HTTP Client for the API Era
- 56. fzf --preview 'bat {}' — fuzzy find with file preview