aboutsummaryrefslogtreecommitdiffstats
path: root/dev-docs/alfred.md
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-14 16:39:16 +0300
committerAhmed <git@gumx.cc>2026-06-14 16:39:16 +0300
commit4cace2f42208bc54298894d4bc0988b165bd73da (patch)
tree2f4a2d181116fe63c00f168747cd7a73e753e321 /dev-docs/alfred.md
parent5a8d568931d9b23ce0df1265d05259a7012081c9 (diff)
add: hooks, documentation, and other vibed edits
Diffstat (limited to 'dev-docs/alfred.md')
-rw-r--r--dev-docs/alfred.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-docs/alfred.md b/dev-docs/alfred.md
index 74876c5..49e2a08 100644
--- a/dev-docs/alfred.md
+++ b/dev-docs/alfred.md
@@ -153,9 +153,11 @@ These need proper parsing and formatted output.
These parse `top -b -n 1` output. The column indices are hardcoded to match
the Alpine Linux `top` format from busybox:
+
```
PID PPID USER STAT VSZ %VSZ CPU %CPU COMMAND
```
+
If the system uses a different `top` (procps-ng for example), the column
indices may be wrong. This is documented as a known platform dependency.