Skip to content

New feature : ls-like command to list your repositories #2220

@jeremynac

Description

@jeremynac

Describe the feature or problem you’d like to solve

We cannot, as of now, use the commandline to check which repositories we have, their status... When you want to clone a repository, it's always useful to see which one you have, like on the web UI.

Proposed solution

I propose a command, like the shell command 'ls', that lists your repositories. This way, users won't have to go to the web interface to check their repositories before cloning or updating things.
Additionally, like the regular ls, it could provide several options, to see the repositories content in detail and many other things.
for example: gh repo ls: to list available repos
gh repo ls -t : to sort by date
...

Additional context

It could be a new command, or just new options to the gh repo view command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementa request to improve CLI

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions