{"id":20621673,"url":"https://github.com/steppsr/random_name_picker","last_synced_at":"2026-04-21T14:31:44.850Z","repository":{"id":141822833,"uuid":"571103833","full_name":"steppsr/random_name_picker","owner":"steppsr","description":"Script to select 1 or 2 word names from text files. You can allow duplicates or force unique names.","archived":false,"fork":false,"pushed_at":"2022-11-27T07:09:45.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-12T05:39:38.541Z","etag":null,"topics":["bash","chia","chia-blockchain","metadata","nft"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/steppsr.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":"2022-11-27T06:57:45.000Z","updated_at":"2023-12-12T03:24:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"428ce21f-6f7c-446b-80f4-4b41dd7d2d73","html_url":"https://github.com/steppsr/random_name_picker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/steppsr/random_name_picker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steppsr%2Frandom_name_picker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steppsr%2Frandom_name_picker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steppsr%2Frandom_name_picker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steppsr%2Frandom_name_picker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steppsr","download_url":"https://codeload.github.com/steppsr/random_name_picker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steppsr%2Frandom_name_picker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32095806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bash","chia","chia-blockchain","metadata","nft"],"created_at":"2024-11-16T12:18:50.264Z","updated_at":"2026-04-21T14:31:44.843Z","avatar_url":"https://github.com/steppsr.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# random_name_picker\n\nCreate a list of 1 or 2 word random names.\n\n* Names may have duplicates unless you use the `-u` command-line option to force the names to be unique.\n* You must use the `-i INTEGER` command-line option to tell the script how many names to generate. Also,\nthe script doesn't check for how many unique names are possible, so if you use a number that is larger\nthan the max possible unique names, you will create an endless loop. If this does happen, you'll need\nto break out the program using the Ctrl-C keyboard shortcut.\n\n# Command Usage\n\n```\nUSAGE: bash random_name_picker.sh [OPTIONS]\n\n  OPTIONS\n   -u          Force names to be unique.\n   -i INTEGER  Number of names to create.\n   -f1 FILE    File containing first names. File must have one per line and no blank lines.\n   -f2 FILE    File containing last names. File must have one per line and no blank lines.\n   -h          Help\n   -v          Current version \u0026 version history.\n\n   Example:\n      bash random_name_picker.sh -u -i 10 -f1 firstnames.txt -f2 lastnames.txt\n\n   Example for saving to file:\n      bash random_name_picker.sh -u -i 10 -f1 firstnames.txt -f2 lastnames.txt \u003e names_list.txt\n\n```\n\n# Versions\n\nVersion 0.1 - Initial version with basic functionality to choose 1 word names, or 2 word names.\n              Name can be unique or allow duplicates.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteppsr%2Frandom_name_picker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteppsr%2Frandom_name_picker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteppsr%2Frandom_name_picker/lists"}