summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-13 23:47:59 +0200
committerPaul Buetow <paul@buetow.org>2026-02-13 23:47:59 +0200
commit39b8ed83ed0e9c30fda39e978b1b2e3ffeaa2288 (patch)
tree420bb66055675cf8fc04a23fd64d909ead8e9e8a /AGENTS.md
parent8a2251d1fceaed3c563c4916b6b43b03fd44b7c8 (diff)
cleanup
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 577dca5..ab98ccb 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -7,7 +7,6 @@ This file helps AI assistants (Cursor, Claude, etc.) work effectively in this re
**Loadbars** is a real-time server load monitoring tool. It connects to one or more hosts via SSH (or runs locally) and shows CPU, memory, and network usage as vertical colored bars in an SDL window. It does not record or graph history; it shows current state only (like `top` or `vmstat`).
- **Repo:** codeberg.org/snonux/loadbars
-- **Language:** Go (primary); legacy Perl code remains in `lib/` for reference.
- **Display:** SDL2 (go-sdl2). No in-window text/fonts; all bars are drawn with filled rectangles. User feedback (hotkeys, which interface, etc.) is printed to stdout.
## Tech stack