{"id":24821392,"url":"https://github.com/sebbekarlsson/hcv","last_synced_at":"2026-04-11T19:36:02.333Z","repository":{"id":81577932,"uuid":"132378041","full_name":"sebbekarlsson/HCV","owner":"sebbekarlsson","description":"Create native windows and popup messages using HTML and CSS","archived":false,"fork":false,"pushed_at":"2018-07-13T08:23:50.000Z","size":57,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T20:45:32.299Z","etag":null,"topics":["applications","command-line","css","html","javascript","native","web"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sebbekarlsson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-05-06T21:38:47.000Z","updated_at":"2021-03-07T18:45:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"c89ea9b0-ad5d-4fd4-98da-b134f351df5e","html_url":"https://github.com/sebbekarlsson/HCV","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sebbekarlsson/HCV","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebbekarlsson%2FHCV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebbekarlsson%2FHCV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebbekarlsson%2FHCV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebbekarlsson%2FHCV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sebbekarlsson","download_url":"https://codeload.github.com/sebbekarlsson/HCV/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebbekarlsson%2FHCV/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31693272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"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":["applications","command-line","css","html","javascript","native","web"],"created_at":"2025-01-30T18:02:09.887Z","updated_at":"2026-04-11T19:36:02.326Z","avatar_url":"https://github.com/sebbekarlsson.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HCV\n\u003e HTML CSS View.  \n\u003e A simple tool for creating windows and popup messages using HTML and CSS and\n\u003e Javascript.\n\n\u003e [LICENSE](LICENSE.md)\n\n## Usage\n\u003e To create a Window:\n\n    $ hcv -w \u003cwidth\u003e -h \u003cheight\u003e -c \u003chtml/contents\u003e -u \u003curl\u003e\n\n\u003e For example:\n\n    $ hcv -w 150 -h 150 -c \"\u003ch1\u003ehello\u003c/h1\u003e\"\n\n\u003e This will create a window looking like this:\n\n![example.png](example.png)\n\n\u003e The possibilities are endless, for example here is how to create a  \n\u003e file viewer:\n\n    $ hcv -w 640 -h 480 -c \"\u003cpre\u003e$(\u003c myfile.txt)\u003c/pre\u003e\"\n\n\u003e Handle a button click:\n\n    $ hcv -w 300 -h 300 -c \"\u003cbutton id='btn'\u003eClick\u003c/button\u003e\u003cscript\u003edocument.getElementById('btn').addEventListener('click', function() { alert(1); })\u003c/script\u003e\"\n\n\u003e You can also open a URL:\n\n    $ hcv -w 640 -h 480 -u \"http://localhost/\"\n\n## Accessing the file system and things like that\n\u003e To be able to access the file system, you could for example run a flask\n\u003e server under HCV. [Here is an example](https://github.com/sebbekarlsson/flask-hcv-example).\n\n## Installing\n\u003e The requirements are:\n\n* Qt5\n* a C++ compiler (g++ for example)\n\n\u003e To install the requirements on Debian or Ubuntu, run:\n\n    apt-get install g++ qt5-default qt5-qmake qtbase5-dev qtmultimedia5-dev qtdeclarative5-dev libqt5xmlpatterns5-dev  libqt5webkit5-dev qtwebengine5-dev libhunspell-dev\n\n### Linux\n\u003e Run this script to install on Linux:\n\n    $ ./install.sh\n\n### OSX\n\u003e Run this script to install on OSX:\n\n    $ ./install-osx.sh\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebbekarlsson%2Fhcv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebbekarlsson%2Fhcv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebbekarlsson%2Fhcv/lists"}