bash

Tag

Cards List
#bash

stinkpot: sqlite-backed shell history

Lobsters Hottest · yesterday Cached

Stinkpot is a lightweight, SQLite-backed shell history searcher for bash, similar to atuin but with fewer features and around 400 lines of Go.

0 favorites 0 likes
#bash

I wrote an bash enumerator because I was sick of xargs

Hacker News Top · 5d ago Cached

The author created a bash enumerator tool to replace xargs for command-line enumeration tasks.

0 favorites 0 likes
#bash

Observation-Oriented Programming: how I organize a swarm of terminal AI agents around *watching* instead of *doing*

Reddit r/AI_Agents · 2026-07-13

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.

0 favorites 0 likes
#bash

@dabit3: this sucks, there's a simple way to prevent this from ever happening: add a PreToolUse hook that hard-blocks any comman…

X AI KOLs Following · 2026-07-10 Cached

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.

0 favorites 0 likes
#bash

Decoding the obfuscated bash script on a Uniqlo t-shirt

Hacker News Top · 2026-07-08 Cached

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.

0 favorites 0 likes
#bash

Amber the programming language compiled to Bash/Ksh/Zsh

Hacker News Top · 2026-07-07 Cached

Amber is a modern, type-safe programming language that compiles to Bash, Ksh, or Zsh, enabling safer and more robust shell scripting.

0 favorites 0 likes
#bash

POSIX Is Not a Shell

Hacker News Top · 2026-06-28 Cached

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.

0 favorites 0 likes
#bash

Show HN: Bash4LLM+ – A lightweight, dependency-free Bash wrapper for LLM APIs

Hacker News Top · 2026-06-28 Cached

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.

0 favorites 0 likes
#bash

Bashblog – a single bash script to create blogs

Hacker News Top · 2026-06-28 Cached

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.

0 favorites 0 likes
#bash

@sairahul1: I genuinely don't understand why everyone isn't using this yet. There is one Claude Code feature that: → runs your test…

X AI KOLs Timeline · 2026-06-24 Cached

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.

0 favorites 0 likes
#bash

AMD introduces an AI-powered Bash coding agent

Reddit r/artificial · 2026-06-19 Cached

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.

0 favorites 0 likes
#bash

TIL: You can make HTTP requests without curl using Bash /dev/TCP

Hacker News Top · 2026-06-16 Cached

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.

0 favorites 0 likes
#bash

Jinx: Meta-build-system for bootstrapping operating system distributions

Lobsters Hottest · 2026-06-15 Cached

Jinx is a meta-build-system for bootstrapping operating system distributions, inspired by xbstrap and package build systems from Void Linux and Arch Linux.

0 favorites 0 likes
#bash

@mylifcc: Want to truly understand how Claude Code works, not just stay at the prompt level? This repo is extremely hardcore: shareAI-lab/learn-claude-code "Bash is all you need"—— from 0 to…

X AI KOLs Timeline · 2026-06-11 Cached

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.

0 favorites 0 likes
#bash

@BohuTANG: After quantification, it turns out that pi's current 4 tools (read / bash / edit / write) plus glob and grep can go up another level. These two are high-frequency tools, but relying on the LLM to piece together a usable bash to replace them is actually quite difficult — it often...

X AI KOLs Timeline · 2026-06-08 Cached

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.

0 favorites 0 likes
#bash

@aparnadhinak: https://x.com/aparnadhinak/status/2062233330196926720

X AI KOLs Timeline · 2026-06-03 Cached

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.

0 favorites 0 likes
#bash

@levelsio: So here's my latest set up Every site I have is a profile on Termius like > hoodmaps .com I click it and immediately I'…

X AI KOLs Timeline · 2026-05-22 Cached

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.

0 favorites 0 likes
#bash

Piping terminal output to the browser using systemfd

Lobsters Hottest · 2026-05-11 Cached

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.

0 favorites 0 likes
#bash

Replacing Ctrl-R in Bash without TIOCSTI

Lobsters Hottest · 2026-05-10 Cached

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.

0 favorites 0 likes
#bash

@zhuofengli96475: DCI just hit #1 on Hugging Face Daily Papers! Try it Now! @HuggingPapers https://huggingface.co/papers/2605.05242…

X AI KOLs Following · 2026-05-09 Cached

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.

0 favorites 0 likes
← Back to home

Submit Feedback