{"id":16163810,"url":"https://github.com/sug0/idgen","last_synced_at":"2026-05-02T02:39:30.174Z","repository":{"id":98038277,"uuid":"140909601","full_name":"sug0/idgen","owner":"sug0","description":"Generate alphabetical sequential IDs with this hot terminal app!","archived":false,"fork":false,"pushed_at":"2020-08-05T05:05:27.000Z","size":1458,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-02T17:32:37.370Z","etag":null,"topics":["alphabetical","generator","go","golang","id","sequential","terminal","utility"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/sug0.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":"2018-07-14T02:29:48.000Z","updated_at":"2024-06-19T12:37:55.755Z","dependencies_parsed_at":"2023-06-27T03:49:42.281Z","dependency_job_id":null,"html_url":"https://github.com/sug0/idgen","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sug0%2Fidgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sug0%2Fidgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sug0%2Fidgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sug0%2Fidgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sug0","download_url":"https://codeload.github.com/sug0/idgen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247595374,"owners_count":20963942,"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":["alphabetical","generator","go","golang","id","sequential","terminal","utility"],"created_at":"2024-10-10T02:44:30.758Z","updated_at":"2026-05-02T02:39:30.138Z","avatar_url":"https://github.com/sug0.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Description\n\n`idgen` is a command line tool that allows you to generate\nalphabetical sequential IDs, for whatever applications\nmay suit you (for instance, to generate ids for a static\nfile http server of some sort).\n\n# Install\n\n```\n$ go get github.com/sugoiuguu/idgen\n```\n\n# Usage\n\n```\n$ idgen -h\nUsage of idgen:\n  -f string\n        delete the specified key\n  -k string\n        the key of the id\n  -p string\n        the dir to save the ids in\n```\n\n## Example\n\n```\n$ alias idgen=\"idgen -p ~/.idgen\"\n$ id=$(idgen -k files)\n$ echo wow it works \u003e /var/www/static/$id.txt\n.\n.\n.\n$ idgen -k files -f a    # frees the id 'a'\n$ id=$(idgen -k files)   # returns 'a' in $id\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsug0%2Fidgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsug0%2Fidgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsug0%2Fidgen/lists"}