A super simple HTML to bash compiler, inspired by this moment.
htmlishell
| |^^^^^
| \because with sh it didn't sound
\ what Primagen likes
I hate JS so much so I won't do react, but rather just html
I am too dumb (and lazy too) to do all the bash spec, so I just did a few features.
<ls />Transforms into
ls<ls>
<all />
</ls>Transforms into
ls --all<ls>
<all />
<l short=true />
</ls>Transforms into
ls --all -lDo not use pip for Python packages (see this).
TLDR: not venv-wide pip installation may break your system, use pipx (it will manage venvs for you).
pipx install htmlishellThen run
htmlishell ./path/to/your/file.htmlgit clone https://github.com/PerchunPak/htmlishell.git
cd htmlishellNext we need install poetry with recommended way.
If you use Linux, use command:
curl -sSL https://install.python-poetry.org | python -If you use Windows, open PowerShell with admin privileges and use:
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python -poetry installYou can always write to me!
This project was generated with python-template.