Showing git owner alongside the repo name #29
jeremychoi
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Request: Display owner/org name in lola mod ls output
Currently, lola mod ls shows only the repository name when listing modules. I'd like to propose including the git owner (user or organization) alongside the repo name.
For example,
Why?
Multiple users or organizations can have repositories with the same name. Without the owner context, it can be unclear which module is being referenced.
Proposed format:
owner/repo-name
For example:
jeremychoi/agent-skills
This follows the familiar owner/repo convention used by GitHub, GitLab, and other git platforms, making it intuitive for users.
WDYT?
Beta Was this translation helpful? Give feedback.
All reactions