Quoting OpenAI Codex CLI
A guide on using the OpenAI Codex CLI, focusing on skill workflows, reading SKILL.md files, and efficient resource management.
A guide on using the OpenAI Codex CLI, focusing on skill workflows, reading SKILL.md files, and efficient resource management.
Analysis of Mistral AI's new open-source CLI coding agent 'Vibe', including its architecture, prompts, and a practical test.
Announcing sqlite-utils 4.0a1, a Python library and CLI for SQLite, detailing minor backwards incompatible changes before the stable release.
A guide to parakeet-mlx, a project porting NVIDIA's Parakeet ASR model to Apple's MLX framework for fast, local audio transcription.
A guide to building a custom CLI coding agent using the Pydantic-AI framework and Model Context Protocol for project-specific development tasks.
A tutorial on building a command-line chatbot using Node.js, LangChain, and OpenAI's API for interactive conversations.
How to use Node.js's --watch flag to create simple, interactive TypeScript playgrounds for quick code experimentation.
A tutorial on building a simple interactive command-line interface (CLI) application using Node.js and TypeScript.
A technical guide on using FFmpeg to invert video colors, converting a dark mode screen recording into a light mode version with a single command.
Analysis of a survey on the most frustrating aspects of using the terminal, based on responses from 1600 experienced users.
A guide to essential Docker commands for developers, covering image management, container operations, and workflow optimization.
Explores the idea that command-line interfaces foster social sharing and creativity, while GUIs are 'antisocial' and lack the same collaborative potential.
A technical guide on using jq and shell scripting to extract multiple values from Terraform JSON output for database connection.
A TypeScript talk write-up on creating advanced types for the Commander.js library to improve CLI development safety and developer experience.
Announcing the first stable release of kcctl, a modern command-line client for managing Apache Kafka Connect, inspired by kubectl.
An in-depth look at how NPM works, covering its core components like the CLI, module resolution, and lockfiles, as part of an 'under-the-hood' series.
Learn how to disable anonymous telemetry data collection in Next.js using CLI commands or environment variables.
Notes from a course on building custom CLI tools using oclif and TypeScript, covering debugging, prompts, and scaffolding.
A developer shares tips and code examples for creating a command-line interface (CLI) tool using Node.js, yargs, and Jest.