{"id":19115357,"url":"https://github.com/perchunpak/htmlishell","last_synced_at":"2026-06-12T23:33:08.259Z","repository":{"id":226243121,"uuid":"768195556","full_name":"PerchunPak/htmlishell","owner":"PerchunPak","description":"A super simple HTML to bash compiler.","archived":false,"fork":false,"pushed_at":"2025-04-16T00:37:08.000Z","size":130,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-28T05:24:05.847Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/PerchunPak.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2024-03-06T16:36:23.000Z","updated_at":"2024-03-07T09:01:38.000Z","dependencies_parsed_at":"2024-03-06T17:09:32.585Z","dependency_job_id":"80874725-74fa-4db7-8403-b1ec2089eab6","html_url":"https://github.com/PerchunPak/htmlishell","commit_stats":null,"previous_names":["perchunpak/htmlishell"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/PerchunPak/htmlishell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerchunPak%2Fhtmlishell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerchunPak%2Fhtmlishell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerchunPak%2Fhtmlishell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerchunPak%2Fhtmlishell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PerchunPak","download_url":"https://codeload.github.com/PerchunPak/htmlishell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerchunPak%2Fhtmlishell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34266915,"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-12T02:00:06.859Z","response_time":109,"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":"2024-11-09T04:46:10.274Z","updated_at":"2026-06-12T23:33:08.244Z","avatar_url":"https://github.com/PerchunPak.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# htmlishell\n\n[![Support Ukraine](https://badgen.net/badge/support/UKRAINE/?color=0057B8\u0026labelColor=FFD700)](https://www.gov.uk/government/news/ukraine-what-you-can-do-to-help)\n\n[![Build Status](https://github.com/PerchunPak/htmlishell/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/PerchunPak/htmlishell/actions?query=workflow%3Atest)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Python support versions badge (from pypi)](https://img.shields.io/pypi/pyversions/htmlishell)](https://www.python.org/downloads/)\n\nA super simple HTML to bash compiler, inspired by [this moment](https://youtu.be/mokGJiXVw_4?t=1384).\n\n```\nhtmlishell\n |  |^^^^^\n |  \\because with sh it didn't sound\n \\   what Primagen likes\n  I hate JS so much so I won't do react, but rather just html   \n```\n\n## Examples\n\nI am too dumb (and lazy too) to do all the bash spec, so I just did a few features.\n\n### Simple `ls`\n\n```html\n\u003cls /\u003e\n```\n\nTransforms into\n\n```bash\nls\n```\n\n### `ls` with arguments\n\n```html\n\u003cls\u003e\n  \u003call /\u003e\n\u003c/ls\u003e\n```\n\nTransforms into\n\n```bash\nls --all\n```\n\n### `ls` with short arguments\n\n```html\n\u003cls\u003e\n  \u003call /\u003e\n  \u003cl short=true /\u003e\n\u003c/ls\u003e\n```\n\nTransforms into\n\n```bash\nls --all -l\n```\n\n## Installing\n\nDo not use `pip` for Python packages (see [this](https://packaging.python.org/en/latest/specifications/externally-managed-environments/#externally-managed-environments)).\nTLDR: not venv-wide `pip` installation may break your system, use [`pipx`](https://pipx.pypa.io/stable/installation/) (it will manage venvs for you).\n\n```bash\npipx install htmlishell\n```\n\nThen run\n\n```bash\nhtmlishell ./path/to/your/file.html\n```\n\n## Installing for local developing\n\n```bash\ngit clone https://github.com/PerchunPak/htmlishell.git\ncd htmlishell\n```\n\n### Installing `poetry`\n\nNext we need install `poetry` with [recommended way](https://python-poetry.org/docs/master/#installation).\n\nIf you use Linux, use command:\n\n```bash\ncurl -sSL https://install.python-poetry.org | python -\n```\n\nIf you use Windows, open PowerShell with admin privileges and use:\n\n```powershell\n(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python -\n```\n\n### Installing dependencies\n\n```bash\npoetry install\n```\n\n### If something is not clear\n\nYou can always write to me!\n\n## Thanks\n\nThis project was generated with [python-template](https://github.com/PerchunPak/python-template).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperchunpak%2Fhtmlishell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperchunpak%2Fhtmlishell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperchunpak%2Fhtmlishell/lists"}