internal/queue/manager.go persists pending entries to ~/.cue/queue.json, and README.md even lists queue.json — pending queue entries, but there is no command that lets users inspect that file or cancel/guard queued installs.
Could we add a cue queue list (or status) command that reads the JSON, prints each entry with wait time and package manager, and optionally lets the user cancel or reprioritize an entry? That would make the queue visible without opening the raw JSON.
internal/queue/manager.gopersists pending entries to~/.cue/queue.json, andREADME.mdeven listsqueue.json — pending queue entries, but there is no command that lets users inspect that file or cancel/guard queued installs.Could we add a
cue queue list(orstatus) command that reads the JSON, prints each entry with wait time and package manager, and optionally lets the user cancel or reprioritize an entry? That would make the queue visible without opening the raw JSON.