{"id":23453621,"url":"https://github.com/dj95/glazy","last_synced_at":"2025-10-30T20:31:59.440Z","repository":{"id":269475211,"uuid":"906717636","full_name":"dj95/glazy","owner":"dj95","description":"GitLab CLI for the lazy ones","archived":false,"fork":false,"pushed_at":"2025-02-14T18:58:52.000Z","size":144,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T19:37:51.010Z","etag":null,"topics":["cli","git","gitlab"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dj95.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-21T17:42:10.000Z","updated_at":"2025-02-14T18:58:53.000Z","dependencies_parsed_at":"2025-01-28T17:27:39.942Z","dependency_job_id":"d0e47bb6-3a6f-48ae-be4c-26a09d2119b9","html_url":"https://github.com/dj95/glazy","commit_stats":null,"previous_names":["dj95/glazy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj95%2Fglazy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj95%2Fglazy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj95%2Fglazy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj95%2Fglazy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dj95","download_url":"https://codeload.github.com/dj95/glazy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239055925,"owners_count":19574361,"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","git","gitlab"],"created_at":"2024-12-24T02:19:02.845Z","updated_at":"2025-10-30T20:31:53.892Z","avatar_url":"https://github.com/dj95.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eglazy\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  GitLab CLI for the lazy ones.\n  \u003cbr\u003e\u003cbr\u003e\n  \u003ca href=\"https://github.com/dj95/glazy/actions/workflows/lint.yml\"\u003e\n    \u003cimg alt=\"clippy check\" src=\"https://github.com/dj95/glazy/actions/workflows/lint.yml/badge.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/dj95/glazy/releases\"\u003e\n    \u003cimg alt=\"latest version\" src=\"https://img.shields.io/github/v/tag/dj95/glazy.svg?sort=semver\" /\u003e\n  \u003c/a\u003e\n\n  \u003cbr\u003e\u003cbr\u003e\n  The goal of this CLI is to speed up the interaction with GitLab and your local terminal environment.\n  It provides ways to easily find and clone remote repositories to the local machine with some extra\n  actions.\n\u003c/p\u003e\n\n## 📦 Requirements\n\n- cargo (for building glazy)\n- git (for cloning the repositories)\n\n## 🚀 Installation\n\nClone this repository and run `cargo build -r` within it. Then copy the binary from `./target/release/glazy` into one of the directories of your `$PATH` (like `/usr/loca/bin`).\n\nAfter copying the binary, create a config file at `$HOME/.config/glazy/config.kdl`.\n\n```javascript\n// Configuration related to the GitLab instance\ngitlab {\n    // URL to the GitLab instance\n    host \"url_val\"\n\n    // Personal Access Token with at least api \u0026 write_repository permissions\n    token \"token_val\"\n}\n\n// Configuration for the local environment\nlocal {\n    // Directory, where the project tree should start\n    project_dir \"/Users/daniel/Developer\"\n}\n```\n\nThe `url` must point to your GitLab instance without the protocol! `token` must be a personal access token with `api` \u0026\n`read_repository` permissions.\n\nThen go ahead and run `glazy help` for getting familiar with the CLI interface.\n\n## 🔨 Usage\n\n### Find and clone repository\n\n```bash\nglazy open\n\n# for starting at a certain group with all subgroups\nglazy open mygroup\n```\n\n## 🔮 Future Features\n\n- [ ] refresh/pull all local repository\n- [x] initial bootstrap of multiple repositories via a layout file\n\n## 🤝 Contributing\n\nIf you are missing features or find some annoying bugs please feel free to submit an issue or a bugfix within a pull request :)\n\n## 📝 License\n\n© 2024 Daniel Jankowski\n\nThis project is licensed under the MIT license.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdj95%2Fglazy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdj95%2Fglazy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdj95%2Fglazy/lists"}