{"id":20784867,"url":"https://github.com/emad-elsaid/lsgh","last_synced_at":"2025-07-27T16:13:08.301Z","repository":{"id":56882316,"uuid":"97327745","full_name":"emad-elsaid/lsgh","owner":"emad-elsaid","description":"List github user repository and pull requests in directory structure format","archived":false,"fork":false,"pushed_at":"2017-07-15T16:23:35.000Z","size":6,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T21:41:25.093Z","etag":null,"topics":["cli","github","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emad-elsaid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-15T16:20:58.000Z","updated_at":"2018-02-08T19:56:17.000Z","dependencies_parsed_at":"2022-08-20T23:40:54.407Z","dependency_job_id":null,"html_url":"https://github.com/emad-elsaid/lsgh","commit_stats":null,"previous_names":["blazeeboy/lsgh"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emad-elsaid%2Flsgh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emad-elsaid%2Flsgh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emad-elsaid%2Flsgh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emad-elsaid%2Flsgh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emad-elsaid","download_url":"https://codeload.github.com/emad-elsaid/lsgh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252430485,"owners_count":21746667,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","github","ruby"],"created_at":"2024-11-17T14:34:03.992Z","updated_at":"2025-05-05T03:23:17.694Z","avatar_url":"https://github.com/emad-elsaid.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lsgh (ls github)\n\nList a github organisation/user repositories and open pull requests for each repository in a directory hirarchy format\n\n## Installation\n\ninstall if via `gem`, an executable `lsgh` will be available in your system\n\n    $ gem install lsgh\n\n## Usage\n\n```\nUsage: lsgh [options]...\n    -v, --version                    Print version\n    -h, --help                       Show this help text\n    -t, --token=github_token         Github access token, if not specified the environment variable GITHUB_API_TOKEN is used\n    -o, --org=organisation_name      github organisation name to list repositories for\n    -u, --user=username              github user name to list repositories for\n    -r, --repo=Repository            list a specific repository pull requests for this user or org\n```\n\n## Example output\n\n```\n$ lsgh -u blazeeboy\n```\n\nlists all repositories in that format\n```\nuser/private|public/repo name/user name/pull request title\n```\n\n```\nblazeeboy/public/active_admin\nblazeeboy/public/Airpad\nblazeeboy/public/amun\nblazeeboy/public/askwiki\nblazeeboy/public/awesome-static-analysis\nblazeeboy/public/Birdflu\nblazeeboy/public/blazeeboy.github.io\nblazeeboy/public/Bounce-Game\nblazeeboy/public/capistrano-decompose\nblazeeboy/public/chef-postgresql\nblazeeboy/public/Codeigniter-Egypt\nblazeeboy/public/CodeIgniter-Ion-Auth\nblazeeboy/public/Colosseum-plugin\nblazeeboy/public/CommunityRules\nblazeeboy/public/CS3D499-Plugin\nblazeeboy/public/darkroomjs\nblazeeboy/public/deploy\nblazeeboy/public/devtools\nblazeeboy/public/dirtree\nblazeeboy/public/dirtree/nemoload/Local dependencies\nblazeeboy/public/EgyptianGeeksArchive\nblazeeboy/public/fb2jekyll\nblazeeboy/public/Gamra\nblazeeboy/public/Github-PHP-Wiki\nblazeeboy/public/inquirer.rb\nblazeeboy/public/jumping-blocks\nblazeeboy/public/noty\nblazeeboy/public/octopress\nblazeeboy/public/portableBrowser\nblazeeboy/public/QA\nblazeeboy/public/Quantum\nblazeeboy/public/rubrowser\nblazeeboy/public/RubyScripts\nblazeeboy/public/Sefa-lang\nblazeeboy/public/Sema-lang\nblazeeboy/public/timer\nblazeeboy/public/Todo\nblazeeboy/public/touch-mouse\nblazeeboy/public/xlog\n```\n\n## Conjunctions\n\nYou can use it in conjunction with [dirtree](https://www.github.com/blazeeboy/dirtree) to draw an interactive tree from the output.\n\n![](http://i.imgur.com/nkmQNKu.png)\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/blazeeboy/lsgh. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Lsgh project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/blazeeboy/lsgh/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femad-elsaid%2Flsgh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femad-elsaid%2Flsgh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femad-elsaid%2Flsgh/lists"}