Skip to content

Add compact repo list printing - #1759

Open
rfbgo wants to merge 1 commit into
Ramble-Project:developfrom
rfbgo:repo_compact
Open

Add compact repo list printing#1759
rfbgo wants to merge 1 commit into
Ramble-Project:developfrom
rfbgo:repo_compact

Conversation

@rfbgo

@rfbgo rfbgo commented Sep 2, 2026

Copy link
Copy Markdown
Collaborator

The existing format is great but gets very long:

==> 4 applications repositories.
builtin.mock    /Users/robertbird/ramble/injconf/var/ramble/repos/builtin.mock
extra       /Users/robertbird/extra
builtin         /Users/robertbird/ramble/var/ramble/repos/builtin
==> 4 modifiers repositories.
builtin.mock    /Users/robertbird/ramble/injconf/var/ramble/repos/builtin.mock
builtin         /Users/robertbird/ramble/var/ramble/repos/builtin
==> 3 package_managers repositories.
extra      /Users/robertbird/extra
builtin        /Users/robertbird/ramble/var/ramble/repos/builtin
==> 3 workflow_managers repositories.
extra      /Users/robertbird/extra
builtin        /Users/robertbird/ramble/var/ramble/repos/builtin
==> 3 systems repositories.
...

This offers a compact alternative:

 $ ramble repo list -c
==> 4 repositories.
NAMESPACE     TYPES                    PATH
builtin       all                      /Users/robertbird/ramble/var/ramble/repos/builtin
builtin.mock  applications, modifiers  /Users/robertbird/ramble/injconf/var/ramble/repos/builtin.mock
extra     all (non-utility)        /Users/robertbird/extra

Signed-off-by: Bob <robertbird@google.com>
@rfbgo rfbgo changed the title Add compact rpeo list printing Add compact repo list printing Sep 2, 2026
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.

1 participant