CLI tool for converting text to HTML
Project description
thtml
thtml
(to HTML) is a CLI tool and Python package for converting text to HTML.
For example, to pipe a command through thtml
:
ls -al --color | thtml
<!doctype html><html>...</html>
Include --open
to send the HTML directly to your default browser:
ls -al --color | thtml --open
Full documentation: thtml.readthedocs.io
Installation
thtml
requires Python 3.8 or later.
pip install thtml
👋 Hello!
Hello! I'm Cariad Eccleston and I'm an independent/freelance software engineer. If my work has value to you, please consider sponsoring.
If you ever raise a bug, request a feature or ask a question then mention that you're a sponsor and I'll respond as a priority. Thank you!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
thtml-1.0.5-py3-none-any.whl
(17.4 kB
view details)
File details
Details for the file thtml-1.0.5-py3-none-any.whl
.
File metadata
- Download URL: thtml-1.0.5-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8ec75c71c0adf9478624fb0908d587d7493b70a0ce6c3f22770fc3bee79ff45 |
|
MD5 | ddc94db8b6d5c6d211de09e1a941ad79 |
|
BLAKE2b-256 | 16e3707f76695dfb2f29d24c01a9ff91130437e6b24bd5d4572030e8754083b5 |