Tag: #cli
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 14 posts
Open Source Worth Watching Right Now (2) Build Tools, Editors, CLIs, and Terminals
Work that gets repeated dozens of times a day, such as installing packages, linting, and bundling, has been rewritten in native languages, and the waiting has come down from seconds to milliseconds. This post introduces
2026-08-12 · 5 min read #open-source#developer-tools#cli#rust#performanceWhen Does a Code Screenshot in Your Docs Start Lying — Turning Images into Build Artifacts
A code screenshot captured by hand and pasted into a document is an artifact with no source. The code changes and the image does not, so at some point it quietly starts showing something false. Generate the image from a
2026-08-09 · 8 min read #documentation#developer-tools#cli#ci#automationTerminal UI Development Guide — Ink, OpenTUI, Bubble Tea, ratatui, Textual: What to Use When
When termcn — a shadcn-style collection of terminal components — hit GeekNews, TUI development became a hot topic again. Instead of listing frameworks, this post organizes the ecosystem around three rendering models — th
2026-07-31 · 15 min read #tui#terminal#ink#opentui#cliHow to Use Oh My OpenCode — Turn OpenCode into a Multi-Agent Team
Oh My OpenCode is an orchestration layer on top of OpenCode that gives you a team of async subagents. A practical guide to install, configure, run work, and stay safe on cost.
2026-07-06 · 16 min read #oh-my-opencode#opencode#ai-coding-agent#cli#developer-toolsBuilding CLIs in Rust: clap and the Secrets of ripgrep, fd, bat
Over the past few years the command line has been quietly rewritten in Rust: ripgrep, fd, bat, eza, zoxide, bacon. This post explains why that renaissance happened and what you actually need to build a CLI yourself. We d
2026-06-27 · 9 min read #rust#cli#toolsWhy ripgrep Is So Fast
ripgrep beats grep not through magic but through an accumulation of decisions: the Rust regex crate built on finite automata (no backtracking), SIMD-accelerated memchr, parallel directory traversal, respecting .gitignore
2026-06-17 · 12 min read #rust#performance#tools#cliThe Terminal TUI Renaissance — Developers Leaving GUIs and Coming Back to the Terminal
With the HTTP client Slumber featured on HN and GeekNews, the TUI tool renaissance is back in the spotlight. This post covers the best TUIs by category — lazygit, k9s, lazydocker, yazi, btop — plus fzf recipes, tmux-base
2026-06-12 · 14 min read #tui#terminal#devops#productivity#toolsThe TUI Renaissance 2026 — Ratatui, Bubble Tea, Textual, Ink and the Beautifully Reborn Terminal (Deep Dive)
lazygit, k9s, atuin, gum, posting, slumber. The terminal in 2026 is no longer gray text on a black background. Rounded corners, gradients, mouse support, markdown, even images. Charm's Bubble Tea, the Rust camp's Ratatui
2026-05-14 · 21 min read #tui#terminal-ui#ratatui#bubbletea#textualGo Language Complete Guide 2025: From Goroutines, Channels, Interfaces to Production Patterns
Everything about Go! Goroutine/channel concurrency, interfaces and duck typing, error handling patterns, generics (1.18+), structs and methods, testing, profiling, gRPC/REST servers, CLI tools, and optimized Docker build
2026-03-23 · 23 min read #go#golang#goroutine#channel#interfaceFrom Shell Basics to Advanced Operations: A Practical Shell Guide for Engineers
From Bash/Zsh basic syntax to pipelines, process substitution, signal handling, and performance optimization -- this guide covers essential Shell techniques that every working engineer must know, with practical code exam
2026-03-07 · 12 min read #linux#shell#bash#zsh#scriptingThe Joy of Never Touching the Mouse: 5 Key Strategies to Maximize Terminal Productivity
Seamless navigation with vim-tmux-navigator, intuitive panel splitting, ultra-fast feedback loops with Vimux, system clipboard synchronization, and Dotfiles management — a comprehensive guide to 5 key strategies for maxi
2026-03-01 · 38 min read #vim#tmux#terminal#productivity#neovimThe Complete Tmux Command Guide: Every Command to 10x Your Productivity with a Terminal Multiplexer
From Tmux session/window/pane concepts to key bindings, copy mode, plugins, custom configuration (.tmux.conf), pair programming, and SSH remote work — a comprehensive guide to every Tmux command with practical examples.
2026-03-01 · 32 min read #tmux#terminal#linux#multiplexer#productivityThe Complete Vim Command Guide: Master Every Command of the Ultimate Text Editor
From Vim modal editing philosophy to navigation, editing, Visual Mode, text objects, command mode, macros, .vimrc configuration, and plugins — a comprehensive guide to every Vim command with practical examples.
2026-03-01 · 24 min read #vim#neovim#editor#linux#terminalClaude Code Complete Guide: How to Revolutionize Development Productivity with Anthropic's AI Coding Agent
A complete guide to Anthropic's official CLI tool Claude Code — from installation to core commands, slash commands, MCP server integration, multi-agent architecture, IDE integration, CLAUDE.md usage, and custom hooks — a
2026-03-01 · 35 min read #claude-code#anthropic#ai-coding#cli#ai-agent