Skip to content

proxmox/chr_install.sh: unified guest list (VMs + containers) - #18

Merged
gpas45 merged 1 commit into
mainfrom
claude/gifted-archimedes-ujs7a4
Jun 12, 2026
Merged

proxmox/chr_install.sh: unified guest list (VMs + containers)#18
gpas45 merged 1 commit into
mainfrom
claude/gifted-archimedes-ujs7a4

Conversation

@gpas45

@gpas45 gpas45 commented Jun 12, 2026

Copy link
Copy Markdown
Owner

Replaces the hard-to-read separate qm list / pct list output with a single table.

  • New list_guests helper normalises VMs (qm) and containers (pct) into one ID / TYPE / STATUS / NAME table sorted by ID.
  • Handles VM names containing spaces (e.g. VM 111) and the optional pct Lock column.
  • Columns are aligned with awk, so no external column utility is required.

https://claude.ai/code/session_016rtazH8tiWw4fqCuLcEPFC


Generated by Claude Code

Replace the separate 'qm list' and 'pct list' output with a single
list_guests helper that normalises both into one ID/TYPE/STATUS/NAME
table sorted by ID. Handles VM names containing spaces and the optional
pct Lock column, and aligns columns with awk so no external 'column'
utility is required.
@gpas45
gpas45 merged commit 5911298 into main Jun 12, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants