Tag
Bash4LLM+ is a lightweight, dependency-free Bash wrapper for LLM APIs, offering secure and auditable interaction with Groq and other providers, with features like dynamic model lists, streaming, and extensible extras.
This article explores the concept of using a text editor as a user interface for command-line programs, highlighting how it leverages the editor's full editing capabilities while remaining simple to implement, with examples like crontab -e and a custom image gallery tool.
A quick guide on applying LUTs (color grading) to video footage using the ffmpeg command-line tool, specifically for DJI Osmo Pocket D-Log footage. The post includes commands and a bash script for batch processing.
TMax presents a straightforward method for building AI agents that operate in terminal environments, combining practical design principles for effective command-line automation.
CLI-Anything is an agent-native CLI platform that turns applications into command-line harnesses for AI agents. The technical report details CLI-Hub, a registry with nearly 100 CLIs across 35 categories and over 200,000 agent-driven CLI calls.
OpenCLI App released, no npm required, integrates convenient features like auto-refresh login status, making it easy for regular users.
xan is a high-performance command-line CSV processing tool written in Rust, featuring SIMD parsing, parallel computation, and terminal-based data visualization capabilities.
Claude Code team shares best practices: CLAUDE.md should be as short as possible and regularly cleared; insists on CLI over GUI because models improve too fast; using AI to fix bugs is already remarkably efficient. Core strategy: subtract, keep configuration light, and trust model capabilities.
Introduces pkgcli, a new command-line client for PackageKit that offers human-friendly commands, colored output, a JSON scripting mode, and better internationalization, replacing the decade-old pkcon.
mini-swe-agent is a minimal, open-source SWE-agent implementation that tops DeepSWE benchmarks with just 100 lines of code and a single bash tool. The team also open-sourced mini-swe-code for interactive use and mini-swe-acp for evaluation harness across benchmarks.
Release of llm 0.32a3, an alpha version of Simon Willison's command-line tool for interacting with large language models.
Fort is a command-line tool that audits and fixes Mac security issues with a single command.
Hugging Face updates its `hf` CLI tool to be friendly for AI agents, acknowledging that half of its users may be non-human by 2026.
Courtside is a terminal UI for following NBA games, box scores, and standings, pulling data from public NBA endpoints and offering keyboard-driven navigation.
Microsoft has released Coreutils for Windows, a set of native Unix-style core tools (such as cat, cp, ls, etc.), aimed at reducing cross-platform script and development environment differences. It can be installed via WinGet and is currently in preview.
Microsoft announces Intelligent Terminal 0.1, an open-source experimental fork of Windows Terminal with native AI agent integration, including an agent pane, automatic error detection, and agent management.
Microsoft releases a native build of UNIX core utilities for Windows, including uutils/coreutils, findutils, and grep, packaged as a single multicall binary for frictionless cross-platform scripting.
A reflection on how early AI chat interfaces resemble command-line interaction patterns, and a speculation about when a GUI-like paradigm shift will emerge for AI interactions, where the AI can directly observe and act on the user's context.
LiteCoder-Terminal-Gen introduces a zero-dependency synthetic pipeline that generates executable terminal training environments, producing SFT and RL datasets that enable language agents to achieve significant performance gains on Terminal Bench benchmarks.
A blog post explains how to adjust a Mac's system volume from the command line using AppleScript and provides a custom bash script for easier control.