No project description provided
Project description
Termynal
A lightweight and modern animated terminal window. Built for mkdocs.
Installation
$ pip install termynal
---> 100%
Installed
Usage
Use <!-- termynal --> before code block
<!-- termynal -->
```
// code
```
or console in code block
```console
// code
```
progress, prompt ---> 100%
```console
$ show progress
---> 100%
Done!
```
command, start with $
```console
$ command
```
comment, start with #
```console
# comment
```
Mkdocs integration
Declare the plugin:
...
plugins:
- termynal
...
Optionally, pass options to the processor:
[...]
markdown_extensions:
- termynal:
prompt_literal_start:
- "$ "
- "> "
[...]
This config allows you to use another prompt:
<!-- termynal -->
```
> pip install termynal
---> 100%
Installed
```
Credits
Thanks ines
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 Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file termynal-0.4.0.tar.gz.
File metadata
- Download URL: termynal-0.4.0.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.6 Linux/5.15.0-1041-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
780809468309a18bb2cec35e2ef35a382e08afd1387cbb79c9e2331ab318cb83
|
|
| MD5 |
e365c58c89ea0267e30f0c411542f60d
|
|
| BLAKE2b-256 |
5b63ee34d2e6d4ea73b57ab7dcb2bf1eecc55ec2f2713728df5c0d465262b681
|
File details
Details for the file termynal-0.4.0-py3-none-any.whl.
File metadata
- Download URL: termynal-0.4.0-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.6 Linux/5.15.0-1041-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74a3fd4531d74a3a6a97b3a79e2792a6af91f30d5887d73aeeeec71fd5e8670f
|
|
| MD5 |
b4262a6298efea0ca98cc42f593c58d1
|
|
| BLAKE2b-256 |
069bd8a528d83fd5fcec6365866e275d4f5d10036777eec3c303b92b65a862e9
|