Tag
Stinkpot is a lightweight, SQLite-backed shell history searcher for bash, similar to atuin but with fewer features and around 400 lines of Go.
The author created a bash enumerator tool to replace xargs for command-line enumeration tasks.
A developer details Observation-Oriented Programming (OOP), a paradigm for organizing a swarm of terminal AI agents around watching observability data rather than task execution. The system uses tmux, cron, bash, and an append-only log file, with agents acting as observers that correlate signals and materialize actions only after interpretation.
Bash Guard is a simple hook that blocks risky shell commands (like sudo, rm outside project) before local coding agents run them, preventing accidental file deletion. Supports Claude Code, Codex CLI, and Devin CLI.
A blog post details the discovery and decoding of an obfuscated bash script printed on a Uniqlo t-shirt as part of Akamai's Peace for All campaign, which reveals a hidden Easter egg message when executed.
Amber is a modern, type-safe programming language that compiles to Bash, Ksh, or Zsh, enabling safer and more robust shell scripting.
This article argues that POSIX is a specification, not a program, and that shell implementations such as bash and dash behave differently even for basic commands like echo. It calls for testing across multiple shells rather than relying on the notion of 'POSIX compliance' for portability.
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.
Bashblog is a single bash script that lets you create a static blog from the command line with zero dependencies, supporting Markdown, RSS, tags, and comments.
Sai Rahul highlights Claude Code's Hooks feature that automates test running after edits, blocks destructive bash commands, logs spending, sends Slack alerts, and rewrites bad output automatically.
AMD has released GAIA 0.21.2, introducing gaia-bash, an AI-powered bash scripting assistant for writing, reviewing, testing, and debugging shell scripts on AMD hardware. It supports multiple interfaces including TUI, CLI, pipe mode, REST API, and MCP stdio server.
Learn how to use bash's built-in /dev/tcp feature to make HTTP requests from containers without curl or wget, useful for lightweight debugging in restricted environments.
Jinx is a meta-build-system for bootstrapping operating system distributions, inspired by xbstrap and package build systems from Void Linux and Arch Linux.
Introduces an open-source learning project that implements a Claude Code-like agent harness from scratch, covering 20 lessons that gradually add core mechanisms, along with runnable code and documentation.
BohuTANG found through quantitative analysis that adding dedicated grep and glob functions to the pi tool reduces the detours of LLM-generated bash and improves efficiency.
A Twitter thread discussing whether a database filesystem abstraction (PostgresFS) or a skill-based approach with local Bash is better for agent workflows. The skill approach wins on composability and speed.
Pieter Levels shares his server workflow using Termius profiles and a custom tmux function that auto-attaches to per-site sessions, enabling seamless switching between devices and consistent work sessions.
The article demonstrates a Bash script technique using systemfd, watchexec, and socat to pipe terminal compilation logs directly to a browser during web server development in Rust.
The article details a method to replace Bash's Ctrl-R history search using a custom tool, adapting to recent Linux kernel security changes that restrict TIOCSTI usage.
DCI (Direct Corpus Interaction) proposes using simple terminal tools like grep and bash for agentic search, outperforming traditional retrieval methods without embeddings or vector indexes.