Rust & Go Development Tools
Terminal demos of Rust and Go development tools — compilers, formatters, and build systems.
이 컬렉션에서
- 1. Rust Project Setup — Part 2: Lint and Test
- 2. rustscan — Fast Port Scanner
- 3. chisel — TCP/UDP Tunnel over HTTP
- 4. bore — TCP Tunnel
- 5. ox — Terminal Code Editor
- 6. lapce — Lightning-Fast Code Editor
- 7. zed — High-Performance Code Editor
- 8. amp — Vim-Inspired Terminal Editor
- 9. micro — Modern Terminal Text Editor
- 10. helix — Post-Modern Text Editor
- 11. sheldon — Shell Plugin Manager
- 12. volta — JavaScript Tool Manager
- 13. fnm — Fast Node Manager
- 14. mise — Dev Tool Manager
- 15. wezterm — GPU Terminal Emulator
- 16. alacritty — GPU-Accelerated Terminal
- 17. nushell — Structured Data Shell
- 18. bottom — System Resource Monitor
- 19. bandwhich — Network Bandwidth Monitor
- 20. migrate — Database Migration Runner
- 21. Rust Project Setup — Part 1: Create and Add Dependencies
- 22. rustc — The Rust Compiler
- 23. sd — Intuitive Find & Replace CLI
- 24. cargo — Rust Package Manager and Build Tool
- 25. difftastic — Structural Code Diff
- 26. atuin — Magical Shell History
- 27. jless — Command-Line JSON Viewer
- 28. procs — Modern Replacement for ps
- 29. tokei — Count Lines of Code
- 30. bat — A cat Clone with Syntax Highlighting
- 31. lsd — LSDeluxe — The Next-Gen ls
- 32. uv add — Add Python dependencies
- 33. ripgrep (rg) — Blazing Fast Regex Search
- 34. cargo new — Create a new Rust project
- 35. choose — Human-Friendly cut Alternative
- 36. uv init — Create a new Python project
- 37. macchina — Minimalist system fetch with macchina
- 38. sudo bandwhich — live per-process network bandwidth monitor
- 39. yazi — Blazing Fast Terminal File Manager
- 40. eza — Modern ls Replacement
- 41. rustfmt — Rust Code Formatter
- 42. xh POST httpbin.org/post name=AgentGIF — POST JSON with xh
- 43. xh httpbin.org/get — Fast HTTP requests with xh
- 44. go — Go Module Management
- 45. hyperfine — Command-Line Benchmarking Tool
- 46. gping — Ping with a Graph
- 47. uv — Extremely Fast Python Package Manager
- 48. xh — Fast HTTP Client Written in Rust
- 49. gofmt — Go Code Formatter
- 50. zoxide — Smarter cd Command
- 51. scc — Sloc Cloc and Code
- 52. ruff — Extremely Fast Python Linter
- 53. procs --tree — process hierarchy as an indented tree
- 54. dust — Intuitive Disk Usage Analyzer
- 55. xh httpbin.org/json — HTTP client GET request
- 56. gitui — Blazing Fast Git TUI
- 57. starship — Minimal and Fast Shell Prompt
- 58. gitui — Rust-powered Git TUI with keyboard-driven workflow
- 59. onefetch — repo summary card with language stats and contributors
- 60. fd — Fast and User-Friendly Alternative to find
- 61. dust — intuitive disk usage summary
- 62. dust -n 10 — show top 10 largest directories
- 63. macchina — System Info Fetcher
- 64. yazi — async terminal file manager (navigation)
- 65. eza -la --icons — list files with icons and detail
- 66. fd -e rs --exec wc -l — find and run a command on results
- 67. dust -d 2 — disk usage limited to two directory levels
- 68. go — The Go Programming Language
- 69. just — Command Runner for Project Tasks
- 70. yazi — file previews with syntax highlighting
- 71. fd .py — find Python files fast
- 72. rg 'config' src/ — ripgrep recursive search
- 73. z projects — jump to a frecent directory
- 74. rg "TODO" — search for TODO comments recursively
- 75. sd "before" "after" file.txt — simple in-place string replacement