-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
enhancementa request to improve CLIa request to improve CLI
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementa request to improve CLIa request to improve CLI