{"id":32532722,"url":"https://github.com/gotoss08/rbaserun","last_synced_at":"2026-06-15T16:32:50.888Z","repository":{"id":319814693,"uuid":"1079682718","full_name":"gotoss08/rbaserun","owner":"gotoss08","description":"1C base command line launcher","archived":false,"fork":false,"pushed_at":"2025-10-21T10:51:17.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-28T12:56:54.811Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gotoss08.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-20T08:12:39.000Z","updated_at":"2025-10-21T10:51:20.000Z","dependencies_parsed_at":"2025-10-20T10:26:57.949Z","dependency_job_id":"322aecb6-0b0f-4345-8124-2049cde36a33","html_url":"https://github.com/gotoss08/rbaserun","commit_stats":null,"previous_names":["gotoss08/rbaserun"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gotoss08/rbaserun","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotoss08%2Frbaserun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotoss08%2Frbaserun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotoss08%2Frbaserun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotoss08%2Frbaserun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gotoss08","download_url":"https://codeload.github.com/gotoss08/rbaserun/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotoss08%2Frbaserun/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34372121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"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":[],"created_at":"2025-10-28T12:56:33.844Z","updated_at":"2026-06-15T16:32:50.880Z","avatar_url":"https://github.com/gotoss08.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 1C Simple Launcher\n\nThis is just a simple command-line tool to make launching 1C:Enterprise databases a bit easier.\n\nIt takes a connection string, figures out if it's a server, file, or web database, and then launches `1cestart.exe` with the right parameters.\n\n## How to Use\n\nRun the executable with your connection string (make sure to wrap it in quotes if it has spaces):\n\n```sh\n# Launch in standard (Enterprise) mode\nrbaserun.exe 'my-server;my-base'\n```\n\n### Designer Mode\n\nTo open the database in **Designer** (Configurator) mode, just add the `-d` or `--designer` flag:\n\n```sh\nrbaserun.exe -d 'File=\"C:\\my_bases\\test_db\";'\n```\n\n---\n\n*Note*: for powershell you must put path string to **double** double-quotes.\n\n```sh\n./rbaserun.exe -d 'File=\"\"C:\\my_bases\\test_db\"\";'\n```\n\n## Supported Connection Strings\n\nThe tool tries to be smart and parse a few common 1C path formats:\n\n  * **Simple Server:**\n    `my-server;my-base`\n\n  * **Full Server String:**\n    `Srvr=\"my-server\";Ref=\"my-base\";`\n\n  * **File Path:**\n    `File=\"C:\\my_bases\\test_db\";`\n\n  * **Web Service:**\n    `ws=\"https://my-web-base.com/base\";`\n\n-----\n\n## ⚠️ IMPORTANT WARNING\n\nThis tool **hardcodes** the path to the 1C starter executable (for now).\n\nIt *only* works if your `1cestart.exe` is located exactly at:\n`c:\\Program Files\\1cv8\\common\\1cestart.exe`\n\nIf your 1C platform is installed somewhere else, this tool won't find it and will give you an error.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgotoss08%2Frbaserun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgotoss08%2Frbaserun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgotoss08%2Frbaserun/lists"}