{"id":27791410,"url":"https://github.com/winterreisender/webviewkocli","last_synced_at":"2026-05-01T04:39:48.379Z","repository":{"id":40613540,"uuid":"505466243","full_name":"Winterreisender/webviewkoCLI","owner":"Winterreisender","description":"A Kotlin MPP commandline interface for webviewko","archived":true,"fork":false,"pushed_at":"2025-06-22T05:23:19.000Z","size":350,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-22T06:25:37.946Z","etag":null,"topics":["cli","java","jvm","kotlin","kotlin-mpp","kotlin-multiplatform","kotlin-native","webview"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/Winterreisender.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,"zenodo":null}},"created_at":"2022-06-20T14:03:52.000Z","updated_at":"2025-06-22T05:23:34.000Z","dependencies_parsed_at":"2025-04-30T19:00:36.893Z","dependency_job_id":null,"html_url":"https://github.com/Winterreisender/webviewkoCLI","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Winterreisender/webviewkoCLI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Winterreisender%2FwebviewkoCLI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Winterreisender%2FwebviewkoCLI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Winterreisender%2FwebviewkoCLI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Winterreisender%2FwebviewkoCLI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Winterreisender","download_url":"https://codeload.github.com/Winterreisender/webviewkoCLI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Winterreisender%2FwebviewkoCLI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32485297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["cli","java","jvm","kotlin","kotlin-mpp","kotlin-multiplatform","kotlin-native","webview"],"created_at":"2025-04-30T19:00:14.704Z","updated_at":"2026-05-01T04:39:48.374Z","avatar_url":"https://github.com/Winterreisender.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webviewkoCLI\n\n\u003e [!IMPORTANT]\n\u003e This project is archived because webviewko is unmaintained\n\n![Kotlin](https://img.shields.io/badge/Kotlin%2FJVM-7F52FF?logo=kotlin\u0026logoColor=white)\n![Kotlin](https://img.shields.io/badge/Kotlin%2FNative-7F52FF?logo=kotlin\u0026logoColor=white)\n![license](https://img.shields.io/github/license/Winterreisender/webviewkoCLI)\n\n![release](https://img.shields.io/github/v/release/Winterreisender/webviewkoCLI?label=dev\u0026include_prereleases)\n[![Gradle CI](https://github.com/Winterreisender/webviewkoCLI/actions/workflows/gradle-ci.yml/badge.svg)](https://github.com/Winterreisender/webviewkoCLI/actions/workflows/gradle-ci.yml)\n![GitHub last commit](https://img.shields.io/github/last-commit/Winterreisender/webviewkoCLI)\n\n\u003c!-- **English** | [中文(简体)](docs/README.zh-Hans.md) | [中文(繁體)](docs/README.zh-Hant.md) --\u003e\n\nA simple commandline interface for [webviewko](https://github.com/Winterreisender/webviewko).\n\nwebviewko provides a Kotlin/Java binding to [webview](https://github.com/webview/webview), a tiny cross-platform webview library to build modern cross-platform GUIs using [WebView2](https://developer.microsoft.com/en-us/microsoft-edge/webview2/), WebKit and [WebKitGTK](https://webkitgtk.org/).\n\n![screenshot](screenshot.jpg)\n\n## Getting Started\n\n### Prerequisite\n\nA x64 system with Java 8+ (JVM), Windows 7+ x64 (Kotlin/Native) or Linux x64\n\n### Reference\n\n```shell\nArguments: \n    url -\u003e URI/URL { String }\nOptions: \n    --title, -t [webviewko] -\u003e window title { String }\n    --width [800] -\u003e window width in px { Int }\n    --height [600] -\u003e window height in px { Int }\n    --hint [None] -\u003e window hint { Value should be one of [none, minimum, maximum, fixed] }\n    --debug [false] -\u003e use debug mode \n    --init [] -\u003e JS to run on page loading { String }\n    --help, -h -\u003e Usage info \n```\n\n### Examples\n\nSimplest way to open a web page:\n\n```shell\njava -jar webviewkocli.jar https://example.com\n```\n\nSetting the title, size and window hint:\n\n```shell\njava -jar webviewkocli.jar https://example.com --width 800 --height 600\n```\n\nSetting the JS code to be executed on loading:\n\n```shell\njava -jar webviewkocli.jar https://example.com --init \"alert('Hello World!')\"\n```\n\nUse Kotlin/Native program:\n\n```shell\nwebviewkocli.kexe https://example.com --title example --width 800 --height 600 --hint fixed\n```\n\n## Contribution\n\nAll suggestions, pull requests, issues and other contributions are welcome and appreciated.\n\n## Credits\n\n| Project                                                                      | License                                                                                          |\n|------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|\n| [Kotlin \u0026 kotlinx](https://kotlinlang.org/)                                  | [Apache-2.0](https://github.com/JetBrains/kotlin/blob/master/LICENSE)                            |\n\n## License\n\nCopyright 2022 Winterreisender\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0  \nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  \nSee the License for the specific language governing permissions and limitations under the License.\n\nSPDX short identifier: **Apache-2.0**\n\n![OSI Approved](https://opensource.org/files/OSIApproved_100X125.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinterreisender%2Fwebviewkocli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwinterreisender%2Fwebviewkocli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinterreisender%2Fwebviewkocli/lists"}