{"id":24434058,"url":"https://github.com/itspriddle/generate-password.lbaction","last_synced_at":"2025-10-09T07:38:42.686Z","repository":{"id":66677125,"uuid":"123302942","full_name":"itspriddle/generate-password.lbaction","owner":"itspriddle","description":"LaunchBar 6 action to generate a random password.","archived":false,"fork":false,"pushed_at":"2018-03-03T05:16:58.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T22:16:54.879Z","etag":null,"topics":["launchbar","lbaction","password-generator","passwords"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/itspriddle.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-02-28T15:20:16.000Z","updated_at":"2022-06-28T11:43:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5404631-292a-4997-8335-549e4b64bce4","html_url":"https://github.com/itspriddle/generate-password.lbaction","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/itspriddle/generate-password.lbaction","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itspriddle%2Fgenerate-password.lbaction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itspriddle%2Fgenerate-password.lbaction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itspriddle%2Fgenerate-password.lbaction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itspriddle%2Fgenerate-password.lbaction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itspriddle","download_url":"https://codeload.github.com/itspriddle/generate-password.lbaction/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itspriddle%2Fgenerate-password.lbaction/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000961,"owners_count":26082973,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["launchbar","lbaction","password-generator","passwords"],"created_at":"2025-01-20T16:53:23.327Z","updated_at":"2025-10-09T07:38:42.672Z","avatar_url":"https://github.com/itspriddle.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Generate Password LaunchBar Action\n\nThis is a [LaunchBar 6][] Action to generate secure passwords and copy them to\nthe system clipboard.\n\nIt uses the [KeePass Password Generator][] to allow you to specify a character\nset for the generated password. This functionality is provided by an included\ncopy of the [keepass-password-generator RubyGem][] -- no external dependencies\nare required.\n\n[LaunchBar 6]: https://www.obdev.at/products/launchbar/index.html\n[KeePass Password Generator]: https://keepass.info/help/base/pwgenerator.html\n[keepass-password-generator RubyGem]: https://github.com/johnbintz/keepass-password-generator\n\n## Installation\n\nGrab \"Generate.Password.zip\" from the latest release at\n\u003chttps://github.com/itspriddle/generate-password.lbaction/releases\u003e. Unzip and\nopen \"Generate Password.lbaction\" to install it.\n\n## Usage\n\nTo generate a password, invoke LaunchBar and select \"Generate Password\". After\nrunning the action, the newly generated password is copied to the system\nclipboard.\n\nBy default, this Action will generate a 20 character password using\n`L{9}d{9}s{9}` as the KeePass character set. This will generate a password\nwith 9 mixes-case letters, 9 digits, and 2 special characters.\n\nTo specify a different character set, press `Space` after selecting the Action\nfrom LaunchBar and type in the desired character set, eg: `S{30}`.\n\n## Preferences\n\nIf you want to use a different default character set, you can create or edit\n`~/Library/Application Support/LaunchBar/Action Support/io.github.itspriddle.LaunchBar.action.GeneratePassword/Preferences.plist`\nand set `defaultFormat`.\n\nFor example:\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003c!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\"\u003e\n\u003cplist version=\"1.0\"\u003e\n\u003cdict\u003e\n\t\u003ckey\u003edefaultFormat\u003c/key\u003e\n\t\u003cstring\u003eS{30}\u003c/string\u003e\n\u003c/dict\u003e\n\u003c/plist\u003e\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at\n\u003chttps://github.com/itspriddle/generate-password.lbaction\u003e\n\n## License\n\nReleased under the MIT license:\n\nCopyright (c) 2018 Joshua Priddle \u003cjpriddle@me.com\u003e\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%2Fitspriddle%2Fgenerate-password.lbaction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitspriddle%2Fgenerate-password.lbaction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitspriddle%2Fgenerate-password.lbaction/lists"}