{"id":24997863,"url":"https://github.com/rondeppe/guid","last_synced_at":"2026-04-13T22:34:16.470Z","repository":{"id":275223079,"uuid":"925239958","full_name":"RonDeppe/guid","owner":"RonDeppe","description":"Command-line tool for generating GUIDs","archived":false,"fork":false,"pushed_at":"2025-02-02T22:32:51.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T16:28:52.630Z","etag":null,"topics":["command-line","command-line-tool","csharp","dotnet","guid","id","terminal","tool"],"latest_commit_sha":null,"homepage":"","language":"C#","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/RonDeppe.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":"2025-01-31T13:59:04.000Z","updated_at":"2025-02-02T22:32:54.000Z","dependencies_parsed_at":"2025-02-01T00:20:55.041Z","dependency_job_id":"3a0e3d2f-bd44-4d08-a687-056e49577149","html_url":"https://github.com/RonDeppe/guid","commit_stats":null,"previous_names":["rondeppe/guid"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RonDeppe/guid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RonDeppe%2Fguid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RonDeppe%2Fguid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RonDeppe%2Fguid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RonDeppe%2Fguid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RonDeppe","download_url":"https://codeload.github.com/RonDeppe/guid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RonDeppe%2Fguid/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259621123,"owners_count":22885887,"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":["command-line","command-line-tool","csharp","dotnet","guid","id","terminal","tool"],"created_at":"2025-02-04T17:26:02.933Z","updated_at":"2026-04-13T22:34:16.435Z","avatar_url":"https://github.com/RonDeppe.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eGUID\u003c/h1\u003e\n\n\u003ch5 align=\"center\"\u003eCommand-line tool for generating GUIDs\u003c/h5\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/RonDeppe/guid/releases\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/v/release/RonDeppe/guid?logo=github\" alt=\"Latest Release\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/RonDeppe/guid/blob/main/LICENSE\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/license/RonDeppe/guid\" alt=\"License\"\u003e\n    \u003c/a\u003e\n  \u003ca href=\"https://github.com/RonDeppe?tab=repositories\u0026q=\u0026type=\u0026language=c%23\u0026sort=\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/languages/top/RonDeppe/guid\" alt=\"Top Language\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\nGUID is a lightweight command-line tool written in \u003ccode\u003eC#\u003c/code\u003e that generates GUIDs with customizable options, such as specifying the number of GUIDs, choosing a separator, or removing the dashes (`-`).\n\n\n## Instalation\n1. Dowload the program directly from [the GitHub releases page](https://github.com/RonDeppe/guid/releases/latest).\n2. Add a folder for scripts to your PATH variable. Usually this is `C:\\Users\\{Username}\\bin`.\n3. Place `guid.exe` in this folder.\n\n## Usage\n### Running the Program\nTo run the program, simply execute the following command in the terminal:\n```ps\nguid.exe\n```\n\n### Generating Multiple GUIDs\nTo generate a specific number of GUIDs, use the `--amount` flag followed by the desired count:\n```shell\nguid.exe --amount 5\n```\nExample output:\n```\nb5d698c3-da58-42fb-a0fa-2d622a34ba1b\n39f07753-0546-4554-a677-ea8df70e5f91\ncc2b06bc-0e9d-4599-a54b-169437b98f45\nf8e9d3b8-5730-4de8-b8ed-c3c09b6711d5\n600da461-f709-40ce-a235-7cf13b8c3607\n```\n\n### Customizing Separators\nYou can customize the separator between GUIDs using the `--separator` flag, followed by the desired characters. Here are a few examples:\n1. Using `*\\n` as a separator:\n```ps\nguid.exe --amount 3 --separator *\\n\n```\nExample output:\n```\n038f388a-0b74-4f79-9b98-260488efb68a*\nb66ed1e5-7c74-4af0-9692-11c5d3048294*\nce97871e-a008-4808-b0d0-5676836fa076\n```\n2. Using `@` as a separator:\n```ps\nguid.exe --amount 3 --separator @\n```\nExample output:\n```\n789c8c13-dd32-499d-9eab-91d8cd2592d5@5f57aa4a-d34b-4ac8-bb40-edbbf1446417@ba5b9842-cfe6-4a5b-a315-2c17956bba20\n```\n\n3. Using `\" # \"` as a separator:\n```ps\nguid.exe --amount 3 --separator \" # \"\n```\nExample output:\n```\n3671d154-a86b-4f99-af31-956f313323c3 # 15092173-28f8-4f4d-9312-d0158d8cc8d1 # 3e5db697-a09d-4413-ab53-2b024acc697d\n```\n\n### Compact Format\nTo generate GUIDs without dashes (`-`), use the `-c` flag:\n```ps\nguid.exe -c\n```\nExample output:\n```\n66d1c7b6301b49c8b28c9921a07779c2\n```\n\n## FAQ\n### Q: What platforms are supported\nCurrently only windows 11 has been tested, but other systems and older versions of windows should work.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frondeppe%2Fguid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frondeppe%2Fguid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frondeppe%2Fguid/lists"}