Tapehead: CLI Tool for Stateful Random Access of File Streams
By
emamoah
Fresh out the oven, still warm. Top of the tray.
Summary
Tapehead is a command-line utility (CLI) tool for stateful random access of file streams, allowing users to interactively read, write, and seek to any position within files. The tool was created by the developer when debugging a scull driver for a virtual character device, as they couldn't find existing tools for stateful file stream manipulation. It runs a REPL session for interactive file operations and is useful for debugging drivers and other file stream-related tasks.
Key quotes
· 4 pulledThe tool runs a REPL session in which you can run commands to read, write, and seek to any position within the file stream.
I wrote a shabby version of this when I was trying to debug my scull driver, which controls a simple virtual character device.
I was amazed I couldn't find a tool that allowed me to statefully seek, read and write to a file, so I just improvised some code.
It's quite useful for tasks like debugging a driver, or anything that has to do with file streams.
You might also wanna read
Runprompt: Command-Line Tool for Running LLM Prompts from Shell Using .prompt Files
Runprompt is a command-line tool that allows users to run LLM prompts directly from their shell using .prompt files. The tool uses a single-
Researcher's "ADHD" tool for Claude Code claims 2x improvement; experts call for more evidence
Solo researcher Udit Akhouri released a third-party Agent SDK tool called "ADHD" for Claude Code on Reddit, claiming it helps coding agents
bit.ly·4h agoMicrosoft Foundry Skill: Reusable Guidance for Coding Agent Workflows
The Microsoft Foundry Skill is a meta-skill for coding agents that provides reusable guidance for Foundry agent workflows. It helps standard
Erlang Ecosystem Foundation Launches Central Company Registry
The Erlang Ecosystem Foundation has launched a new canonical company registry at registry.erlef.org. The registry aims to serve members, spo
aislop: Open-source CLI tool detects low-quality code patterns left by AI coding agents
aislop is an open-source CLI tool (MIT-licensed) that detects low-quality patterns left behind by AI coding agents like Claude Code, Cursor,
wterm: A DOM-based Web Terminal Emulator Powered by Zig and WebAssembly
wterm is a web-based terminal emulator that renders directly to the DOM, providing native text selection, copy/paste, find functionality, an
