https://github.com/damianfral/github-ls
A simple tool that uses the GitHub API to list your repositories.
https://github.com/damianfral/github-ls
cli github-api haskell nix
Last synced: 4 months ago
JSON representation
A simple tool that uses the GitHub API to list your repositories.
- Host: GitHub
- URL: https://github.com/damianfral/github-ls
- Owner: damianfral
- License: mit
- Created: 2022-12-17T04:32:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-01T18:14:40.000Z (6 months ago)
- Last Synced: 2025-07-01T19:25:26.397Z (6 months ago)
- Topics: cli, github-api, haskell, nix
- Language: Haskell
- Homepage:
- Size: 56.6 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-ls
A simple tool that uses the GitHub API to list your repositories.
## Run
```shell
nix run github:damianfral/github-ls
```
### Options
```text
github-ls - List your github repositories
Usage: github-ls [--org TEXT] [--access ACCESS] [--display DISPLAY]
[--lang TEXT] [--archived] [--sort SORTING]
Available options:
-h,--help Show this help text
--org TEXT Print only repos owned by this organization
--access ACCESS Print only repos with this access (public|private)
--display DISPLAY Print field (name|url|ssh|git)
--lang TEXT Print only repos matching this language
--archived Print also archived repos
--sort SORTING Sort by (name|update|age)
```