{"id":13619942,"url":"https://github.com/yoannfleurydev/gitweb","last_synced_at":"2025-03-17T08:37:30.187Z","repository":{"id":34174253,"uuid":"166881444","full_name":"yoannfleurydev/gitweb","owner":"yoannfleurydev","description":"🌲 Open the current remote repository in your browser","archived":false,"fork":false,"pushed_at":"2023-04-17T00:57:17.000Z","size":7535,"stargazers_count":27,"open_issues_count":8,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-27T21:37:46.251Z","etag":null,"topics":["cli","command-line","git","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yoannfleurydev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"yoannfleurydev","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://paypal.me/yoannfleurydev"]}},"created_at":"2019-01-21T21:12:31.000Z","updated_at":"2025-02-12T19:34:44.000Z","dependencies_parsed_at":"2024-01-14T06:55:46.819Z","dependency_job_id":"cfe8912a-1f56-4c44-8260-9707f17c9544","html_url":"https://github.com/yoannfleurydev/gitweb","commit_stats":{"total_commits":164,"total_committers":5,"mean_commits":32.8,"dds":0.5060975609756098,"last_synced_commit":"ac90af42d03a1e5de8f803307dbf1d4868f8baf6"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoannfleurydev%2Fgitweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoannfleurydev%2Fgitweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoannfleurydev%2Fgitweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoannfleurydev%2Fgitweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yoannfleurydev","download_url":"https://codeload.github.com/yoannfleurydev/gitweb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243852499,"owners_count":20358271,"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","command-line","git","rust"],"created_at":"2024-08-01T21:00:50.383Z","updated_at":"2025-03-17T08:37:29.472Z","avatar_url":"https://github.com/yoannfleurydev.png","language":"Rust","readme":"# gitweb\n\n![Publish](https://github.com/yoannfleurydev/gitweb/workflows/Publish/badge.svg)\n\n\u003e Some of the flags and options are subject to change in the future.\n\u003e Ideas are welcome. Ideas are bulletproof (V).\n\n`gitweb` is a command line interface I created mainly to learn Rust.\n\n![preview](./docs/gitweb.gif)\n\n## Intallation\n\n### 🍺 The homebrew way\n\n```sh\nbrew install yoannfleurydev/gitweb/gitweb\n# or\nbrew tap yoannfleurydev/gitweb\nbrew install gitweb\n```\n\n### 📦 The Cargo way\n\n```sh\ncargo install gitweb\n```\n\n### ⚙️ The binary way\n\nDownload the binary from the [latest release](https://github.com/yoannfleurydev/gitweb/releases/latest) and put it in your PATH.\n\n### 🖥 The MacPorts way\n\n```\nsudo port selfupdate\nsudo port install gitweb\n```\n\n## Usage\n\n`gitweb` will by default open the remote in the browser of the current\nrepository.\n\n```\ngitweb 0.3.1\n\nUSAGE:\n    gitweb [FLAGS] [OPTIONS]\n\nFLAGS:\n    -h, --help             Prints help information\n    -M, --merge-request    Set the merge request flag\n    -V, --version          Prints version information\n    -v, --verbose          Set the verbosity of the command\n\nOPTIONS:\n    -b, --branch \u003cbranch\u003e      Set the branch (alias for --tag)\n    -B, --browser \u003cbrowser\u003e    Set the browser [env: BROWSER=]\n    -c, --commit \u003ccommit\u003e      Set a commit\n    -r, --remote \u003cremote\u003e      Set the remote\n    -t, --tag \u003ctag\u003e            Set the tag (alias for --branch)\n```\n\n## --branch, --tag\n\n`gitweb` will open the current branch or tag on the remote repository. You can\noverride the behavior by giving either `--branch` or `--tag` flag with the\ncustom branch or tag you want to open in the browser.\n\n## --browser\n\n`gitweb` tries to start one of the following browser (in that order of priority):\n\n- `--browser` option given in the command line\n- `$BROWSER` on Linux 🐧 or `%BROWSER%` on Windows 🏁 (this is a non standard variable)\n- the default web browser on the system\n\n## --commit\n\n`gitweb` will open the commit given as a parameter on the remote repository.\n\n## --remote\n\n`gitweb` will open the origin remote if it exists. You can override the behavior\nby giving the `--remote` flag with the custom remote you want to open.\n","funding_links":["https://ko-fi.com/yoannfleurydev","https://paypal.me/yoannfleurydev"],"categories":["Applications"],"sub_categories":["Utilities"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoannfleurydev%2Fgitweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoannfleurydev%2Fgitweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoannfleurydev%2Fgitweb/lists"}