
flow
A terminal dashboard that shows your internet throughput in real time, with a deliberately minimal interface designed to be understood within one second.
Provides a live, kernel-tracepoint-based view of every signal on a Linux system, showing who sent it, who received it, whether it was caught, and if it interrupted a syscall—all without per-process tracing or overhead.
126
No data
2
0
No data
2026-07-13
tail -f for signals. Every signal any process on the box raises — who sent it, who it hit, which signal, how it was raised (kill(2), the kernel, a POSIX timer), whether the target caught it and how long its handler ran, whether it tore a blocked syscall out with EINTR.
Similar projects matched by category, topics, and programming language.

A terminal dashboard that shows your internet throughput in real time, with a deliberately minimal interface designed to be understood within one second.

A GPU-rendered terminal in pure Rust that is roughly twice as fast as Alacritty, Ghostty, or Kitty, with built-in inline completions and syntax highlighting.

A cross-platform TUI tool for inspecting USB device trees, implemented in pure Rust without requiring root privileges or libusb.