SShortSingh.
Back to feed

claude-sessions script lets you restore all Claude Code CLI sessions across projects at once

0
·1 views

A developer published an open-source shell script called claude-sessions that solves a recovery gap in Anthropic's Claude Code CLI tool. The built-in claude --resume command only lists sessions from the current directory, making multi-project recovery tedious after a system crash. The script reads Claude Code's existing JSONL session files stored locally and aggregates every session from every project into a single fzf-powered picker, sorted newest first. Users can press Enter to reopen a highlighted session in a new iTerm tab or tmux window, with the picker remaining open to restore additional sessions. The tool requires fzf and Python 3, supports Linux via tmux, and is installable with a single curl command from GitHub.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingHacker News ·

Ternlight: Tiny 7MB AI Embedding Model Runs Entirely in the Browser via WASM

Ternlight is a newly released embedding model that weighs just 7 megabytes and runs directly in web browsers using WebAssembly (WASM) technology. The project was shared on Hacker News, where it attracted early community attention. Its compact size makes it suitable for client-side AI tasks without requiring server-side infrastructure. A live demo has been made available online, allowing users to test the model's capabilities firsthand.

0
ProgrammingHacker News ·

Developer builds Harry Potter-inspired AI diary using Fable framework

A developer named Maxime Rivest has created an open-source project called Riddle, hosted on GitHub, that recreates the concept of Tom Riddle's sentient diary from the Harry Potter series. The project uses Fable, a framework designed to make AI interactions more dynamic and narrative-driven. The diary behaves as an interactive AI character, responding to users in the style of the fictional artefact from J.K. Rowling's universe. The project was shared on Hacker News, where it garnered modest early attention with 8 points and no comments at the time of posting.

0
ProgrammingDEV Community ·

Yumma CSS Maps Utility Classes Directly to CSS Properties and Values

Yumma CSS is a utility-first CSS framework developed over three years as a solo project, designed for developers who already think in standard CSS. Unlike Tailwind CSS, which uses its own readable but non-CSS-native class names, Yumma CSS derives class names mechanically from the initials of CSS property and value words — for example, 'align-items: center' becomes '.ai-c'. The framework uses a fixed spacing scale based on 0.25rem increments and deliberately excludes arbitrary value syntax, prioritizing codebase consistency over flexibility. Because the system relies on familiarity with CSS properties, it is explicitly intended for experienced developers rather than beginners. The project is still in early stages, with documentation and an online playground available for those who want to explore it without installation.

0
ProgrammingDEV Community ·

AI-Generated Code Shifts Review Burden Downstream, Mirroring Social Media's Noise Problem

A software developer writing on DEV Community observed that an AI-generated comment on his product launch post recycled his own article's points back to him, prompting a reflection on effort and cost. He argues that when content production becomes nearly free — whether social media posts around 2008–2012 or AI-generated code today — the burden of evaluating quality does not disappear but shifts to those downstream. In social media, that cost landed on scrolling readers; in software development, it now falls on code reviewers, maintainers, and late-night debuggers. The developer contends this redistribution of effort happens automatically once producing stops carrying a real cost, because assessing quality remains expensive and nothing has made it cheaper. He acknowledges that much pre-AI code was already low-quality boilerplate, but stresses that the volume surge driven by AI generation has made the hidden cost of sorting good from bad significantly larger.