shell

Tag

Cards List
#shell

Spark: Sparklines in your shell

Hacker News Top · 2026-08-30 Cached

A command-line tool called Spark that provides sparkline visualizations in the shell, authored by Jason A. Donenfeld.

0 favorites 0 likes
#shell

IPython is All You Need

Lobsters Hottest · 2026-08-24 Cached

Nathan Cooper humorously explains how to use IPython as a terminal shell, highlighting features like running bash commands without the '!' prefix and displaying images in the terminal, with safety tools like safepyrun and safecmd.

0 favorites 0 likes
#shell

A shell colon does nothing. Use it anyway

Lobsters Hottest · 2026-07-25 Cached

Explains the shell colon (null command) and its practical uses like argument checking, setting defaults, and file operations.

0 favorites 0 likes
#shell

Where did my segfault go?

Lobsters Hottest · 2026-07-11 Cached

The author investigates why segmentation faults are not displayed when using entr to run a C program, discovering that bash's exec optimization suppresses the error message unless the command is run in a subshell or script.

0 favorites 0 likes
#shell

DMS 1.5 "The Wolverine" Released

Hacker News Top · 2026-07-08 Cached

DMS 1.5 'The Wolverine' is released, introducing Frame Mode, native DankCalendar integration, Hyprland Lua config, and enhanced MangoWM support.

0 favorites 0 likes
#shell

The full stack of terminals explained

Hacker News Top · 2026-07-05 Cached

A comprehensive guide explaining the differences and relationships between terminals, shells, TTYs, consoles, and related concepts like POSIX and ANSI escape codes, including hands-on TUI creation.

0 favorites 0 likes
#shell

What I got wrong about fast terminals

Lobsters Hottest · 2026-06-08 Cached

The author corrects earlier claims about fast terminals, noting that benchmark methods were flawed, modern plugin managers like antidote don't add overhead, and recommends a faster syntax highlighter. The real preference is for simplicity, not just speed.

0 favorites 0 likes
#shell

Life is too short for a slow terminal

Lobsters Hottest · 2026-06-06 Cached

This article details practical techniques to speed up terminal startup by avoiding frameworks, caching completions, and lazy-loading tools, achieving a 30ms shell start.

0 favorites 0 likes
#shell

The terminal, the TTY, and the shell

Lobsters Hottest · 2026-06-04 Cached

A technical educational article explaining the three distinct layers that make up what users perceive as 'the terminal': the terminal emulator, the TTY/pseudo-terminal, and the shell. The article aims to give developers a precise understanding of these components on Unix-like systems.

0 favorites 0 likes
#shell

Oils - Reviewing Our NLnet Grants After 4 Years

Lobsters Hottest · 2026-06-02 Cached

The Oils project reviews its four years of NLnet-funded development, presenting plots showing progress on OSH and YSH shells, including completion of Python-to-C++ translation and memory-safe garbage collection.

0 favorites 0 likes
#shell

zsh 5.9.1 released

Lobsters Hottest · 2026-06-01 Cached

zsh 5.9.1 is a stable maintenance release with bug fixes, build improvements, and a few minor new features.

0 favorites 0 likes
#shell

Rubish: A Unix shell written in pure Ruby

Hacker News Top · 2026-05-23 Cached

Rubish is a Unix shell written in pure Ruby that aims for full bash compatibility while deeply integrating Ruby features such as blocks, iterators, and method chaining.

0 favorites 0 likes
#shell

I built a beta tool for turning shell and AI agent sessions into reusable context

Reddit r/AI_Agents · 2026-05-21

Visr is a beta tool that captures shell and AI agent sessions, converting ephemeral terminal interactions into reusable transcripts, runbooks, skills, and evals for better context in future runs.

0 favorites 0 likes
#shell

Open-sourcing a shell-level security layer for AI agents

Reddit r/AI_Agents · 2026-05-21

Open-sourcing a shell-level control layer that blocks dangerous commands, exposes fake secrets, and enforces runtime policies to make AI agents safer and more deterministic in developer environments.

0 favorites 0 likes
#shell

I embedded an AI agent in my shell. It can now run interactive programs.

Reddit r/LocalLLaMA · 2026-05-07

The author introduces 'agent-sh', an open-source project that embeds an AI agent directly into the shell to manage interactive programs and terminal commands without manual copy-pasting.

0 favorites 1 likes
← Back to home

Submit Feedback