docs: update svgs

This commit is contained in:
Daylin Morgan 2023-08-03 18:17:23 -05:00
parent 7222bfe094
commit 71a2e2f600
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F
12 changed files with 390 additions and 498 deletions

View file

@ -1,130 +0,0 @@
# viv
<div align="center">
<a href="https://github.com/daylinmorgan/viv">
<img src="https://raw.githubusercontent.com/daylinmorgan/viv/main/assets/logo.svg" alt="Logo" width=500 >
</a>
<p align="center">
viv isn't venv
</p>
<p align="center">
<a href="viv.dayl.in">Documentation</a>
</p>
</div>
Try before you buy!
```sh
python3 <(curl -fsSL viv.dayl.in/viv.py) run pycowsay -- "viv isn't venv\!"
```
---
`Viv` is a standalone dependency-free `venv` creator.
These `venvs` can be identified by name or by their specification.
In any case they will be re-used across scripts (and generated on-demand, if needed).
**Importantly**, `viv` will also remove your user site directory.
(view with: `python -m 'import site;print(site.USER_SITE)'`).
`Viv`'s uncompromising insistence on portability means that it will always (1) only use the standard library (2) never exceed a single script.
For that reason any usage of the `CLI` can be accomplished using a remote copy as seen in the below install command.
## Setup
Run the below command to install `viv`.
```sh
python3 <(curl -fsSL viv.dayl.in/viv.py) manage install
```
To access `viv` from within scripts you should add it's location to your `PYTHONPATH`.
By default `viv` will be installed to `$XDG_DATA_HOME/viv` or `~/.local/share/viv` you can customize this with `--src`.
```sh
export PYTHONPATH="$PYTHONPATH:$HOME/.local/share/viv"
```
Advanced users may recognize that principally,
the module just needs to be recognized at run time
and the single script [`viv.py`](https://github.com/daylinmorgan/viv/blob/main/src/viv/viv.py) can be invoked directly for the CLI.
How you accomplish these options is ultimately up to you but the above instructions can get you started.
### Pypi (Not Recommended)
```sh
pip install viv
```
Why is this *not recommended*? Mainly, because `viv` is all about hacking your `sys.path`.
Placing it in it's own virtual environment or installing in a user site directory may complicate this endeavor.
## Usage
In any python script with external dependencies you can add this line,
to automate `vivenv` creation and installation of dependencies.
```python
__import__("viv").use("click")
```
To remove all `vivenvs` you can use the below command:
```sh
viv remove $(viv list -q)
```
To remove `viv` all together you can use the included `purge` command:
```sh
python3 <(curl -fsSL viv.dayl.in/viv.py) manage purge
```
## Additional Features
An experimental feature of `viv` is generating shim's that leverage the principles of `viv`.
These shims would operate similar to `pipx` in which you can specify a command line app to "install".
*Note* that `--standalone` will auto-generate a code-golfed minified version of `viv` to accomplish the same basic task as using a local copy of `viv`.
After generating this a standalone `shim` you can freely use this script across unix machines which have `python>3.8`.
See [examples/black](https://github.com/daylinmorgan/viv/blob/dev/examples/black) for output of below command.
```sh
python3 <(curl -fsSL viv.dayl.in/viv.py) shim black -o ./black --standalone --freeze
```
## Alternatives
### [pip-run](https://github.com/jaraco/pip-run)
```sh
pip-run (10.0.5)
├── autocommand (2.2.2)
├── jaraco-context (4.3.0)
├── jaraco-functools (3.6.0)
│ └── more-itertools (9.1.0)
├── jaraco-text (3.11.1)
│ ├── autocommand (2.2.2)
│ ├── inflect (6.0.2)
│ │ └── pydantic>=1.9.1 (1.10.5)
│ │ └── typing-extensions>=4.2.0 (4.5.0)
│ ├── jaraco-context>=4.1 (4.3.0)
│ ├── jaraco-functools (3.6.0)
│ │ └── more-itertools (9.1.0)
│ └── more-itertools (9.1.0)
├── more-itertools>=8.3 (9.1.0)
├── packaging (23.0)
├── path>=15.1 (16.6.0)
├── pip>=19.3 (23.0.1)
└── platformdirs (3.1.0)
```
### [pipx](https://github.com/pypa/pipx/)
```sh
pipx (1.1.0)
├── argcomplete>=1.9.4 (2.1.1)
├── packaging>=20.0 (23.0)
└── userpath>=1.6.0 (1.8.0)
└── click (8.1.3)
```

View file

@ -19,14 +19,14 @@
font-weight: 700;
}
.terminal-2174466350-matrix {
.terminal-3409362442-matrix {
font-family: Fira Code, monospace;
font-size: 20px;
line-height: 24.4px;
font-variant-east-asian: full-width;
}
.terminal-2174466350-title {
.terminal-3409362442-title {
font-size: 18px;
font-weight: bold;
font-family: arial;
@ -36,80 +36,80 @@
-webkit-filter: drop-shadow( 2px 5px 2px rgba(0, 0, 0, .7));
filter: drop-shadow( 2px 5px 2px rgba(0, 0, 0, .7));
}
.terminal-2174466350-r1 { fill: #94e2d5;font-weight: bold }
.terminal-2174466350-r2 { fill: #c6d0f5 }
.terminal-2174466350-r3 { fill: #f9e2af;font-weight: bold }
.terminal-3409362442-r1 { fill: #94e2d5;font-weight: bold }
.terminal-3409362442-r2 { fill: #c6d0f5 }
.terminal-3409362442-r3 { fill: #f9e2af;font-weight: bold }
</style>
<defs>
<clipPath id="terminal-2174466350-clip-terminal">
<clipPath id="terminal-3409362442-clip-terminal">
<rect x="0" y="0" width="853.0" height="340.59999999999997" />
</clipPath>
<clipPath id="terminal-2174466350-line-0">
<clipPath id="terminal-3409362442-line-0">
<rect x="0" y="1.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2174466350-line-1">
<clipPath id="terminal-3409362442-line-1">
<rect x="0" y="25.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2174466350-line-2">
<clipPath id="terminal-3409362442-line-2">
<rect x="0" y="50.3" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2174466350-line-3">
<clipPath id="terminal-3409362442-line-3">
<rect x="0" y="74.7" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2174466350-line-4">
<clipPath id="terminal-3409362442-line-4">
<rect x="0" y="99.1" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2174466350-line-5">
<clipPath id="terminal-3409362442-line-5">
<rect x="0" y="123.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2174466350-line-6">
<clipPath id="terminal-3409362442-line-6">
<rect x="0" y="147.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2174466350-line-7">
<clipPath id="terminal-3409362442-line-7">
<rect x="0" y="172.3" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2174466350-line-8">
<clipPath id="terminal-3409362442-line-8">
<rect x="0" y="196.7" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2174466350-line-9">
<clipPath id="terminal-3409362442-line-9">
<rect x="0" y="221.1" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2174466350-line-10">
<clipPath id="terminal-3409362442-line-10">
<rect x="0" y="245.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2174466350-line-11">
<clipPath id="terminal-3409362442-line-11">
<rect x="0" y="269.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2174466350-line-12">
<clipPath id="terminal-3409362442-line-12">
<rect x="0" y="294.3" width="854" height="24.65"/>
</clipPath>
</defs>
<rect fill="#1e1e2e" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="10.1667" y="1" width="870" height="389.6" rx="8"/><text class="terminal-2174466350-title" fill="#c6d0f5" text-anchor="middle" x="435" y="27">viv&#160;exe&#160;--help</text>
<rect fill="#1e1e2e" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="10.1667" y="1" width="870" height="389.6" rx="8"/><text class="terminal-3409362442-title" fill="#c6d0f5" text-anchor="middle" x="435" y="27">viv&#160;exe&#160;--help</text>
<g transform="translate(32,22)">
<circle cx="0" cy="0" r="7" fill="#ff5f57"/>
<circle cx="22" cy="0" r="7" fill="#febc2e"/>
<circle cx="44" cy="0" r="7" fill="#28c840"/>
</g>
<g transform="translate(18.166666666666664, 41) scale(.95)" clip-path="url(#terminal-2174466350-clip-terminal)">
<g transform="translate(18.166666666666664, 41) scale(.95)" clip-path="url(#terminal-3409362442-clip-terminal)">
<g class="terminal-2174466350-matrix">
<text class="terminal-2174466350-r1" x="0" y="20" textLength="61" clip-path="url(#terminal-2174466350-line-0)">usage</text><text class="terminal-2174466350-r2" x="61" y="20" textLength="305" clip-path="url(#terminal-2174466350-line-0)">:&#160;viv&#160;exe&#160;[-h]&#160;vivenv&#160;cmd</text><text class="terminal-2174466350-r2" x="854" y="20" textLength="12.2" clip-path="url(#terminal-2174466350-line-0)">
</text><text class="terminal-2174466350-r2" x="854" y="44.4" textLength="12.2" clip-path="url(#terminal-2174466350-line-1)">
</text><text class="terminal-2174466350-r2" x="0" y="68.8" textLength="439.2" clip-path="url(#terminal-2174466350-line-2)">run&#160;binary/script&#160;in&#160;existing&#160;vivenv</text><text class="terminal-2174466350-r2" x="854" y="68.8" textLength="12.2" clip-path="url(#terminal-2174466350-line-2)">
</text><text class="terminal-2174466350-r2" x="854" y="93.2" textLength="12.2" clip-path="url(#terminal-2174466350-line-3)">
</text><text class="terminal-2174466350-r2" x="0" y="117.6" textLength="109.8" clip-path="url(#terminal-2174466350-line-4)">examples:</text><text class="terminal-2174466350-r2" x="854" y="117.6" textLength="12.2" clip-path="url(#terminal-2174466350-line-4)">
</text><text class="terminal-2174466350-r2" x="0" y="142" textLength="390.4" clip-path="url(#terminal-2174466350-line-5)">&#160;&#160;&#160;&#160;viv&#160;exe&#160;&lt;vivenv&gt;&#160;pip&#160;--&#160;list</text><text class="terminal-2174466350-r2" x="854" y="142" textLength="12.2" clip-path="url(#terminal-2174466350-line-5)">
</text><text class="terminal-2174466350-r2" x="0" y="166.4" textLength="488" clip-path="url(#terminal-2174466350-line-6)">&#160;&#160;&#160;&#160;viv&#160;exe&#160;&lt;vivenv&gt;&#160;python&#160;--&#160;script.py</text><text class="terminal-2174466350-r2" x="854" y="166.4" textLength="12.2" clip-path="url(#terminal-2174466350-line-6)">
</text><text class="terminal-2174466350-r2" x="854" y="190.8" textLength="12.2" clip-path="url(#terminal-2174466350-line-7)">
</text><text class="terminal-2174466350-r1" x="0" y="215.2" textLength="244" clip-path="url(#terminal-2174466350-line-8)">positional&#160;arguments</text><text class="terminal-2174466350-r2" x="244" y="215.2" textLength="12.2" clip-path="url(#terminal-2174466350-line-8)">:</text><text class="terminal-2174466350-r2" x="854" y="215.2" textLength="12.2" clip-path="url(#terminal-2174466350-line-8)">
</text><text class="terminal-2174466350-r3" x="24.4" y="239.6" textLength="73.2" clip-path="url(#terminal-2174466350-line-9)">vivenv</text><text class="terminal-2174466350-r2" x="97.6" y="239.6" textLength="329.4" clip-path="url(#terminal-2174466350-line-9)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;name/hash&#160;of&#160;vivenv</text><text class="terminal-2174466350-r2" x="854" y="239.6" textLength="12.2" clip-path="url(#terminal-2174466350-line-9)">
</text><text class="terminal-2174466350-r3" x="24.4" y="264" textLength="36.6" clip-path="url(#terminal-2174466350-line-10)">cmd</text><text class="terminal-2174466350-r2" x="61" y="264" textLength="390.4" clip-path="url(#terminal-2174466350-line-10)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;command&#160;to&#160;to&#160;execute</text><text class="terminal-2174466350-r2" x="854" y="264" textLength="12.2" clip-path="url(#terminal-2174466350-line-10)">
</text><text class="terminal-2174466350-r2" x="854" y="288.4" textLength="12.2" clip-path="url(#terminal-2174466350-line-11)">
</text><text class="terminal-2174466350-r1" x="0" y="312.8" textLength="85.4" clip-path="url(#terminal-2174466350-line-12)">options</text><text class="terminal-2174466350-r2" x="85.4" y="312.8" textLength="12.2" clip-path="url(#terminal-2174466350-line-12)">:</text><text class="terminal-2174466350-r2" x="854" y="312.8" textLength="12.2" clip-path="url(#terminal-2174466350-line-12)">
</text><text class="terminal-2174466350-r3" x="24.4" y="337.2" textLength="24.4" clip-path="url(#terminal-2174466350-line-13)">-h</text><text class="terminal-2174466350-r2" x="48.8" y="337.2" textLength="24.4" clip-path="url(#terminal-2174466350-line-13)">,&#160;</text><text class="terminal-2174466350-r3" x="73.2" y="337.2" textLength="73.2" clip-path="url(#terminal-2174466350-line-13)">--help</text><text class="terminal-2174466350-r2" x="146.4" y="337.2" textLength="427" clip-path="url(#terminal-2174466350-line-13)">&#160;&#160;&#160;&#160;show&#160;this&#160;help&#160;message&#160;and&#160;exit</text><text class="terminal-2174466350-r2" x="854" y="337.2" textLength="12.2" clip-path="url(#terminal-2174466350-line-13)">
<g class="terminal-3409362442-matrix">
<text class="terminal-3409362442-r1" x="0" y="20" textLength="61" clip-path="url(#terminal-3409362442-line-0)">usage</text><text class="terminal-3409362442-r2" x="61" y="20" textLength="305" clip-path="url(#terminal-3409362442-line-0)">:&#160;viv&#160;exe&#160;[-h]&#160;vivenv&#160;cmd</text><text class="terminal-3409362442-r2" x="854" y="20" textLength="12.2" clip-path="url(#terminal-3409362442-line-0)">
</text><text class="terminal-3409362442-r2" x="854" y="44.4" textLength="12.2" clip-path="url(#terminal-3409362442-line-1)">
</text><text class="terminal-3409362442-r2" x="0" y="68.8" textLength="439.2" clip-path="url(#terminal-3409362442-line-2)">run&#160;binary/script&#160;in&#160;existing&#160;vivenv</text><text class="terminal-3409362442-r2" x="854" y="68.8" textLength="12.2" clip-path="url(#terminal-3409362442-line-2)">
</text><text class="terminal-3409362442-r2" x="854" y="93.2" textLength="12.2" clip-path="url(#terminal-3409362442-line-3)">
</text><text class="terminal-3409362442-r2" x="0" y="117.6" textLength="109.8" clip-path="url(#terminal-3409362442-line-4)">examples:</text><text class="terminal-3409362442-r2" x="854" y="117.6" textLength="12.2" clip-path="url(#terminal-3409362442-line-4)">
</text><text class="terminal-3409362442-r2" x="0" y="142" textLength="488" clip-path="url(#terminal-3409362442-line-5)">&#160;&#160;&#160;&#160;viv&#160;exe&#160;&lt;vivenv&gt;&#160;python&#160;--&#160;script.py</text><text class="terminal-3409362442-r2" x="854" y="142" textLength="12.2" clip-path="url(#terminal-3409362442-line-5)">
</text><text class="terminal-3409362442-r2" x="0" y="166.4" textLength="549" clip-path="url(#terminal-3409362442-line-6)">&#160;&#160;&#160;&#160;viv&#160;exe&#160;&lt;vivenv&gt;&#160;python&#160;--&#160;-m&#160;http.server</text><text class="terminal-3409362442-r2" x="854" y="166.4" textLength="12.2" clip-path="url(#terminal-3409362442-line-6)">
</text><text class="terminal-3409362442-r2" x="854" y="190.8" textLength="12.2" clip-path="url(#terminal-3409362442-line-7)">
</text><text class="terminal-3409362442-r1" x="0" y="215.2" textLength="244" clip-path="url(#terminal-3409362442-line-8)">positional&#160;arguments</text><text class="terminal-3409362442-r2" x="244" y="215.2" textLength="12.2" clip-path="url(#terminal-3409362442-line-8)">:</text><text class="terminal-3409362442-r2" x="854" y="215.2" textLength="12.2" clip-path="url(#terminal-3409362442-line-8)">
</text><text class="terminal-3409362442-r3" x="24.4" y="239.6" textLength="73.2" clip-path="url(#terminal-3409362442-line-9)">vivenv</text><text class="terminal-3409362442-r2" x="97.6" y="239.6" textLength="329.4" clip-path="url(#terminal-3409362442-line-9)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;name/hash&#160;of&#160;vivenv</text><text class="terminal-3409362442-r2" x="854" y="239.6" textLength="12.2" clip-path="url(#terminal-3409362442-line-9)">
</text><text class="terminal-3409362442-r3" x="24.4" y="264" textLength="36.6" clip-path="url(#terminal-3409362442-line-10)">cmd</text><text class="terminal-3409362442-r2" x="61" y="264" textLength="390.4" clip-path="url(#terminal-3409362442-line-10)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;command&#160;to&#160;to&#160;execute</text><text class="terminal-3409362442-r2" x="854" y="264" textLength="12.2" clip-path="url(#terminal-3409362442-line-10)">
</text><text class="terminal-3409362442-r2" x="854" y="288.4" textLength="12.2" clip-path="url(#terminal-3409362442-line-11)">
</text><text class="terminal-3409362442-r1" x="0" y="312.8" textLength="85.4" clip-path="url(#terminal-3409362442-line-12)">options</text><text class="terminal-3409362442-r2" x="85.4" y="312.8" textLength="12.2" clip-path="url(#terminal-3409362442-line-12)">:</text><text class="terminal-3409362442-r2" x="854" y="312.8" textLength="12.2" clip-path="url(#terminal-3409362442-line-12)">
</text><text class="terminal-3409362442-r3" x="24.4" y="337.2" textLength="24.4" clip-path="url(#terminal-3409362442-line-13)">-h</text><text class="terminal-3409362442-r2" x="48.8" y="337.2" textLength="24.4" clip-path="url(#terminal-3409362442-line-13)">,&#160;</text><text class="terminal-3409362442-r3" x="73.2" y="337.2" textLength="73.2" clip-path="url(#terminal-3409362442-line-13)">--help</text><text class="terminal-3409362442-r2" x="146.4" y="337.2" textLength="427" clip-path="url(#terminal-3409362442-line-13)">&#160;&#160;&#160;&#160;show&#160;this&#160;help&#160;message&#160;and&#160;exit</text><text class="terminal-3409362442-r2" x="854" y="337.2" textLength="12.2" clip-path="url(#terminal-3409362442-line-13)">
</text>
</g>
</g>

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

View file

@ -19,14 +19,14 @@
font-weight: 700;
}
.terminal-1793440407-matrix {
.terminal-3354443635-matrix {
font-family: Fira Code, monospace;
font-size: 20px;
line-height: 24.4px;
font-variant-east-asian: full-width;
}
.terminal-1793440407-title {
.terminal-3354443635-title {
font-size: 18px;
font-weight: bold;
font-family: arial;
@ -36,80 +36,80 @@
-webkit-filter: drop-shadow( 2px 5px 2px rgba(0, 0, 0, .7));
filter: drop-shadow( 2px 5px 2px rgba(0, 0, 0, .7));
}
.terminal-1793440407-r1 { fill: #94e2d5;font-weight: bold }
.terminal-1793440407-r2 { fill: #c6d0f5 }
.terminal-1793440407-r3 { fill: #f9e2af;font-weight: bold }
.terminal-3354443635-r1 { fill: #94e2d5;font-weight: bold }
.terminal-3354443635-r2 { fill: #c6d0f5 }
.terminal-3354443635-r3 { fill: #f9e2af;font-weight: bold }
</style>
<defs>
<clipPath id="terminal-1793440407-clip-terminal">
<clipPath id="terminal-3354443635-clip-terminal">
<rect x="0" y="0" width="853.0" height="340.59999999999997" />
</clipPath>
<clipPath id="terminal-1793440407-line-0">
<clipPath id="terminal-3354443635-line-0">
<rect x="0" y="1.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-1793440407-line-1">
<clipPath id="terminal-3354443635-line-1">
<rect x="0" y="25.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-1793440407-line-2">
<clipPath id="terminal-3354443635-line-2">
<rect x="0" y="50.3" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-1793440407-line-3">
<clipPath id="terminal-3354443635-line-3">
<rect x="0" y="74.7" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-1793440407-line-4">
<clipPath id="terminal-3354443635-line-4">
<rect x="0" y="99.1" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-1793440407-line-5">
<clipPath id="terminal-3354443635-line-5">
<rect x="0" y="123.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-1793440407-line-6">
<clipPath id="terminal-3354443635-line-6">
<rect x="0" y="147.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-1793440407-line-7">
<clipPath id="terminal-3354443635-line-7">
<rect x="0" y="172.3" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-1793440407-line-8">
<clipPath id="terminal-3354443635-line-8">
<rect x="0" y="196.7" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-1793440407-line-9">
<clipPath id="terminal-3354443635-line-9">
<rect x="0" y="221.1" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-1793440407-line-10">
<clipPath id="terminal-3354443635-line-10">
<rect x="0" y="245.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-1793440407-line-11">
<clipPath id="terminal-3354443635-line-11">
<rect x="0" y="269.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-1793440407-line-12">
<clipPath id="terminal-3354443635-line-12">
<rect x="0" y="294.3" width="854" height="24.65"/>
</clipPath>
</defs>
<rect fill="#1e1e2e" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="10.1667" y="1" width="870" height="389.6" rx="8"/><text class="terminal-1793440407-title" fill="#c6d0f5" text-anchor="middle" x="435" y="27">viv&#160;exe&#160;pip&#160;--help</text>
<rect fill="#1e1e2e" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="10.1667" y="1" width="870" height="389.6" rx="8"/><text class="terminal-3354443635-title" fill="#c6d0f5" text-anchor="middle" x="435" y="27">viv&#160;exe&#160;pip&#160;--help</text>
<g transform="translate(32,22)">
<circle cx="0" cy="0" r="7" fill="#ff5f57"/>
<circle cx="22" cy="0" r="7" fill="#febc2e"/>
<circle cx="44" cy="0" r="7" fill="#28c840"/>
</g>
<g transform="translate(18.166666666666664, 41) scale(.95)" clip-path="url(#terminal-1793440407-clip-terminal)">
<g transform="translate(18.166666666666664, 41) scale(.95)" clip-path="url(#terminal-3354443635-clip-terminal)">
<g class="terminal-1793440407-matrix">
<text class="terminal-1793440407-r1" x="0" y="20" textLength="61" clip-path="url(#terminal-1793440407-line-0)">usage</text><text class="terminal-1793440407-r2" x="61" y="20" textLength="305" clip-path="url(#terminal-1793440407-line-0)">:&#160;viv&#160;exe&#160;[-h]&#160;vivenv&#160;cmd</text><text class="terminal-1793440407-r2" x="854" y="20" textLength="12.2" clip-path="url(#terminal-1793440407-line-0)">
</text><text class="terminal-1793440407-r2" x="854" y="44.4" textLength="12.2" clip-path="url(#terminal-1793440407-line-1)">
</text><text class="terminal-1793440407-r2" x="0" y="68.8" textLength="439.2" clip-path="url(#terminal-1793440407-line-2)">run&#160;binary/script&#160;in&#160;existing&#160;vivenv</text><text class="terminal-1793440407-r2" x="854" y="68.8" textLength="12.2" clip-path="url(#terminal-1793440407-line-2)">
</text><text class="terminal-1793440407-r2" x="854" y="93.2" textLength="12.2" clip-path="url(#terminal-1793440407-line-3)">
</text><text class="terminal-1793440407-r2" x="0" y="117.6" textLength="109.8" clip-path="url(#terminal-1793440407-line-4)">examples:</text><text class="terminal-1793440407-r2" x="854" y="117.6" textLength="12.2" clip-path="url(#terminal-1793440407-line-4)">
</text><text class="terminal-1793440407-r2" x="0" y="142" textLength="390.4" clip-path="url(#terminal-1793440407-line-5)">&#160;&#160;&#160;&#160;viv&#160;exe&#160;&lt;vivenv&gt;&#160;pip&#160;--&#160;list</text><text class="terminal-1793440407-r2" x="854" y="142" textLength="12.2" clip-path="url(#terminal-1793440407-line-5)">
</text><text class="terminal-1793440407-r2" x="0" y="166.4" textLength="488" clip-path="url(#terminal-1793440407-line-6)">&#160;&#160;&#160;&#160;viv&#160;exe&#160;&lt;vivenv&gt;&#160;python&#160;--&#160;script.py</text><text class="terminal-1793440407-r2" x="854" y="166.4" textLength="12.2" clip-path="url(#terminal-1793440407-line-6)">
</text><text class="terminal-1793440407-r2" x="854" y="190.8" textLength="12.2" clip-path="url(#terminal-1793440407-line-7)">
</text><text class="terminal-1793440407-r1" x="0" y="215.2" textLength="244" clip-path="url(#terminal-1793440407-line-8)">positional&#160;arguments</text><text class="terminal-1793440407-r2" x="244" y="215.2" textLength="12.2" clip-path="url(#terminal-1793440407-line-8)">:</text><text class="terminal-1793440407-r2" x="854" y="215.2" textLength="12.2" clip-path="url(#terminal-1793440407-line-8)">
</text><text class="terminal-1793440407-r3" x="24.4" y="239.6" textLength="73.2" clip-path="url(#terminal-1793440407-line-9)">vivenv</text><text class="terminal-1793440407-r2" x="97.6" y="239.6" textLength="329.4" clip-path="url(#terminal-1793440407-line-9)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;name/hash&#160;of&#160;vivenv</text><text class="terminal-1793440407-r2" x="854" y="239.6" textLength="12.2" clip-path="url(#terminal-1793440407-line-9)">
</text><text class="terminal-1793440407-r3" x="24.4" y="264" textLength="36.6" clip-path="url(#terminal-1793440407-line-10)">cmd</text><text class="terminal-1793440407-r2" x="61" y="264" textLength="390.4" clip-path="url(#terminal-1793440407-line-10)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;command&#160;to&#160;to&#160;execute</text><text class="terminal-1793440407-r2" x="854" y="264" textLength="12.2" clip-path="url(#terminal-1793440407-line-10)">
</text><text class="terminal-1793440407-r2" x="854" y="288.4" textLength="12.2" clip-path="url(#terminal-1793440407-line-11)">
</text><text class="terminal-1793440407-r1" x="0" y="312.8" textLength="85.4" clip-path="url(#terminal-1793440407-line-12)">options</text><text class="terminal-1793440407-r2" x="85.4" y="312.8" textLength="12.2" clip-path="url(#terminal-1793440407-line-12)">:</text><text class="terminal-1793440407-r2" x="854" y="312.8" textLength="12.2" clip-path="url(#terminal-1793440407-line-12)">
</text><text class="terminal-1793440407-r3" x="24.4" y="337.2" textLength="24.4" clip-path="url(#terminal-1793440407-line-13)">-h</text><text class="terminal-1793440407-r2" x="48.8" y="337.2" textLength="24.4" clip-path="url(#terminal-1793440407-line-13)">,&#160;</text><text class="terminal-1793440407-r3" x="73.2" y="337.2" textLength="73.2" clip-path="url(#terminal-1793440407-line-13)">--help</text><text class="terminal-1793440407-r2" x="146.4" y="337.2" textLength="427" clip-path="url(#terminal-1793440407-line-13)">&#160;&#160;&#160;&#160;show&#160;this&#160;help&#160;message&#160;and&#160;exit</text><text class="terminal-1793440407-r2" x="854" y="337.2" textLength="12.2" clip-path="url(#terminal-1793440407-line-13)">
<g class="terminal-3354443635-matrix">
<text class="terminal-3354443635-r1" x="0" y="20" textLength="61" clip-path="url(#terminal-3354443635-line-0)">usage</text><text class="terminal-3354443635-r2" x="61" y="20" textLength="305" clip-path="url(#terminal-3354443635-line-0)">:&#160;viv&#160;exe&#160;[-h]&#160;vivenv&#160;cmd</text><text class="terminal-3354443635-r2" x="854" y="20" textLength="12.2" clip-path="url(#terminal-3354443635-line-0)">
</text><text class="terminal-3354443635-r2" x="854" y="44.4" textLength="12.2" clip-path="url(#terminal-3354443635-line-1)">
</text><text class="terminal-3354443635-r2" x="0" y="68.8" textLength="439.2" clip-path="url(#terminal-3354443635-line-2)">run&#160;binary/script&#160;in&#160;existing&#160;vivenv</text><text class="terminal-3354443635-r2" x="854" y="68.8" textLength="12.2" clip-path="url(#terminal-3354443635-line-2)">
</text><text class="terminal-3354443635-r2" x="854" y="93.2" textLength="12.2" clip-path="url(#terminal-3354443635-line-3)">
</text><text class="terminal-3354443635-r2" x="0" y="117.6" textLength="109.8" clip-path="url(#terminal-3354443635-line-4)">examples:</text><text class="terminal-3354443635-r2" x="854" y="117.6" textLength="12.2" clip-path="url(#terminal-3354443635-line-4)">
</text><text class="terminal-3354443635-r2" x="0" y="142" textLength="488" clip-path="url(#terminal-3354443635-line-5)">&#160;&#160;&#160;&#160;viv&#160;exe&#160;&lt;vivenv&gt;&#160;python&#160;--&#160;script.py</text><text class="terminal-3354443635-r2" x="854" y="142" textLength="12.2" clip-path="url(#terminal-3354443635-line-5)">
</text><text class="terminal-3354443635-r2" x="0" y="166.4" textLength="549" clip-path="url(#terminal-3354443635-line-6)">&#160;&#160;&#160;&#160;viv&#160;exe&#160;&lt;vivenv&gt;&#160;python&#160;--&#160;-m&#160;http.server</text><text class="terminal-3354443635-r2" x="854" y="166.4" textLength="12.2" clip-path="url(#terminal-3354443635-line-6)">
</text><text class="terminal-3354443635-r2" x="854" y="190.8" textLength="12.2" clip-path="url(#terminal-3354443635-line-7)">
</text><text class="terminal-3354443635-r1" x="0" y="215.2" textLength="244" clip-path="url(#terminal-3354443635-line-8)">positional&#160;arguments</text><text class="terminal-3354443635-r2" x="244" y="215.2" textLength="12.2" clip-path="url(#terminal-3354443635-line-8)">:</text><text class="terminal-3354443635-r2" x="854" y="215.2" textLength="12.2" clip-path="url(#terminal-3354443635-line-8)">
</text><text class="terminal-3354443635-r3" x="24.4" y="239.6" textLength="73.2" clip-path="url(#terminal-3354443635-line-9)">vivenv</text><text class="terminal-3354443635-r2" x="97.6" y="239.6" textLength="329.4" clip-path="url(#terminal-3354443635-line-9)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;name/hash&#160;of&#160;vivenv</text><text class="terminal-3354443635-r2" x="854" y="239.6" textLength="12.2" clip-path="url(#terminal-3354443635-line-9)">
</text><text class="terminal-3354443635-r3" x="24.4" y="264" textLength="36.6" clip-path="url(#terminal-3354443635-line-10)">cmd</text><text class="terminal-3354443635-r2" x="61" y="264" textLength="390.4" clip-path="url(#terminal-3354443635-line-10)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;command&#160;to&#160;to&#160;execute</text><text class="terminal-3354443635-r2" x="854" y="264" textLength="12.2" clip-path="url(#terminal-3354443635-line-10)">
</text><text class="terminal-3354443635-r2" x="854" y="288.4" textLength="12.2" clip-path="url(#terminal-3354443635-line-11)">
</text><text class="terminal-3354443635-r1" x="0" y="312.8" textLength="85.4" clip-path="url(#terminal-3354443635-line-12)">options</text><text class="terminal-3354443635-r2" x="85.4" y="312.8" textLength="12.2" clip-path="url(#terminal-3354443635-line-12)">:</text><text class="terminal-3354443635-r2" x="854" y="312.8" textLength="12.2" clip-path="url(#terminal-3354443635-line-12)">
</text><text class="terminal-3354443635-r3" x="24.4" y="337.2" textLength="24.4" clip-path="url(#terminal-3354443635-line-13)">-h</text><text class="terminal-3354443635-r2" x="48.8" y="337.2" textLength="24.4" clip-path="url(#terminal-3354443635-line-13)">,&#160;</text><text class="terminal-3354443635-r3" x="73.2" y="337.2" textLength="73.2" clip-path="url(#terminal-3354443635-line-13)">--help</text><text class="terminal-3354443635-r2" x="146.4" y="337.2" textLength="427" clip-path="url(#terminal-3354443635-line-13)">&#160;&#160;&#160;&#160;show&#160;this&#160;help&#160;message&#160;and&#160;exit</text><text class="terminal-3354443635-r2" x="854" y="337.2" textLength="12.2" clip-path="url(#terminal-3354443635-line-13)">
</text>
</g>
</g>

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

View file

@ -19,14 +19,14 @@
font-weight: 700;
}
.terminal-2696068080-matrix {
.terminal-207667404-matrix {
font-family: Fira Code, monospace;
font-size: 20px;
line-height: 24.4px;
font-variant-east-asian: full-width;
}
.terminal-2696068080-title {
.terminal-207667404-title {
font-size: 18px;
font-weight: bold;
font-family: arial;
@ -36,80 +36,80 @@
-webkit-filter: drop-shadow( 2px 5px 2px rgba(0, 0, 0, .7));
filter: drop-shadow( 2px 5px 2px rgba(0, 0, 0, .7));
}
.terminal-2696068080-r1 { fill: #94e2d5;font-weight: bold }
.terminal-2696068080-r2 { fill: #c6d0f5 }
.terminal-2696068080-r3 { fill: #f9e2af;font-weight: bold }
.terminal-207667404-r1 { fill: #94e2d5;font-weight: bold }
.terminal-207667404-r2 { fill: #c6d0f5 }
.terminal-207667404-r3 { fill: #f9e2af;font-weight: bold }
</style>
<defs>
<clipPath id="terminal-2696068080-clip-terminal">
<clipPath id="terminal-207667404-clip-terminal">
<rect x="0" y="0" width="853.0" height="340.59999999999997" />
</clipPath>
<clipPath id="terminal-2696068080-line-0">
<clipPath id="terminal-207667404-line-0">
<rect x="0" y="1.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2696068080-line-1">
<clipPath id="terminal-207667404-line-1">
<rect x="0" y="25.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2696068080-line-2">
<clipPath id="terminal-207667404-line-2">
<rect x="0" y="50.3" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2696068080-line-3">
<clipPath id="terminal-207667404-line-3">
<rect x="0" y="74.7" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2696068080-line-4">
<clipPath id="terminal-207667404-line-4">
<rect x="0" y="99.1" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2696068080-line-5">
<clipPath id="terminal-207667404-line-5">
<rect x="0" y="123.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2696068080-line-6">
<clipPath id="terminal-207667404-line-6">
<rect x="0" y="147.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2696068080-line-7">
<clipPath id="terminal-207667404-line-7">
<rect x="0" y="172.3" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2696068080-line-8">
<clipPath id="terminal-207667404-line-8">
<rect x="0" y="196.7" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2696068080-line-9">
<clipPath id="terminal-207667404-line-9">
<rect x="0" y="221.1" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2696068080-line-10">
<clipPath id="terminal-207667404-line-10">
<rect x="0" y="245.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2696068080-line-11">
<clipPath id="terminal-207667404-line-11">
<rect x="0" y="269.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2696068080-line-12">
<clipPath id="terminal-207667404-line-12">
<rect x="0" y="294.3" width="854" height="24.65"/>
</clipPath>
</defs>
<rect fill="#1e1e2e" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="10.1667" y="1" width="870" height="389.6" rx="8"/><text class="terminal-2696068080-title" fill="#c6d0f5" text-anchor="middle" x="435" y="27">viv&#160;exe&#160;python&#160;--help</text>
<rect fill="#1e1e2e" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="10.1667" y="1" width="870" height="389.6" rx="8"/><text class="terminal-207667404-title" fill="#c6d0f5" text-anchor="middle" x="435" y="27">viv&#160;exe&#160;python&#160;--help</text>
<g transform="translate(32,22)">
<circle cx="0" cy="0" r="7" fill="#ff5f57"/>
<circle cx="22" cy="0" r="7" fill="#febc2e"/>
<circle cx="44" cy="0" r="7" fill="#28c840"/>
</g>
<g transform="translate(18.166666666666664, 41) scale(.95)" clip-path="url(#terminal-2696068080-clip-terminal)">
<g transform="translate(18.166666666666664, 41) scale(.95)" clip-path="url(#terminal-207667404-clip-terminal)">
<g class="terminal-2696068080-matrix">
<text class="terminal-2696068080-r1" x="0" y="20" textLength="61" clip-path="url(#terminal-2696068080-line-0)">usage</text><text class="terminal-2696068080-r2" x="61" y="20" textLength="305" clip-path="url(#terminal-2696068080-line-0)">:&#160;viv&#160;exe&#160;[-h]&#160;vivenv&#160;cmd</text><text class="terminal-2696068080-r2" x="854" y="20" textLength="12.2" clip-path="url(#terminal-2696068080-line-0)">
</text><text class="terminal-2696068080-r2" x="854" y="44.4" textLength="12.2" clip-path="url(#terminal-2696068080-line-1)">
</text><text class="terminal-2696068080-r2" x="0" y="68.8" textLength="439.2" clip-path="url(#terminal-2696068080-line-2)">run&#160;binary/script&#160;in&#160;existing&#160;vivenv</text><text class="terminal-2696068080-r2" x="854" y="68.8" textLength="12.2" clip-path="url(#terminal-2696068080-line-2)">
</text><text class="terminal-2696068080-r2" x="854" y="93.2" textLength="12.2" clip-path="url(#terminal-2696068080-line-3)">
</text><text class="terminal-2696068080-r2" x="0" y="117.6" textLength="109.8" clip-path="url(#terminal-2696068080-line-4)">examples:</text><text class="terminal-2696068080-r2" x="854" y="117.6" textLength="12.2" clip-path="url(#terminal-2696068080-line-4)">
</text><text class="terminal-2696068080-r2" x="0" y="142" textLength="390.4" clip-path="url(#terminal-2696068080-line-5)">&#160;&#160;&#160;&#160;viv&#160;exe&#160;&lt;vivenv&gt;&#160;pip&#160;--&#160;list</text><text class="terminal-2696068080-r2" x="854" y="142" textLength="12.2" clip-path="url(#terminal-2696068080-line-5)">
</text><text class="terminal-2696068080-r2" x="0" y="166.4" textLength="488" clip-path="url(#terminal-2696068080-line-6)">&#160;&#160;&#160;&#160;viv&#160;exe&#160;&lt;vivenv&gt;&#160;python&#160;--&#160;script.py</text><text class="terminal-2696068080-r2" x="854" y="166.4" textLength="12.2" clip-path="url(#terminal-2696068080-line-6)">
</text><text class="terminal-2696068080-r2" x="854" y="190.8" textLength="12.2" clip-path="url(#terminal-2696068080-line-7)">
</text><text class="terminal-2696068080-r1" x="0" y="215.2" textLength="244" clip-path="url(#terminal-2696068080-line-8)">positional&#160;arguments</text><text class="terminal-2696068080-r2" x="244" y="215.2" textLength="12.2" clip-path="url(#terminal-2696068080-line-8)">:</text><text class="terminal-2696068080-r2" x="854" y="215.2" textLength="12.2" clip-path="url(#terminal-2696068080-line-8)">
</text><text class="terminal-2696068080-r3" x="24.4" y="239.6" textLength="73.2" clip-path="url(#terminal-2696068080-line-9)">vivenv</text><text class="terminal-2696068080-r2" x="97.6" y="239.6" textLength="329.4" clip-path="url(#terminal-2696068080-line-9)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;name/hash&#160;of&#160;vivenv</text><text class="terminal-2696068080-r2" x="854" y="239.6" textLength="12.2" clip-path="url(#terminal-2696068080-line-9)">
</text><text class="terminal-2696068080-r3" x="24.4" y="264" textLength="36.6" clip-path="url(#terminal-2696068080-line-10)">cmd</text><text class="terminal-2696068080-r2" x="61" y="264" textLength="390.4" clip-path="url(#terminal-2696068080-line-10)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;command&#160;to&#160;to&#160;execute</text><text class="terminal-2696068080-r2" x="854" y="264" textLength="12.2" clip-path="url(#terminal-2696068080-line-10)">
</text><text class="terminal-2696068080-r2" x="854" y="288.4" textLength="12.2" clip-path="url(#terminal-2696068080-line-11)">
</text><text class="terminal-2696068080-r1" x="0" y="312.8" textLength="85.4" clip-path="url(#terminal-2696068080-line-12)">options</text><text class="terminal-2696068080-r2" x="85.4" y="312.8" textLength="12.2" clip-path="url(#terminal-2696068080-line-12)">:</text><text class="terminal-2696068080-r2" x="854" y="312.8" textLength="12.2" clip-path="url(#terminal-2696068080-line-12)">
</text><text class="terminal-2696068080-r3" x="24.4" y="337.2" textLength="24.4" clip-path="url(#terminal-2696068080-line-13)">-h</text><text class="terminal-2696068080-r2" x="48.8" y="337.2" textLength="24.4" clip-path="url(#terminal-2696068080-line-13)">,&#160;</text><text class="terminal-2696068080-r3" x="73.2" y="337.2" textLength="73.2" clip-path="url(#terminal-2696068080-line-13)">--help</text><text class="terminal-2696068080-r2" x="146.4" y="337.2" textLength="427" clip-path="url(#terminal-2696068080-line-13)">&#160;&#160;&#160;&#160;show&#160;this&#160;help&#160;message&#160;and&#160;exit</text><text class="terminal-2696068080-r2" x="854" y="337.2" textLength="12.2" clip-path="url(#terminal-2696068080-line-13)">
<g class="terminal-207667404-matrix">
<text class="terminal-207667404-r1" x="0" y="20" textLength="61" clip-path="url(#terminal-207667404-line-0)">usage</text><text class="terminal-207667404-r2" x="61" y="20" textLength="305" clip-path="url(#terminal-207667404-line-0)">:&#160;viv&#160;exe&#160;[-h]&#160;vivenv&#160;cmd</text><text class="terminal-207667404-r2" x="854" y="20" textLength="12.2" clip-path="url(#terminal-207667404-line-0)">
</text><text class="terminal-207667404-r2" x="854" y="44.4" textLength="12.2" clip-path="url(#terminal-207667404-line-1)">
</text><text class="terminal-207667404-r2" x="0" y="68.8" textLength="439.2" clip-path="url(#terminal-207667404-line-2)">run&#160;binary/script&#160;in&#160;existing&#160;vivenv</text><text class="terminal-207667404-r2" x="854" y="68.8" textLength="12.2" clip-path="url(#terminal-207667404-line-2)">
</text><text class="terminal-207667404-r2" x="854" y="93.2" textLength="12.2" clip-path="url(#terminal-207667404-line-3)">
</text><text class="terminal-207667404-r2" x="0" y="117.6" textLength="109.8" clip-path="url(#terminal-207667404-line-4)">examples:</text><text class="terminal-207667404-r2" x="854" y="117.6" textLength="12.2" clip-path="url(#terminal-207667404-line-4)">
</text><text class="terminal-207667404-r2" x="0" y="142" textLength="488" clip-path="url(#terminal-207667404-line-5)">&#160;&#160;&#160;&#160;viv&#160;exe&#160;&lt;vivenv&gt;&#160;python&#160;--&#160;script.py</text><text class="terminal-207667404-r2" x="854" y="142" textLength="12.2" clip-path="url(#terminal-207667404-line-5)">
</text><text class="terminal-207667404-r2" x="0" y="166.4" textLength="549" clip-path="url(#terminal-207667404-line-6)">&#160;&#160;&#160;&#160;viv&#160;exe&#160;&lt;vivenv&gt;&#160;python&#160;--&#160;-m&#160;http.server</text><text class="terminal-207667404-r2" x="854" y="166.4" textLength="12.2" clip-path="url(#terminal-207667404-line-6)">
</text><text class="terminal-207667404-r2" x="854" y="190.8" textLength="12.2" clip-path="url(#terminal-207667404-line-7)">
</text><text class="terminal-207667404-r1" x="0" y="215.2" textLength="244" clip-path="url(#terminal-207667404-line-8)">positional&#160;arguments</text><text class="terminal-207667404-r2" x="244" y="215.2" textLength="12.2" clip-path="url(#terminal-207667404-line-8)">:</text><text class="terminal-207667404-r2" x="854" y="215.2" textLength="12.2" clip-path="url(#terminal-207667404-line-8)">
</text><text class="terminal-207667404-r3" x="24.4" y="239.6" textLength="73.2" clip-path="url(#terminal-207667404-line-9)">vivenv</text><text class="terminal-207667404-r2" x="97.6" y="239.6" textLength="329.4" clip-path="url(#terminal-207667404-line-9)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;name/hash&#160;of&#160;vivenv</text><text class="terminal-207667404-r2" x="854" y="239.6" textLength="12.2" clip-path="url(#terminal-207667404-line-9)">
</text><text class="terminal-207667404-r3" x="24.4" y="264" textLength="36.6" clip-path="url(#terminal-207667404-line-10)">cmd</text><text class="terminal-207667404-r2" x="61" y="264" textLength="390.4" clip-path="url(#terminal-207667404-line-10)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;command&#160;to&#160;to&#160;execute</text><text class="terminal-207667404-r2" x="854" y="264" textLength="12.2" clip-path="url(#terminal-207667404-line-10)">
</text><text class="terminal-207667404-r2" x="854" y="288.4" textLength="12.2" clip-path="url(#terminal-207667404-line-11)">
</text><text class="terminal-207667404-r1" x="0" y="312.8" textLength="85.4" clip-path="url(#terminal-207667404-line-12)">options</text><text class="terminal-207667404-r2" x="85.4" y="312.8" textLength="12.2" clip-path="url(#terminal-207667404-line-12)">:</text><text class="terminal-207667404-r2" x="854" y="312.8" textLength="12.2" clip-path="url(#terminal-207667404-line-12)">
</text><text class="terminal-207667404-r3" x="24.4" y="337.2" textLength="24.4" clip-path="url(#terminal-207667404-line-13)">-h</text><text class="terminal-207667404-r2" x="48.8" y="337.2" textLength="24.4" clip-path="url(#terminal-207667404-line-13)">,&#160;</text><text class="terminal-207667404-r3" x="73.2" y="337.2" textLength="73.2" clip-path="url(#terminal-207667404-line-13)">--help</text><text class="terminal-207667404-r2" x="146.4" y="337.2" textLength="427" clip-path="url(#terminal-207667404-line-13)">&#160;&#160;&#160;&#160;show&#160;this&#160;help&#160;message&#160;and&#160;exit</text><text class="terminal-207667404-r2" x="854" y="337.2" textLength="12.2" clip-path="url(#terminal-207667404-line-13)">
</text>
</g>
</g>

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

View file

@ -19,14 +19,14 @@
font-weight: 700;
}
.terminal-3188460144-matrix {
.terminal-1818495600-matrix {
font-family: Fira Code, monospace;
font-size: 20px;
line-height: 24.4px;
font-variant-east-asian: full-width;
}
.terminal-3188460144-title {
.terminal-1818495600-title {
font-size: 18px;
font-weight: bold;
font-family: arial;
@ -36,77 +36,77 @@
-webkit-filter: drop-shadow( 2px 5px 2px rgba(0, 0, 0, .7));
filter: drop-shadow( 2px 5px 2px rgba(0, 0, 0, .7));
}
.terminal-3188460144-r1 { fill: #94e2d5;font-weight: bold }
.terminal-3188460144-r2 { fill: #c6d0f5 }
.terminal-3188460144-r3 { fill: #f9e2af;font-weight: bold }
.terminal-3188460144-r4 { fill: #f9e2af }
.terminal-1818495600-r1 { fill: #94e2d5;font-weight: bold }
.terminal-1818495600-r2 { fill: #c6d0f5 }
.terminal-1818495600-r3 { fill: #f9e2af;font-weight: bold }
.terminal-1818495600-r4 { fill: #f9e2af }
</style>
<defs>
<clipPath id="terminal-3188460144-clip-terminal">
<clipPath id="terminal-1818495600-clip-terminal">
<rect x="0" y="0" width="853.0" height="316.2" />
</clipPath>
<clipPath id="terminal-3188460144-line-0">
<clipPath id="terminal-1818495600-line-0">
<rect x="0" y="1.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-3188460144-line-1">
<clipPath id="terminal-1818495600-line-1">
<rect x="0" y="25.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-3188460144-line-2">
<clipPath id="terminal-1818495600-line-2">
<rect x="0" y="50.3" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-3188460144-line-3">
<clipPath id="terminal-1818495600-line-3">
<rect x="0" y="74.7" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-3188460144-line-4">
<clipPath id="terminal-1818495600-line-4">
<rect x="0" y="99.1" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-3188460144-line-5">
<clipPath id="terminal-1818495600-line-5">
<rect x="0" y="123.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-3188460144-line-6">
<clipPath id="terminal-1818495600-line-6">
<rect x="0" y="147.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-3188460144-line-7">
<clipPath id="terminal-1818495600-line-7">
<rect x="0" y="172.3" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-3188460144-line-8">
<clipPath id="terminal-1818495600-line-8">
<rect x="0" y="196.7" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-3188460144-line-9">
<clipPath id="terminal-1818495600-line-9">
<rect x="0" y="221.1" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-3188460144-line-10">
<clipPath id="terminal-1818495600-line-10">
<rect x="0" y="245.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-3188460144-line-11">
<clipPath id="terminal-1818495600-line-11">
<rect x="0" y="269.9" width="854" height="24.65"/>
</clipPath>
</defs>
<rect fill="#1e1e2e" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="10.1667" y="1" width="870" height="365.2" rx="8"/><text class="terminal-3188460144-title" fill="#c6d0f5" text-anchor="middle" x="435" y="27">viv&#160;freeze&#160;--help</text>
<rect fill="#1e1e2e" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="10.1667" y="1" width="870" height="365.2" rx="8"/><text class="terminal-1818495600-title" fill="#c6d0f5" text-anchor="middle" x="435" y="27">viv&#160;freeze&#160;--help</text>
<g transform="translate(32,22)">
<circle cx="0" cy="0" r="7" fill="#ff5f57"/>
<circle cx="22" cy="0" r="7" fill="#febc2e"/>
<circle cx="44" cy="0" r="7" fill="#28c840"/>
</g>
<g transform="translate(18.166666666666664, 41) scale(.95)" clip-path="url(#terminal-3188460144-clip-terminal)">
<g transform="translate(18.166666666666664, 41) scale(.95)" clip-path="url(#terminal-1818495600-clip-terminal)">
<g class="terminal-3188460144-matrix">
<text class="terminal-3188460144-r1" x="0" y="20" textLength="61" clip-path="url(#terminal-3188460144-line-0)">usage</text><text class="terminal-3188460144-r2" x="61" y="20" textLength="793" clip-path="url(#terminal-3188460144-line-0)">:&#160;viv&#160;freeze&#160;[-h]&#160;[-p&#160;{abs,rel}]&#160;[-s]&#160;[-k]&#160;[-r&#160;&lt;path&gt;]&#160;[reqs&#160;...]</text><text class="terminal-3188460144-r2" x="854" y="20" textLength="12.2" clip-path="url(#terminal-3188460144-line-0)">
</text><text class="terminal-3188460144-r2" x="854" y="44.4" textLength="12.2" clip-path="url(#terminal-3188460144-line-1)">
</text><text class="terminal-3188460144-r2" x="0" y="68.8" textLength="500.2" clip-path="url(#terminal-3188460144-line-2)">create&#160;import&#160;statement&#160;from&#160;package&#160;spec</text><text class="terminal-3188460144-r2" x="854" y="68.8" textLength="12.2" clip-path="url(#terminal-3188460144-line-2)">
</text><text class="terminal-3188460144-r2" x="854" y="93.2" textLength="12.2" clip-path="url(#terminal-3188460144-line-3)">
</text><text class="terminal-3188460144-r1" x="0" y="117.6" textLength="244" clip-path="url(#terminal-3188460144-line-4)">positional&#160;arguments</text><text class="terminal-3188460144-r2" x="244" y="117.6" textLength="12.2" clip-path="url(#terminal-3188460144-line-4)">:</text><text class="terminal-3188460144-r2" x="854" y="117.6" textLength="12.2" clip-path="url(#terminal-3188460144-line-4)">
</text><text class="terminal-3188460144-r3" x="24.4" y="142" textLength="48.8" clip-path="url(#terminal-3188460144-line-5)">reqs</text><text class="terminal-3188460144-r2" x="73.2" y="142" textLength="585.6" clip-path="url(#terminal-3188460144-line-5)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;requirements&#160;specifiers</text><text class="terminal-3188460144-r2" x="854" y="142" textLength="12.2" clip-path="url(#terminal-3188460144-line-5)">
</text><text class="terminal-3188460144-r2" x="854" y="166.4" textLength="12.2" clip-path="url(#terminal-3188460144-line-6)">
</text><text class="terminal-3188460144-r1" x="0" y="190.8" textLength="85.4" clip-path="url(#terminal-3188460144-line-7)">options</text><text class="terminal-3188460144-r2" x="85.4" y="190.8" textLength="12.2" clip-path="url(#terminal-3188460144-line-7)">:</text><text class="terminal-3188460144-r2" x="854" y="190.8" textLength="12.2" clip-path="url(#terminal-3188460144-line-7)">
</text><text class="terminal-3188460144-r3" x="24.4" y="215.2" textLength="24.4" clip-path="url(#terminal-3188460144-line-8)">-h</text><text class="terminal-3188460144-r2" x="48.8" y="215.2" textLength="24.4" clip-path="url(#terminal-3188460144-line-8)">,&#160;</text><text class="terminal-3188460144-r3" x="73.2" y="215.2" textLength="73.2" clip-path="url(#terminal-3188460144-line-8)">--help</text><text class="terminal-3188460144-r2" x="146.4" y="215.2" textLength="610" clip-path="url(#terminal-3188460144-line-8)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;show&#160;this&#160;help&#160;message&#160;and&#160;exit</text><text class="terminal-3188460144-r2" x="854" y="215.2" textLength="12.2" clip-path="url(#terminal-3188460144-line-8)">
</text><text class="terminal-3188460144-r3" x="24.4" y="239.6" textLength="24.4" clip-path="url(#terminal-3188460144-line-9)">-p</text><text class="terminal-3188460144-r2" x="48.8" y="239.6" textLength="24.4" clip-path="url(#terminal-3188460144-line-9)">,&#160;</text><text class="terminal-3188460144-r3" x="73.2" y="239.6" textLength="73.2" clip-path="url(#terminal-3188460144-line-9)">--path</text><text class="terminal-3188460144-r4" x="146.4" y="239.6" textLength="122" clip-path="url(#terminal-3188460144-line-9)">&#160;{abs,rel}</text><text class="terminal-3188460144-r2" x="268.4" y="239.6" textLength="549" clip-path="url(#terminal-3188460144-line-9)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;generate&#160;line&#160;to&#160;add&#160;viv&#160;to&#160;sys.path</text><text class="terminal-3188460144-r2" x="854" y="239.6" textLength="12.2" clip-path="url(#terminal-3188460144-line-9)">
</text><text class="terminal-3188460144-r3" x="24.4" y="264" textLength="24.4" clip-path="url(#terminal-3188460144-line-10)">-s</text><text class="terminal-3188460144-r2" x="48.8" y="264" textLength="24.4" clip-path="url(#terminal-3188460144-line-10)">,&#160;</text><text class="terminal-3188460144-r3" x="73.2" y="264" textLength="146.4" clip-path="url(#terminal-3188460144-line-10)">--standalone</text><text class="terminal-3188460144-r2" x="219.6" y="264" textLength="634.4" clip-path="url(#terminal-3188460144-line-10)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;generate&#160;standalone&#160;activation&#160;function</text><text class="terminal-3188460144-r2" x="854" y="264" textLength="12.2" clip-path="url(#terminal-3188460144-line-10)">
</text><text class="terminal-3188460144-r3" x="24.4" y="288.4" textLength="24.4" clip-path="url(#terminal-3188460144-line-11)">-k</text><text class="terminal-3188460144-r2" x="48.8" y="288.4" textLength="24.4" clip-path="url(#terminal-3188460144-line-11)">,&#160;</text><text class="terminal-3188460144-r3" x="73.2" y="288.4" textLength="73.2" clip-path="url(#terminal-3188460144-line-11)">--keep</text><text class="terminal-3188460144-r2" x="146.4" y="288.4" textLength="475.8" clip-path="url(#terminal-3188460144-line-11)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;preserve&#160;environment</text><text class="terminal-3188460144-r2" x="854" y="288.4" textLength="12.2" clip-path="url(#terminal-3188460144-line-11)">
</text><text class="terminal-3188460144-r3" x="24.4" y="312.8" textLength="24.4" clip-path="url(#terminal-3188460144-line-12)">-r</text><text class="terminal-3188460144-r2" x="48.8" y="312.8" textLength="24.4" clip-path="url(#terminal-3188460144-line-12)">,&#160;</text><text class="terminal-3188460144-r3" x="73.2" y="312.8" textLength="170.8" clip-path="url(#terminal-3188460144-line-12)">--requirements</text><text class="terminal-3188460144-r4" x="244" y="312.8" textLength="85.4" clip-path="url(#terminal-3188460144-line-12)">&#160;&lt;path&gt;</text><text class="terminal-3188460144-r2" x="329.4" y="312.8" textLength="402.6" clip-path="url(#terminal-3188460144-line-12)">&#160;&#160;&#160;&#160;path/to/requirements.txt&#160;file</text><text class="terminal-3188460144-r2" x="854" y="312.8" textLength="12.2" clip-path="url(#terminal-3188460144-line-12)">
<g class="terminal-1818495600-matrix">
<text class="terminal-1818495600-r1" x="0" y="20" textLength="61" clip-path="url(#terminal-1818495600-line-0)">usage</text><text class="terminal-1818495600-r2" x="61" y="20" textLength="793" clip-path="url(#terminal-1818495600-line-0)">:&#160;viv&#160;freeze&#160;[-h]&#160;[-p&#160;{abs,rel}]&#160;[-s]&#160;[-r&#160;&lt;path&gt;]&#160;[-k]&#160;[reqs&#160;...]</text><text class="terminal-1818495600-r2" x="854" y="20" textLength="12.2" clip-path="url(#terminal-1818495600-line-0)">
</text><text class="terminal-1818495600-r2" x="854" y="44.4" textLength="12.2" clip-path="url(#terminal-1818495600-line-1)">
</text><text class="terminal-1818495600-r2" x="0" y="68.8" textLength="500.2" clip-path="url(#terminal-1818495600-line-2)">create&#160;import&#160;statement&#160;from&#160;package&#160;spec</text><text class="terminal-1818495600-r2" x="854" y="68.8" textLength="12.2" clip-path="url(#terminal-1818495600-line-2)">
</text><text class="terminal-1818495600-r2" x="854" y="93.2" textLength="12.2" clip-path="url(#terminal-1818495600-line-3)">
</text><text class="terminal-1818495600-r1" x="0" y="117.6" textLength="244" clip-path="url(#terminal-1818495600-line-4)">positional&#160;arguments</text><text class="terminal-1818495600-r2" x="244" y="117.6" textLength="12.2" clip-path="url(#terminal-1818495600-line-4)">:</text><text class="terminal-1818495600-r2" x="854" y="117.6" textLength="12.2" clip-path="url(#terminal-1818495600-line-4)">
</text><text class="terminal-1818495600-r3" x="24.4" y="142" textLength="48.8" clip-path="url(#terminal-1818495600-line-5)">reqs</text><text class="terminal-1818495600-r2" x="73.2" y="142" textLength="585.6" clip-path="url(#terminal-1818495600-line-5)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;requirements&#160;specifiers</text><text class="terminal-1818495600-r2" x="854" y="142" textLength="12.2" clip-path="url(#terminal-1818495600-line-5)">
</text><text class="terminal-1818495600-r2" x="854" y="166.4" textLength="12.2" clip-path="url(#terminal-1818495600-line-6)">
</text><text class="terminal-1818495600-r1" x="0" y="190.8" textLength="85.4" clip-path="url(#terminal-1818495600-line-7)">options</text><text class="terminal-1818495600-r2" x="85.4" y="190.8" textLength="12.2" clip-path="url(#terminal-1818495600-line-7)">:</text><text class="terminal-1818495600-r2" x="854" y="190.8" textLength="12.2" clip-path="url(#terminal-1818495600-line-7)">
</text><text class="terminal-1818495600-r3" x="24.4" y="215.2" textLength="24.4" clip-path="url(#terminal-1818495600-line-8)">-h</text><text class="terminal-1818495600-r2" x="48.8" y="215.2" textLength="24.4" clip-path="url(#terminal-1818495600-line-8)">,&#160;</text><text class="terminal-1818495600-r3" x="73.2" y="215.2" textLength="73.2" clip-path="url(#terminal-1818495600-line-8)">--help</text><text class="terminal-1818495600-r2" x="146.4" y="215.2" textLength="610" clip-path="url(#terminal-1818495600-line-8)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;show&#160;this&#160;help&#160;message&#160;and&#160;exit</text><text class="terminal-1818495600-r2" x="854" y="215.2" textLength="12.2" clip-path="url(#terminal-1818495600-line-8)">
</text><text class="terminal-1818495600-r3" x="24.4" y="239.6" textLength="24.4" clip-path="url(#terminal-1818495600-line-9)">-p</text><text class="terminal-1818495600-r2" x="48.8" y="239.6" textLength="24.4" clip-path="url(#terminal-1818495600-line-9)">,&#160;</text><text class="terminal-1818495600-r3" x="73.2" y="239.6" textLength="73.2" clip-path="url(#terminal-1818495600-line-9)">--path</text><text class="terminal-1818495600-r4" x="146.4" y="239.6" textLength="122" clip-path="url(#terminal-1818495600-line-9)">&#160;{abs,rel}</text><text class="terminal-1818495600-r2" x="268.4" y="239.6" textLength="549" clip-path="url(#terminal-1818495600-line-9)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;generate&#160;line&#160;to&#160;add&#160;viv&#160;to&#160;sys.path</text><text class="terminal-1818495600-r2" x="854" y="239.6" textLength="12.2" clip-path="url(#terminal-1818495600-line-9)">
</text><text class="terminal-1818495600-r3" x="24.4" y="264" textLength="24.4" clip-path="url(#terminal-1818495600-line-10)">-s</text><text class="terminal-1818495600-r2" x="48.8" y="264" textLength="24.4" clip-path="url(#terminal-1818495600-line-10)">,&#160;</text><text class="terminal-1818495600-r3" x="73.2" y="264" textLength="146.4" clip-path="url(#terminal-1818495600-line-10)">--standalone</text><text class="terminal-1818495600-r2" x="219.6" y="264" textLength="634.4" clip-path="url(#terminal-1818495600-line-10)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;generate&#160;standalone&#160;activation&#160;function</text><text class="terminal-1818495600-r2" x="854" y="264" textLength="12.2" clip-path="url(#terminal-1818495600-line-10)">
</text><text class="terminal-1818495600-r3" x="24.4" y="288.4" textLength="24.4" clip-path="url(#terminal-1818495600-line-11)">-r</text><text class="terminal-1818495600-r2" x="48.8" y="288.4" textLength="24.4" clip-path="url(#terminal-1818495600-line-11)">,&#160;</text><text class="terminal-1818495600-r3" x="73.2" y="288.4" textLength="170.8" clip-path="url(#terminal-1818495600-line-11)">--requirements</text><text class="terminal-1818495600-r4" x="244" y="288.4" textLength="85.4" clip-path="url(#terminal-1818495600-line-11)">&#160;&lt;path&gt;</text><text class="terminal-1818495600-r2" x="329.4" y="288.4" textLength="402.6" clip-path="url(#terminal-1818495600-line-11)">&#160;&#160;&#160;&#160;path/to/requirements.txt&#160;file</text><text class="terminal-1818495600-r2" x="854" y="288.4" textLength="12.2" clip-path="url(#terminal-1818495600-line-11)">
</text><text class="terminal-1818495600-r3" x="24.4" y="312.8" textLength="24.4" clip-path="url(#terminal-1818495600-line-12)">-k</text><text class="terminal-1818495600-r2" x="48.8" y="312.8" textLength="24.4" clip-path="url(#terminal-1818495600-line-12)">,&#160;</text><text class="terminal-1818495600-r3" x="73.2" y="312.8" textLength="73.2" clip-path="url(#terminal-1818495600-line-12)">--keep</text><text class="terminal-1818495600-r2" x="146.4" y="312.8" textLength="475.8" clip-path="url(#terminal-1818495600-line-12)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;preserve&#160;environment</text><text class="terminal-1818495600-r2" x="854" y="312.8" textLength="12.2" clip-path="url(#terminal-1818495600-line-12)">
</text>
</g>
</g>

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -1,4 +1,4 @@
<svg class="rich-terminal shadow" viewBox="0 0 890.3333333333334 594.7333333333333" xmlns="http://www.w3.org/2000/svg">
<svg class="rich-terminal shadow" viewBox="0 0 890.3333333333334 570.3333333333334" xmlns="http://www.w3.org/2000/svg">
<!-- Generated with Rich https://www.textualize.io & yartsu https://github.com/daylinmorgan/yartsu -->
<style>
@ -19,14 +19,14 @@
font-weight: 700;
}
.terminal-2508285730-matrix {
.terminal-3710210027-matrix {
font-family: Fira Code, monospace;
font-size: 20px;
line-height: 24.4px;
font-variant-east-asian: full-width;
}
.terminal-2508285730-title {
.terminal-3710210027-title {
font-size: 18px;
font-weight: bold;
font-family: arial;
@ -36,110 +36,106 @@
-webkit-filter: drop-shadow( 2px 5px 2px rgba(0, 0, 0, .7));
filter: drop-shadow( 2px 5px 2px rgba(0, 0, 0, .7));
}
.terminal-2508285730-r1 { fill: #94e2d5;font-weight: bold }
.terminal-2508285730-r2 { fill: #c6d0f5 }
.terminal-2508285730-r3 { fill: #f5c2e7;font-weight: bold }
.terminal-2508285730-r4 { fill: #c6d0f5;font-weight: bold }
.terminal-2508285730-r5 { fill: #f9e2af;font-weight: bold }
.terminal-3710210027-r1 { fill: #94e2d5;font-weight: bold }
.terminal-3710210027-r2 { fill: #c6d0f5 }
.terminal-3710210027-r3 { fill: #f5c2e7;font-weight: bold }
.terminal-3710210027-r4 { fill: #c6d0f5;font-weight: bold }
.terminal-3710210027-r5 { fill: #f9e2af;font-weight: bold }
</style>
<defs>
<clipPath id="terminal-2508285730-clip-terminal">
<rect x="0" y="0" width="853.0" height="511.4" />
<clipPath id="terminal-3710210027-clip-terminal">
<rect x="0" y="0" width="853.0" height="487.0" />
</clipPath>
<clipPath id="terminal-2508285730-line-0">
<clipPath id="terminal-3710210027-line-0">
<rect x="0" y="1.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2508285730-line-1">
<clipPath id="terminal-3710210027-line-1">
<rect x="0" y="25.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2508285730-line-2">
<clipPath id="terminal-3710210027-line-2">
<rect x="0" y="50.3" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2508285730-line-3">
<clipPath id="terminal-3710210027-line-3">
<rect x="0" y="74.7" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2508285730-line-4">
<clipPath id="terminal-3710210027-line-4">
<rect x="0" y="99.1" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2508285730-line-5">
<clipPath id="terminal-3710210027-line-5">
<rect x="0" y="123.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2508285730-line-6">
<clipPath id="terminal-3710210027-line-6">
<rect x="0" y="147.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2508285730-line-7">
<clipPath id="terminal-3710210027-line-7">
<rect x="0" y="172.3" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2508285730-line-8">
<clipPath id="terminal-3710210027-line-8">
<rect x="0" y="196.7" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2508285730-line-9">
<clipPath id="terminal-3710210027-line-9">
<rect x="0" y="221.1" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2508285730-line-10">
<clipPath id="terminal-3710210027-line-10">
<rect x="0" y="245.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2508285730-line-11">
<clipPath id="terminal-3710210027-line-11">
<rect x="0" y="269.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2508285730-line-12">
<clipPath id="terminal-3710210027-line-12">
<rect x="0" y="294.3" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2508285730-line-13">
<clipPath id="terminal-3710210027-line-13">
<rect x="0" y="318.7" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2508285730-line-14">
<clipPath id="terminal-3710210027-line-14">
<rect x="0" y="343.1" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2508285730-line-15">
<clipPath id="terminal-3710210027-line-15">
<rect x="0" y="367.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2508285730-line-16">
<clipPath id="terminal-3710210027-line-16">
<rect x="0" y="391.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2508285730-line-17">
<clipPath id="terminal-3710210027-line-17">
<rect x="0" y="416.3" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2508285730-line-18">
<clipPath id="terminal-3710210027-line-18">
<rect x="0" y="440.7" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2508285730-line-19">
<rect x="0" y="465.1" width="854" height="24.65"/>
</clipPath>
</defs>
<rect fill="#1e1e2e" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="10.1667" y="1" width="870" height="560.4" rx="8"/><text class="terminal-2508285730-title" fill="#c6d0f5" text-anchor="middle" x="435" y="27">viv&#160;&#160;--help</text>
<rect fill="#1e1e2e" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="10.1667" y="1" width="870" height="536" rx="8"/><text class="terminal-3710210027-title" fill="#c6d0f5" text-anchor="middle" x="435" y="27">viv&#160;&#160;--help</text>
<g transform="translate(32,22)">
<circle cx="0" cy="0" r="7" fill="#ff5f57"/>
<circle cx="22" cy="0" r="7" fill="#febc2e"/>
<circle cx="44" cy="0" r="7" fill="#28c840"/>
</g>
<g transform="translate(18.166666666666664, 41) scale(.95)" clip-path="url(#terminal-2508285730-clip-terminal)">
<g transform="translate(18.166666666666664, 41) scale(.95)" clip-path="url(#terminal-3710210027-clip-terminal)">
<g class="terminal-2508285730-matrix">
<text class="terminal-2508285730-r1" x="0" y="20" textLength="61" clip-path="url(#terminal-2508285730-line-0)">usage</text><text class="terminal-2508285730-r2" x="61" y="20" textLength="353.8" clip-path="url(#terminal-2508285730-line-0)">:&#160;viv&#160;[-h]&#160;[-V]&#160;&lt;sub-cmd&gt;&#160;...</text><text class="terminal-2508285730-r2" x="854" y="20" textLength="12.2" clip-path="url(#terminal-2508285730-line-0)">
</text><text class="terminal-2508285730-r2" x="854" y="44.4" textLength="12.2" clip-path="url(#terminal-2508285730-line-1)">
</text><text class="terminal-2508285730-r3" x="0" y="68.8" textLength="12.2" clip-path="url(#terminal-2508285730-line-2)">v</text><text class="terminal-2508285730-r1" x="12.2" y="68.8" textLength="24.4" clip-path="url(#terminal-2508285730-line-2)">iv</text><text class="terminal-2508285730-r3" x="48.8" y="68.8" textLength="12.2" clip-path="url(#terminal-2508285730-line-2)">i</text><text class="terminal-2508285730-r1" x="61" y="68.8" textLength="48.8" clip-path="url(#terminal-2508285730-line-2)">sn&#x27;t</text><text class="terminal-2508285730-r3" x="122" y="68.8" textLength="12.2" clip-path="url(#terminal-2508285730-line-2)">v</text><text class="terminal-2508285730-r1" x="134.2" y="68.8" textLength="48.8" clip-path="url(#terminal-2508285730-line-2)">env!</text><text class="terminal-2508285730-r2" x="854" y="68.8" textLength="12.2" clip-path="url(#terminal-2508285730-line-2)">
</text><text class="terminal-2508285730-r2" x="0" y="93.2" textLength="341.6" clip-path="url(#terminal-2508285730-line-3)">to&#160;create/activate&#160;a&#160;vivenv:</text><text class="terminal-2508285730-r2" x="854" y="93.2" textLength="12.2" clip-path="url(#terminal-2508285730-line-3)">
</text><text class="terminal-2508285730-r2" x="0" y="117.6" textLength="268.4" clip-path="url(#terminal-2508285730-line-4)">-&#160;from&#160;command&#160;line:&#160;`</text><text class="terminal-2508285730-r4" x="268.4" y="117.6" textLength="73.2" clip-path="url(#terminal-2508285730-line-4)">viv&#160;-h</text><text class="terminal-2508285730-r2" x="341.6" y="117.6" textLength="12.2" clip-path="url(#terminal-2508285730-line-4)">`</text><text class="terminal-2508285730-r2" x="854" y="117.6" textLength="12.2" clip-path="url(#terminal-2508285730-line-4)">
</text><text class="terminal-2508285730-r2" x="0" y="142" textLength="292.8" clip-path="url(#terminal-2508285730-line-5)">-&#160;within&#160;python&#160;script:&#160;</text><text class="terminal-2508285730-r4" x="292.8" y="142" textLength="536.8" clip-path="url(#terminal-2508285730-line-5)">__import__(&quot;viv&quot;).use(&quot;typer&quot;,&#160;&quot;rich-click&quot;)</text><text class="terminal-2508285730-r2" x="854" y="142" textLength="12.2" clip-path="url(#terminal-2508285730-line-5)">
</text><text class="terminal-2508285730-r2" x="854" y="166.4" textLength="12.2" clip-path="url(#terminal-2508285730-line-6)">
</text><text class="terminal-2508285730-r1" x="0" y="190.8" textLength="85.4" clip-path="url(#terminal-2508285730-line-7)">options</text><text class="terminal-2508285730-r2" x="85.4" y="190.8" textLength="12.2" clip-path="url(#terminal-2508285730-line-7)">:</text><text class="terminal-2508285730-r2" x="854" y="190.8" textLength="12.2" clip-path="url(#terminal-2508285730-line-7)">
</text><text class="terminal-2508285730-r5" x="24.4" y="215.2" textLength="24.4" clip-path="url(#terminal-2508285730-line-8)">-h</text><text class="terminal-2508285730-r2" x="48.8" y="215.2" textLength="24.4" clip-path="url(#terminal-2508285730-line-8)">,&#160;</text><text class="terminal-2508285730-r5" x="73.2" y="215.2" textLength="73.2" clip-path="url(#terminal-2508285730-line-8)">--help</text><text class="terminal-2508285730-r2" x="146.4" y="215.2" textLength="463.6" clip-path="url(#terminal-2508285730-line-8)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;show&#160;this&#160;help&#160;message&#160;and&#160;exit</text><text class="terminal-2508285730-r2" x="854" y="215.2" textLength="12.2" clip-path="url(#terminal-2508285730-line-8)">
</text><text class="terminal-2508285730-r5" x="24.4" y="239.6" textLength="24.4" clip-path="url(#terminal-2508285730-line-9)">-V</text><text class="terminal-2508285730-r2" x="48.8" y="239.6" textLength="24.4" clip-path="url(#terminal-2508285730-line-9)">,&#160;</text><text class="terminal-2508285730-r5" x="73.2" y="239.6" textLength="109.8" clip-path="url(#terminal-2508285730-line-9)">--version</text><text class="terminal-2508285730-r2" x="183" y="239.6" textLength="512.4" clip-path="url(#terminal-2508285730-line-9)">&#160;&#160;&#160;&#160;show&#160;program&#x27;s&#160;version&#160;number&#160;and&#160;exit</text><text class="terminal-2508285730-r2" x="854" y="239.6" textLength="12.2" clip-path="url(#terminal-2508285730-line-9)">
</text><text class="terminal-2508285730-r2" x="854" y="264" textLength="12.2" clip-path="url(#terminal-2508285730-line-10)">
</text><text class="terminal-2508285730-r1" x="0" y="288.4" textLength="134.2" clip-path="url(#terminal-2508285730-line-11)">subcommands</text><text class="terminal-2508285730-r2" x="134.2" y="288.4" textLength="12.2" clip-path="url(#terminal-2508285730-line-11)">:</text><text class="terminal-2508285730-r2" x="854" y="288.4" textLength="12.2" clip-path="url(#terminal-2508285730-line-11)">
</text><text class="terminal-2508285730-r5" x="24.4" y="312.8" textLength="109.8" clip-path="url(#terminal-2508285730-line-12)">&lt;sub-cmd&gt;</text><text class="terminal-2508285730-r2" x="854" y="312.8" textLength="12.2" clip-path="url(#terminal-2508285730-line-12)">
</text><text class="terminal-2508285730-r5" x="48.8" y="337.2" textLength="97.6" clip-path="url(#terminal-2508285730-line-13)">list&#160;(l)</text><text class="terminal-2508285730-r2" x="146.4" y="337.2" textLength="280.6" clip-path="url(#terminal-2508285730-line-13)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;list&#160;all&#160;vivenvs</text><text class="terminal-2508285730-r2" x="854" y="337.2" textLength="12.2" clip-path="url(#terminal-2508285730-line-13)">
</text><text class="terminal-2508285730-r5" x="48.8" y="361.6" textLength="97.6" clip-path="url(#terminal-2508285730-line-14)">shim&#160;(s)</text><text class="terminal-2508285730-r2" x="146.4" y="361.6" textLength="439.2" clip-path="url(#terminal-2508285730-line-14)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;generate&#160;viv-powered&#160;cli&#160;apps</text><text class="terminal-2508285730-r2" x="854" y="361.6" textLength="12.2" clip-path="url(#terminal-2508285730-line-14)">
</text><text class="terminal-2508285730-r5" x="48.8" y="386" textLength="85.4" clip-path="url(#terminal-2508285730-line-15)">run&#160;(r)</text><text class="terminal-2508285730-r2" x="134.2" y="386" textLength="500.2" clip-path="url(#terminal-2508285730-line-15)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;run&#160;an&#160;app&#160;with&#160;an&#160;on-demand&#160;venv</text><text class="terminal-2508285730-r2" x="854" y="386" textLength="12.2" clip-path="url(#terminal-2508285730-line-15)">
</text><text class="terminal-2508285730-r5" x="48.8" y="410.4" textLength="85.4" clip-path="url(#terminal-2508285730-line-16)">exe&#160;(e)</text><text class="terminal-2508285730-r2" x="134.2" y="410.4" textLength="536.8" clip-path="url(#terminal-2508285730-line-16)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;run&#160;binary/script&#160;in&#160;existing&#160;vivenv</text><text class="terminal-2508285730-r2" x="854" y="410.4" textLength="12.2" clip-path="url(#terminal-2508285730-line-16)">
</text><text class="terminal-2508285730-r5" x="48.8" y="434.8" textLength="134.2" clip-path="url(#terminal-2508285730-line-17)">remove&#160;(rm)</text><text class="terminal-2508285730-r2" x="183" y="434.8" textLength="231.8" clip-path="url(#terminal-2508285730-line-17)">&#160;&#160;&#160;&#160;remove&#160;a&#160;vivenv</text><text class="terminal-2508285730-r2" x="854" y="434.8" textLength="12.2" clip-path="url(#terminal-2508285730-line-17)">
</text><text class="terminal-2508285730-r5" x="48.8" y="459.2" textLength="122" clip-path="url(#terminal-2508285730-line-18)">freeze&#160;(f)</text><text class="terminal-2508285730-r2" x="170.8" y="459.2" textLength="561.2" clip-path="url(#terminal-2508285730-line-18)">&#160;&#160;&#160;&#160;&#160;create&#160;import&#160;statement&#160;from&#160;package&#160;spec</text><text class="terminal-2508285730-r2" x="854" y="459.2" textLength="12.2" clip-path="url(#terminal-2508285730-line-18)">
</text><text class="terminal-2508285730-r5" x="48.8" y="483.6" textLength="97.6" clip-path="url(#terminal-2508285730-line-19)">info&#160;(i)</text><text class="terminal-2508285730-r2" x="146.4" y="483.6" textLength="414.8" clip-path="url(#terminal-2508285730-line-19)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;get&#160;metadata&#160;about&#160;a&#160;vivenv</text><text class="terminal-2508285730-r2" x="854" y="483.6" textLength="12.2" clip-path="url(#terminal-2508285730-line-19)">
</text><text class="terminal-2508285730-r5" x="48.8" y="508" textLength="122" clip-path="url(#terminal-2508285730-line-20)">manage&#160;(m)</text><text class="terminal-2508285730-r2" x="170.8" y="508" textLength="268.4" clip-path="url(#terminal-2508285730-line-20)">&#160;&#160;&#160;&#160;&#160;manage&#160;viv&#160;itself</text><text class="terminal-2508285730-r2" x="854" y="508" textLength="12.2" clip-path="url(#terminal-2508285730-line-20)">
<g class="terminal-3710210027-matrix">
<text class="terminal-3710210027-r1" x="0" y="20" textLength="61" clip-path="url(#terminal-3710210027-line-0)">usage</text><text class="terminal-3710210027-r2" x="61" y="20" textLength="353.8" clip-path="url(#terminal-3710210027-line-0)">:&#160;viv&#160;[-h]&#160;[-V]&#160;&lt;sub-cmd&gt;&#160;...</text><text class="terminal-3710210027-r2" x="854" y="20" textLength="12.2" clip-path="url(#terminal-3710210027-line-0)">
</text><text class="terminal-3710210027-r2" x="854" y="44.4" textLength="12.2" clip-path="url(#terminal-3710210027-line-1)">
</text><text class="terminal-3710210027-r3" x="0" y="68.8" textLength="12.2" clip-path="url(#terminal-3710210027-line-2)">v</text><text class="terminal-3710210027-r1" x="12.2" y="68.8" textLength="24.4" clip-path="url(#terminal-3710210027-line-2)">iv</text><text class="terminal-3710210027-r3" x="48.8" y="68.8" textLength="12.2" clip-path="url(#terminal-3710210027-line-2)">i</text><text class="terminal-3710210027-r1" x="61" y="68.8" textLength="48.8" clip-path="url(#terminal-3710210027-line-2)">sn&#x27;t</text><text class="terminal-3710210027-r3" x="122" y="68.8" textLength="12.2" clip-path="url(#terminal-3710210027-line-2)">v</text><text class="terminal-3710210027-r1" x="134.2" y="68.8" textLength="36.6" clip-path="url(#terminal-3710210027-line-2)">env</text><text class="terminal-3710210027-r2" x="854" y="68.8" textLength="12.2" clip-path="url(#terminal-3710210027-line-2)">
</text><text class="terminal-3710210027-r2" x="0" y="93.2" textLength="183" clip-path="url(#terminal-3710210027-line-3)">command&#160;line:&#160;`</text><text class="terminal-3710210027-r4" x="183" y="93.2" textLength="122" clip-path="url(#terminal-3710210027-line-3)">viv&#160;--help</text><text class="terminal-3710210027-r2" x="305" y="93.2" textLength="12.2" clip-path="url(#terminal-3710210027-line-3)">`</text><text class="terminal-3710210027-r2" x="854" y="93.2" textLength="12.2" clip-path="url(#terminal-3710210027-line-3)">
</text><text class="terminal-3710210027-r2" x="0" y="117.6" textLength="146.4" clip-path="url(#terminal-3710210027-line-4)">python&#160;api:&#160;</text><text class="terminal-3710210027-r4" x="146.4" y="117.6" textLength="536.8" clip-path="url(#terminal-3710210027-line-4)">__import__(&quot;viv&quot;).use(&quot;typer&quot;,&#160;&quot;rich-click&quot;)</text><text class="terminal-3710210027-r2" x="854" y="117.6" textLength="12.2" clip-path="url(#terminal-3710210027-line-4)">
</text><text class="terminal-3710210027-r2" x="854" y="142" textLength="12.2" clip-path="url(#terminal-3710210027-line-5)">
</text><text class="terminal-3710210027-r1" x="0" y="166.4" textLength="85.4" clip-path="url(#terminal-3710210027-line-6)">options</text><text class="terminal-3710210027-r2" x="85.4" y="166.4" textLength="12.2" clip-path="url(#terminal-3710210027-line-6)">:</text><text class="terminal-3710210027-r2" x="854" y="166.4" textLength="12.2" clip-path="url(#terminal-3710210027-line-6)">
</text><text class="terminal-3710210027-r5" x="24.4" y="190.8" textLength="24.4" clip-path="url(#terminal-3710210027-line-7)">-h</text><text class="terminal-3710210027-r2" x="48.8" y="190.8" textLength="24.4" clip-path="url(#terminal-3710210027-line-7)">,&#160;</text><text class="terminal-3710210027-r5" x="73.2" y="190.8" textLength="73.2" clip-path="url(#terminal-3710210027-line-7)">--help</text><text class="terminal-3710210027-r2" x="146.4" y="190.8" textLength="463.6" clip-path="url(#terminal-3710210027-line-7)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;show&#160;this&#160;help&#160;message&#160;and&#160;exit</text><text class="terminal-3710210027-r2" x="854" y="190.8" textLength="12.2" clip-path="url(#terminal-3710210027-line-7)">
</text><text class="terminal-3710210027-r5" x="24.4" y="215.2" textLength="24.4" clip-path="url(#terminal-3710210027-line-8)">-V</text><text class="terminal-3710210027-r2" x="48.8" y="215.2" textLength="24.4" clip-path="url(#terminal-3710210027-line-8)">,&#160;</text><text class="terminal-3710210027-r5" x="73.2" y="215.2" textLength="109.8" clip-path="url(#terminal-3710210027-line-8)">--version</text><text class="terminal-3710210027-r2" x="183" y="215.2" textLength="512.4" clip-path="url(#terminal-3710210027-line-8)">&#160;&#160;&#160;&#160;show&#160;program&#x27;s&#160;version&#160;number&#160;and&#160;exit</text><text class="terminal-3710210027-r2" x="854" y="215.2" textLength="12.2" clip-path="url(#terminal-3710210027-line-8)">
</text><text class="terminal-3710210027-r2" x="854" y="239.6" textLength="12.2" clip-path="url(#terminal-3710210027-line-9)">
</text><text class="terminal-3710210027-r1" x="0" y="264" textLength="134.2" clip-path="url(#terminal-3710210027-line-10)">subcommands</text><text class="terminal-3710210027-r2" x="134.2" y="264" textLength="12.2" clip-path="url(#terminal-3710210027-line-10)">:</text><text class="terminal-3710210027-r2" x="854" y="264" textLength="12.2" clip-path="url(#terminal-3710210027-line-10)">
</text><text class="terminal-3710210027-r5" x="24.4" y="288.4" textLength="109.8" clip-path="url(#terminal-3710210027-line-11)">&lt;sub-cmd&gt;</text><text class="terminal-3710210027-r2" x="854" y="288.4" textLength="12.2" clip-path="url(#terminal-3710210027-line-11)">
</text><text class="terminal-3710210027-r5" x="48.8" y="312.8" textLength="97.6" clip-path="url(#terminal-3710210027-line-12)">list&#160;(l)</text><text class="terminal-3710210027-r2" x="146.4" y="312.8" textLength="280.6" clip-path="url(#terminal-3710210027-line-12)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;list&#160;all&#160;vivenvs</text><text class="terminal-3710210027-r2" x="854" y="312.8" textLength="12.2" clip-path="url(#terminal-3710210027-line-12)">
</text><text class="terminal-3710210027-r5" x="48.8" y="337.2" textLength="97.6" clip-path="url(#terminal-3710210027-line-13)">shim&#160;(s)</text><text class="terminal-3710210027-r2" x="146.4" y="337.2" textLength="439.2" clip-path="url(#terminal-3710210027-line-13)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;generate&#160;viv-powered&#160;cli&#160;apps</text><text class="terminal-3710210027-r2" x="854" y="337.2" textLength="12.2" clip-path="url(#terminal-3710210027-line-13)">
</text><text class="terminal-3710210027-r5" x="48.8" y="361.6" textLength="85.4" clip-path="url(#terminal-3710210027-line-14)">run&#160;(r)</text><text class="terminal-3710210027-r2" x="134.2" y="361.6" textLength="585.6" clip-path="url(#terminal-3710210027-line-14)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;run&#160;an&#160;app/script&#160;with&#160;an&#160;on-demand&#160;venv</text><text class="terminal-3710210027-r2" x="854" y="361.6" textLength="12.2" clip-path="url(#terminal-3710210027-line-14)">
</text><text class="terminal-3710210027-r5" x="48.8" y="386" textLength="85.4" clip-path="url(#terminal-3710210027-line-15)">exe&#160;(e)</text><text class="terminal-3710210027-r2" x="134.2" y="386" textLength="536.8" clip-path="url(#terminal-3710210027-line-15)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;run&#160;binary/script&#160;in&#160;existing&#160;vivenv</text><text class="terminal-3710210027-r2" x="854" y="386" textLength="12.2" clip-path="url(#terminal-3710210027-line-15)">
</text><text class="terminal-3710210027-r5" x="48.8" y="410.4" textLength="134.2" clip-path="url(#terminal-3710210027-line-16)">remove&#160;(rm)</text><text class="terminal-3710210027-r2" x="183" y="410.4" textLength="231.8" clip-path="url(#terminal-3710210027-line-16)">&#160;&#160;&#160;&#160;remove&#160;a&#160;vivenv</text><text class="terminal-3710210027-r2" x="854" y="410.4" textLength="12.2" clip-path="url(#terminal-3710210027-line-16)">
</text><text class="terminal-3710210027-r5" x="48.8" y="434.8" textLength="122" clip-path="url(#terminal-3710210027-line-17)">freeze&#160;(f)</text><text class="terminal-3710210027-r2" x="170.8" y="434.8" textLength="561.2" clip-path="url(#terminal-3710210027-line-17)">&#160;&#160;&#160;&#160;&#160;create&#160;import&#160;statement&#160;from&#160;package&#160;spec</text><text class="terminal-3710210027-r2" x="854" y="434.8" textLength="12.2" clip-path="url(#terminal-3710210027-line-17)">
</text><text class="terminal-3710210027-r5" x="48.8" y="459.2" textLength="97.6" clip-path="url(#terminal-3710210027-line-18)">info&#160;(i)</text><text class="terminal-3710210027-r2" x="146.4" y="459.2" textLength="414.8" clip-path="url(#terminal-3710210027-line-18)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;get&#160;metadata&#160;about&#160;a&#160;vivenv</text><text class="terminal-3710210027-r2" x="854" y="459.2" textLength="12.2" clip-path="url(#terminal-3710210027-line-18)">
</text><text class="terminal-3710210027-r5" x="48.8" y="483.6" textLength="122" clip-path="url(#terminal-3710210027-line-19)">manage&#160;(m)</text><text class="terminal-3710210027-r2" x="170.8" y="483.6" textLength="268.4" clip-path="url(#terminal-3710210027-line-19)">&#160;&#160;&#160;&#160;&#160;manage&#160;viv&#160;itself</text><text class="terminal-3710210027-r2" x="854" y="483.6" textLength="12.2" clip-path="url(#terminal-3710210027-line-19)">
</text>
</g>
</g>

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -1,4 +1,4 @@
<svg class="rich-terminal shadow" viewBox="0 0 890.3333333333334 253.13333333333333" xmlns="http://www.w3.org/2000/svg">
<svg class="rich-terminal shadow" viewBox="0 0 890.3333333333334 277.5333333333333" xmlns="http://www.w3.org/2000/svg">
<!-- Generated with Rich https://www.textualize.io & yartsu https://github.com/daylinmorgan/yartsu -->
<style>
@ -19,14 +19,14 @@
font-weight: 700;
}
.terminal-201533399-matrix {
.terminal-3566109819-matrix {
font-family: Fira Code, monospace;
font-size: 20px;
line-height: 24.4px;
font-variant-east-asian: full-width;
}
.terminal-201533399-title {
.terminal-3566109819-title {
font-size: 18px;
font-weight: bold;
font-family: arial;
@ -36,53 +36,57 @@
-webkit-filter: drop-shadow( 2px 5px 2px rgba(0, 0, 0, .7));
filter: drop-shadow( 2px 5px 2px rgba(0, 0, 0, .7));
}
.terminal-201533399-r1 { fill: #94e2d5;font-weight: bold }
.terminal-201533399-r2 { fill: #c6d0f5 }
.terminal-201533399-r3 { fill: #f9e2af;font-weight: bold }
.terminal-201533399-r4 { fill: #f9e2af }
.terminal-3566109819-r1 { fill: #94e2d5;font-weight: bold }
.terminal-3566109819-r2 { fill: #c6d0f5 }
.terminal-3566109819-r3 { fill: #f9e2af;font-weight: bold }
.terminal-3566109819-r4 { fill: #f9e2af }
</style>
<defs>
<clipPath id="terminal-201533399-clip-terminal">
<rect x="0" y="0" width="853.0" height="169.79999999999998" />
<clipPath id="terminal-3566109819-clip-terminal">
<rect x="0" y="0" width="853.0" height="194.2" />
</clipPath>
<clipPath id="terminal-201533399-line-0">
<clipPath id="terminal-3566109819-line-0">
<rect x="0" y="1.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-201533399-line-1">
<clipPath id="terminal-3566109819-line-1">
<rect x="0" y="25.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-201533399-line-2">
<clipPath id="terminal-3566109819-line-2">
<rect x="0" y="50.3" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-201533399-line-3">
<clipPath id="terminal-3566109819-line-3">
<rect x="0" y="74.7" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-201533399-line-4">
<clipPath id="terminal-3566109819-line-4">
<rect x="0" y="99.1" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-201533399-line-5">
<clipPath id="terminal-3566109819-line-5">
<rect x="0" y="123.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-3566109819-line-6">
<rect x="0" y="147.9" width="854" height="24.65"/>
</clipPath>
</defs>
<rect fill="#1e1e2e" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="10.1667" y="1" width="870" height="218.8" rx="8"/><text class="terminal-201533399-title" fill="#c6d0f5" text-anchor="middle" x="435" y="27">viv&#160;manage&#160;install&#160;--help</text>
<rect fill="#1e1e2e" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="10.1667" y="1" width="870" height="243.2" rx="8"/><text class="terminal-3566109819-title" fill="#c6d0f5" text-anchor="middle" x="435" y="27">viv&#160;manage&#160;install&#160;--help</text>
<g transform="translate(32,22)">
<circle cx="0" cy="0" r="7" fill="#ff5f57"/>
<circle cx="22" cy="0" r="7" fill="#febc2e"/>
<circle cx="44" cy="0" r="7" fill="#28c840"/>
</g>
<g transform="translate(18.166666666666664, 41) scale(.95)" clip-path="url(#terminal-201533399-clip-terminal)">
<g transform="translate(18.166666666666664, 41) scale(.95)" clip-path="url(#terminal-3566109819-clip-terminal)">
<g class="terminal-201533399-matrix">
<text class="terminal-201533399-r1" x="0" y="20" textLength="61" clip-path="url(#terminal-201533399-line-0)">usage</text><text class="terminal-201533399-r2" x="61" y="20" textLength="707.6" clip-path="url(#terminal-201533399-line-0)">:&#160;viv&#160;manage&#160;install&#160;[-h]&#160;[-r&#160;&lt;ref&gt;]&#160;[-s&#160;&lt;src&gt;]&#160;[-c&#160;&lt;cli&gt;]</text><text class="terminal-201533399-r2" x="854" y="20" textLength="12.2" clip-path="url(#terminal-201533399-line-0)">
</text><text class="terminal-201533399-r2" x="854" y="44.4" textLength="12.2" clip-path="url(#terminal-201533399-line-1)">
</text><text class="terminal-201533399-r1" x="0" y="68.8" textLength="85.4" clip-path="url(#terminal-201533399-line-2)">options</text><text class="terminal-201533399-r2" x="85.4" y="68.8" textLength="12.2" clip-path="url(#terminal-201533399-line-2)">:</text><text class="terminal-201533399-r2" x="854" y="68.8" textLength="12.2" clip-path="url(#terminal-201533399-line-2)">
</text><text class="terminal-201533399-r3" x="24.4" y="93.2" textLength="24.4" clip-path="url(#terminal-201533399-line-3)">-h</text><text class="terminal-201533399-r2" x="48.8" y="93.2" textLength="24.4" clip-path="url(#terminal-201533399-line-3)">,&#160;</text><text class="terminal-201533399-r3" x="73.2" y="93.2" textLength="73.2" clip-path="url(#terminal-201533399-line-3)">--help</text><text class="terminal-201533399-r2" x="146.4" y="93.2" textLength="488" clip-path="url(#terminal-201533399-line-3)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;show&#160;this&#160;help&#160;message&#160;and&#160;exit</text><text class="terminal-201533399-r2" x="854" y="93.2" textLength="12.2" clip-path="url(#terminal-201533399-line-3)">
</text><text class="terminal-201533399-r3" x="24.4" y="117.6" textLength="24.4" clip-path="url(#terminal-201533399-line-4)">-r</text><text class="terminal-201533399-r2" x="48.8" y="117.6" textLength="24.4" clip-path="url(#terminal-201533399-line-4)">,&#160;</text><text class="terminal-201533399-r3" x="73.2" y="117.6" textLength="61" clip-path="url(#terminal-201533399-line-4)">--ref</text><text class="terminal-201533399-r4" x="134.2" y="117.6" textLength="73.2" clip-path="url(#terminal-201533399-line-4)">&#160;&lt;ref&gt;</text><text class="terminal-201533399-r2" x="207.4" y="117.6" textLength="451.4" clip-path="url(#terminal-201533399-line-4)">&#160;&#160;&#160;&#160;git&#160;reference&#160;(branch/tag/commit)</text><text class="terminal-201533399-r2" x="854" y="117.6" textLength="12.2" clip-path="url(#terminal-201533399-line-4)">
</text><text class="terminal-201533399-r3" x="24.4" y="142" textLength="24.4" clip-path="url(#terminal-201533399-line-5)">-s</text><text class="terminal-201533399-r2" x="48.8" y="142" textLength="24.4" clip-path="url(#terminal-201533399-line-5)">,&#160;</text><text class="terminal-201533399-r3" x="73.2" y="142" textLength="61" clip-path="url(#terminal-201533399-line-5)">--src</text><text class="terminal-201533399-r4" x="134.2" y="142" textLength="73.2" clip-path="url(#terminal-201533399-line-5)">&#160;&lt;src&gt;</text><text class="terminal-201533399-r2" x="207.4" y="142" textLength="280.6" clip-path="url(#terminal-201533399-line-5)">&#160;&#160;&#160;&#160;path/to/source_file</text><text class="terminal-201533399-r2" x="854" y="142" textLength="12.2" clip-path="url(#terminal-201533399-line-5)">
</text><text class="terminal-201533399-r3" x="24.4" y="166.4" textLength="24.4" clip-path="url(#terminal-201533399-line-6)">-c</text><text class="terminal-201533399-r2" x="48.8" y="166.4" textLength="24.4" clip-path="url(#terminal-201533399-line-6)">,&#160;</text><text class="terminal-201533399-r3" x="73.2" y="166.4" textLength="61" clip-path="url(#terminal-201533399-line-6)">--cli</text><text class="terminal-201533399-r4" x="134.2" y="166.4" textLength="73.2" clip-path="url(#terminal-201533399-line-6)">&#160;&lt;cli&gt;</text><text class="terminal-201533399-r2" x="207.4" y="166.4" textLength="390.4" clip-path="url(#terminal-201533399-line-6)">&#160;&#160;&#160;&#160;path/to/cli&#160;(symlink&#160;to&#160;src)</text><text class="terminal-201533399-r2" x="854" y="166.4" textLength="12.2" clip-path="url(#terminal-201533399-line-6)">
<g class="terminal-3566109819-matrix">
<text class="terminal-3566109819-r1" x="0" y="20" textLength="61" clip-path="url(#terminal-3566109819-line-0)">usage</text><text class="terminal-3566109819-r2" x="61" y="20" textLength="768.6" clip-path="url(#terminal-3566109819-line-0)">:&#160;viv&#160;manage&#160;install&#160;[-h]&#160;[-r&#160;&lt;ref&gt;]&#160;[-s&#160;&lt;src&gt;]&#160;[-c&#160;&lt;cli&gt;]&#160;[-y]</text><text class="terminal-3566109819-r2" x="854" y="20" textLength="12.2" clip-path="url(#terminal-3566109819-line-0)">
</text><text class="terminal-3566109819-r2" x="854" y="44.4" textLength="12.2" clip-path="url(#terminal-3566109819-line-1)">
</text><text class="terminal-3566109819-r1" x="0" y="68.8" textLength="85.4" clip-path="url(#terminal-3566109819-line-2)">options</text><text class="terminal-3566109819-r2" x="85.4" y="68.8" textLength="12.2" clip-path="url(#terminal-3566109819-line-2)">:</text><text class="terminal-3566109819-r2" x="854" y="68.8" textLength="12.2" clip-path="url(#terminal-3566109819-line-2)">
</text><text class="terminal-3566109819-r3" x="24.4" y="93.2" textLength="24.4" clip-path="url(#terminal-3566109819-line-3)">-h</text><text class="terminal-3566109819-r2" x="48.8" y="93.2" textLength="24.4" clip-path="url(#terminal-3566109819-line-3)">,&#160;</text><text class="terminal-3566109819-r3" x="73.2" y="93.2" textLength="73.2" clip-path="url(#terminal-3566109819-line-3)">--help</text><text class="terminal-3566109819-r2" x="146.4" y="93.2" textLength="488" clip-path="url(#terminal-3566109819-line-3)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;show&#160;this&#160;help&#160;message&#160;and&#160;exit</text><text class="terminal-3566109819-r2" x="854" y="93.2" textLength="12.2" clip-path="url(#terminal-3566109819-line-3)">
</text><text class="terminal-3566109819-r3" x="24.4" y="117.6" textLength="24.4" clip-path="url(#terminal-3566109819-line-4)">-r</text><text class="terminal-3566109819-r2" x="48.8" y="117.6" textLength="24.4" clip-path="url(#terminal-3566109819-line-4)">,&#160;</text><text class="terminal-3566109819-r3" x="73.2" y="117.6" textLength="61" clip-path="url(#terminal-3566109819-line-4)">--ref</text><text class="terminal-3566109819-r4" x="134.2" y="117.6" textLength="73.2" clip-path="url(#terminal-3566109819-line-4)">&#160;&lt;ref&gt;</text><text class="terminal-3566109819-r2" x="207.4" y="117.6" textLength="451.4" clip-path="url(#terminal-3566109819-line-4)">&#160;&#160;&#160;&#160;git&#160;reference&#160;(branch/tag/commit)</text><text class="terminal-3566109819-r2" x="854" y="117.6" textLength="12.2" clip-path="url(#terminal-3566109819-line-4)">
</text><text class="terminal-3566109819-r3" x="24.4" y="142" textLength="24.4" clip-path="url(#terminal-3566109819-line-5)">-s</text><text class="terminal-3566109819-r2" x="48.8" y="142" textLength="24.4" clip-path="url(#terminal-3566109819-line-5)">,&#160;</text><text class="terminal-3566109819-r3" x="73.2" y="142" textLength="61" clip-path="url(#terminal-3566109819-line-5)">--src</text><text class="terminal-3566109819-r4" x="134.2" y="142" textLength="73.2" clip-path="url(#terminal-3566109819-line-5)">&#160;&lt;src&gt;</text><text class="terminal-3566109819-r2" x="207.4" y="142" textLength="280.6" clip-path="url(#terminal-3566109819-line-5)">&#160;&#160;&#160;&#160;path/to/source_file</text><text class="terminal-3566109819-r2" x="854" y="142" textLength="12.2" clip-path="url(#terminal-3566109819-line-5)">
</text><text class="terminal-3566109819-r3" x="24.4" y="166.4" textLength="24.4" clip-path="url(#terminal-3566109819-line-6)">-c</text><text class="terminal-3566109819-r2" x="48.8" y="166.4" textLength="24.4" clip-path="url(#terminal-3566109819-line-6)">,&#160;</text><text class="terminal-3566109819-r3" x="73.2" y="166.4" textLength="61" clip-path="url(#terminal-3566109819-line-6)">--cli</text><text class="terminal-3566109819-r4" x="134.2" y="166.4" textLength="73.2" clip-path="url(#terminal-3566109819-line-6)">&#160;&lt;cli&gt;</text><text class="terminal-3566109819-r2" x="207.4" y="166.4" textLength="390.4" clip-path="url(#terminal-3566109819-line-6)">&#160;&#160;&#160;&#160;path/to/cli&#160;(symlink&#160;to&#160;src)</text><text class="terminal-3566109819-r2" x="854" y="166.4" textLength="12.2" clip-path="url(#terminal-3566109819-line-6)">
</text><text class="terminal-3566109819-r3" x="24.4" y="190.8" textLength="24.4" clip-path="url(#terminal-3566109819-line-7)">-y</text><text class="terminal-3566109819-r2" x="48.8" y="190.8" textLength="24.4" clip-path="url(#terminal-3566109819-line-7)">,&#160;</text><text class="terminal-3566109819-r3" x="73.2" y="190.8" textLength="61" clip-path="url(#terminal-3566109819-line-7)">--yes</text><text class="terminal-3566109819-r2" x="134.2" y="190.8" textLength="439.2" clip-path="url(#terminal-3566109819-line-7)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;respond&#160;yes&#160;to&#160;all&#160;prompts</text><text class="terminal-3566109819-r2" x="854" y="190.8" textLength="12.2" clip-path="url(#terminal-3566109819-line-7)">
</text>
</g>
</g>

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

View file

@ -1,4 +1,4 @@
<svg class="rich-terminal shadow" viewBox="0 0 890.3333333333334 253.13333333333333" xmlns="http://www.w3.org/2000/svg">
<svg class="rich-terminal shadow" viewBox="0 0 890.3333333333334 277.5333333333333" xmlns="http://www.w3.org/2000/svg">
<!-- Generated with Rich https://www.textualize.io & yartsu https://github.com/daylinmorgan/yartsu -->
<style>
@ -19,14 +19,14 @@
font-weight: 700;
}
.terminal-1044063791-matrix {
.terminal-1523286739-matrix {
font-family: Fira Code, monospace;
font-size: 20px;
line-height: 24.4px;
font-variant-east-asian: full-width;
}
.terminal-1044063791-title {
.terminal-1523286739-title {
font-size: 18px;
font-weight: bold;
font-family: arial;
@ -36,53 +36,57 @@
-webkit-filter: drop-shadow( 2px 5px 2px rgba(0, 0, 0, .7));
filter: drop-shadow( 2px 5px 2px rgba(0, 0, 0, .7));
}
.terminal-1044063791-r1 { fill: #94e2d5;font-weight: bold }
.terminal-1044063791-r2 { fill: #c6d0f5 }
.terminal-1044063791-r3 { fill: #f9e2af;font-weight: bold }
.terminal-1044063791-r4 { fill: #f9e2af }
.terminal-1523286739-r1 { fill: #94e2d5;font-weight: bold }
.terminal-1523286739-r2 { fill: #c6d0f5 }
.terminal-1523286739-r3 { fill: #f9e2af;font-weight: bold }
.terminal-1523286739-r4 { fill: #f9e2af }
</style>
<defs>
<clipPath id="terminal-1044063791-clip-terminal">
<rect x="0" y="0" width="853.0" height="169.79999999999998" />
<clipPath id="terminal-1523286739-clip-terminal">
<rect x="0" y="0" width="853.0" height="194.2" />
</clipPath>
<clipPath id="terminal-1044063791-line-0">
<clipPath id="terminal-1523286739-line-0">
<rect x="0" y="1.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-1044063791-line-1">
<clipPath id="terminal-1523286739-line-1">
<rect x="0" y="25.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-1044063791-line-2">
<clipPath id="terminal-1523286739-line-2">
<rect x="0" y="50.3" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-1044063791-line-3">
<clipPath id="terminal-1523286739-line-3">
<rect x="0" y="74.7" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-1044063791-line-4">
<clipPath id="terminal-1523286739-line-4">
<rect x="0" y="99.1" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-1044063791-line-5">
<clipPath id="terminal-1523286739-line-5">
<rect x="0" y="123.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-1523286739-line-6">
<rect x="0" y="147.9" width="854" height="24.65"/>
</clipPath>
</defs>
<rect fill="#1e1e2e" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="10.1667" y="1" width="870" height="218.8" rx="8"/><text class="terminal-1044063791-title" fill="#c6d0f5" text-anchor="middle" x="435" y="27">viv&#160;manage&#160;purge&#160;--help</text>
<rect fill="#1e1e2e" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="10.1667" y="1" width="870" height="243.2" rx="8"/><text class="terminal-1523286739-title" fill="#c6d0f5" text-anchor="middle" x="435" y="27">viv&#160;manage&#160;purge&#160;--help</text>
<g transform="translate(32,22)">
<circle cx="0" cy="0" r="7" fill="#ff5f57"/>
<circle cx="22" cy="0" r="7" fill="#febc2e"/>
<circle cx="44" cy="0" r="7" fill="#28c840"/>
</g>
<g transform="translate(18.166666666666664, 41) scale(.95)" clip-path="url(#terminal-1044063791-clip-terminal)">
<g transform="translate(18.166666666666664, 41) scale(.95)" clip-path="url(#terminal-1523286739-clip-terminal)">
<g class="terminal-1044063791-matrix">
<text class="terminal-1044063791-r1" x="0" y="20" textLength="61" clip-path="url(#terminal-1044063791-line-0)">usage</text><text class="terminal-1044063791-r2" x="61" y="20" textLength="683.2" clip-path="url(#terminal-1044063791-line-0)">:&#160;viv&#160;manage&#160;purge&#160;[-h]&#160;[-r&#160;&lt;ref&gt;]&#160;[-s&#160;&lt;src&gt;]&#160;[-c&#160;&lt;cli&gt;]</text><text class="terminal-1044063791-r2" x="854" y="20" textLength="12.2" clip-path="url(#terminal-1044063791-line-0)">
</text><text class="terminal-1044063791-r2" x="854" y="44.4" textLength="12.2" clip-path="url(#terminal-1044063791-line-1)">
</text><text class="terminal-1044063791-r1" x="0" y="68.8" textLength="85.4" clip-path="url(#terminal-1044063791-line-2)">options</text><text class="terminal-1044063791-r2" x="85.4" y="68.8" textLength="12.2" clip-path="url(#terminal-1044063791-line-2)">:</text><text class="terminal-1044063791-r2" x="854" y="68.8" textLength="12.2" clip-path="url(#terminal-1044063791-line-2)">
</text><text class="terminal-1044063791-r3" x="24.4" y="93.2" textLength="24.4" clip-path="url(#terminal-1044063791-line-3)">-h</text><text class="terminal-1044063791-r2" x="48.8" y="93.2" textLength="24.4" clip-path="url(#terminal-1044063791-line-3)">,&#160;</text><text class="terminal-1044063791-r3" x="73.2" y="93.2" textLength="73.2" clip-path="url(#terminal-1044063791-line-3)">--help</text><text class="terminal-1044063791-r2" x="146.4" y="93.2" textLength="488" clip-path="url(#terminal-1044063791-line-3)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;show&#160;this&#160;help&#160;message&#160;and&#160;exit</text><text class="terminal-1044063791-r2" x="854" y="93.2" textLength="12.2" clip-path="url(#terminal-1044063791-line-3)">
</text><text class="terminal-1044063791-r3" x="24.4" y="117.6" textLength="24.4" clip-path="url(#terminal-1044063791-line-4)">-r</text><text class="terminal-1044063791-r2" x="48.8" y="117.6" textLength="24.4" clip-path="url(#terminal-1044063791-line-4)">,&#160;</text><text class="terminal-1044063791-r3" x="73.2" y="117.6" textLength="61" clip-path="url(#terminal-1044063791-line-4)">--ref</text><text class="terminal-1044063791-r4" x="134.2" y="117.6" textLength="73.2" clip-path="url(#terminal-1044063791-line-4)">&#160;&lt;ref&gt;</text><text class="terminal-1044063791-r2" x="207.4" y="117.6" textLength="451.4" clip-path="url(#terminal-1044063791-line-4)">&#160;&#160;&#160;&#160;git&#160;reference&#160;(branch/tag/commit)</text><text class="terminal-1044063791-r2" x="854" y="117.6" textLength="12.2" clip-path="url(#terminal-1044063791-line-4)">
</text><text class="terminal-1044063791-r3" x="24.4" y="142" textLength="24.4" clip-path="url(#terminal-1044063791-line-5)">-s</text><text class="terminal-1044063791-r2" x="48.8" y="142" textLength="24.4" clip-path="url(#terminal-1044063791-line-5)">,&#160;</text><text class="terminal-1044063791-r3" x="73.2" y="142" textLength="61" clip-path="url(#terminal-1044063791-line-5)">--src</text><text class="terminal-1044063791-r4" x="134.2" y="142" textLength="73.2" clip-path="url(#terminal-1044063791-line-5)">&#160;&lt;src&gt;</text><text class="terminal-1044063791-r2" x="207.4" y="142" textLength="280.6" clip-path="url(#terminal-1044063791-line-5)">&#160;&#160;&#160;&#160;path/to/source_file</text><text class="terminal-1044063791-r2" x="854" y="142" textLength="12.2" clip-path="url(#terminal-1044063791-line-5)">
</text><text class="terminal-1044063791-r3" x="24.4" y="166.4" textLength="24.4" clip-path="url(#terminal-1044063791-line-6)">-c</text><text class="terminal-1044063791-r2" x="48.8" y="166.4" textLength="24.4" clip-path="url(#terminal-1044063791-line-6)">,&#160;</text><text class="terminal-1044063791-r3" x="73.2" y="166.4" textLength="61" clip-path="url(#terminal-1044063791-line-6)">--cli</text><text class="terminal-1044063791-r4" x="134.2" y="166.4" textLength="73.2" clip-path="url(#terminal-1044063791-line-6)">&#160;&lt;cli&gt;</text><text class="terminal-1044063791-r2" x="207.4" y="166.4" textLength="390.4" clip-path="url(#terminal-1044063791-line-6)">&#160;&#160;&#160;&#160;path/to/cli&#160;(symlink&#160;to&#160;src)</text><text class="terminal-1044063791-r2" x="854" y="166.4" textLength="12.2" clip-path="url(#terminal-1044063791-line-6)">
<g class="terminal-1523286739-matrix">
<text class="terminal-1523286739-r1" x="0" y="20" textLength="61" clip-path="url(#terminal-1523286739-line-0)">usage</text><text class="terminal-1523286739-r2" x="61" y="20" textLength="744.2" clip-path="url(#terminal-1523286739-line-0)">:&#160;viv&#160;manage&#160;purge&#160;[-h]&#160;[-r&#160;&lt;ref&gt;]&#160;[-s&#160;&lt;src&gt;]&#160;[-c&#160;&lt;cli&gt;]&#160;[-y]</text><text class="terminal-1523286739-r2" x="854" y="20" textLength="12.2" clip-path="url(#terminal-1523286739-line-0)">
</text><text class="terminal-1523286739-r2" x="854" y="44.4" textLength="12.2" clip-path="url(#terminal-1523286739-line-1)">
</text><text class="terminal-1523286739-r1" x="0" y="68.8" textLength="85.4" clip-path="url(#terminal-1523286739-line-2)">options</text><text class="terminal-1523286739-r2" x="85.4" y="68.8" textLength="12.2" clip-path="url(#terminal-1523286739-line-2)">:</text><text class="terminal-1523286739-r2" x="854" y="68.8" textLength="12.2" clip-path="url(#terminal-1523286739-line-2)">
</text><text class="terminal-1523286739-r3" x="24.4" y="93.2" textLength="24.4" clip-path="url(#terminal-1523286739-line-3)">-h</text><text class="terminal-1523286739-r2" x="48.8" y="93.2" textLength="24.4" clip-path="url(#terminal-1523286739-line-3)">,&#160;</text><text class="terminal-1523286739-r3" x="73.2" y="93.2" textLength="73.2" clip-path="url(#terminal-1523286739-line-3)">--help</text><text class="terminal-1523286739-r2" x="146.4" y="93.2" textLength="488" clip-path="url(#terminal-1523286739-line-3)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;show&#160;this&#160;help&#160;message&#160;and&#160;exit</text><text class="terminal-1523286739-r2" x="854" y="93.2" textLength="12.2" clip-path="url(#terminal-1523286739-line-3)">
</text><text class="terminal-1523286739-r3" x="24.4" y="117.6" textLength="24.4" clip-path="url(#terminal-1523286739-line-4)">-r</text><text class="terminal-1523286739-r2" x="48.8" y="117.6" textLength="24.4" clip-path="url(#terminal-1523286739-line-4)">,&#160;</text><text class="terminal-1523286739-r3" x="73.2" y="117.6" textLength="61" clip-path="url(#terminal-1523286739-line-4)">--ref</text><text class="terminal-1523286739-r4" x="134.2" y="117.6" textLength="73.2" clip-path="url(#terminal-1523286739-line-4)">&#160;&lt;ref&gt;</text><text class="terminal-1523286739-r2" x="207.4" y="117.6" textLength="451.4" clip-path="url(#terminal-1523286739-line-4)">&#160;&#160;&#160;&#160;git&#160;reference&#160;(branch/tag/commit)</text><text class="terminal-1523286739-r2" x="854" y="117.6" textLength="12.2" clip-path="url(#terminal-1523286739-line-4)">
</text><text class="terminal-1523286739-r3" x="24.4" y="142" textLength="24.4" clip-path="url(#terminal-1523286739-line-5)">-s</text><text class="terminal-1523286739-r2" x="48.8" y="142" textLength="24.4" clip-path="url(#terminal-1523286739-line-5)">,&#160;</text><text class="terminal-1523286739-r3" x="73.2" y="142" textLength="61" clip-path="url(#terminal-1523286739-line-5)">--src</text><text class="terminal-1523286739-r4" x="134.2" y="142" textLength="73.2" clip-path="url(#terminal-1523286739-line-5)">&#160;&lt;src&gt;</text><text class="terminal-1523286739-r2" x="207.4" y="142" textLength="280.6" clip-path="url(#terminal-1523286739-line-5)">&#160;&#160;&#160;&#160;path/to/source_file</text><text class="terminal-1523286739-r2" x="854" y="142" textLength="12.2" clip-path="url(#terminal-1523286739-line-5)">
</text><text class="terminal-1523286739-r3" x="24.4" y="166.4" textLength="24.4" clip-path="url(#terminal-1523286739-line-6)">-c</text><text class="terminal-1523286739-r2" x="48.8" y="166.4" textLength="24.4" clip-path="url(#terminal-1523286739-line-6)">,&#160;</text><text class="terminal-1523286739-r3" x="73.2" y="166.4" textLength="61" clip-path="url(#terminal-1523286739-line-6)">--cli</text><text class="terminal-1523286739-r4" x="134.2" y="166.4" textLength="73.2" clip-path="url(#terminal-1523286739-line-6)">&#160;&lt;cli&gt;</text><text class="terminal-1523286739-r2" x="207.4" y="166.4" textLength="390.4" clip-path="url(#terminal-1523286739-line-6)">&#160;&#160;&#160;&#160;path/to/cli&#160;(symlink&#160;to&#160;src)</text><text class="terminal-1523286739-r2" x="854" y="166.4" textLength="12.2" clip-path="url(#terminal-1523286739-line-6)">
</text><text class="terminal-1523286739-r3" x="24.4" y="190.8" textLength="24.4" clip-path="url(#terminal-1523286739-line-7)">-y</text><text class="terminal-1523286739-r2" x="48.8" y="190.8" textLength="24.4" clip-path="url(#terminal-1523286739-line-7)">,&#160;</text><text class="terminal-1523286739-r3" x="73.2" y="190.8" textLength="61" clip-path="url(#terminal-1523286739-line-7)">--yes</text><text class="terminal-1523286739-r2" x="134.2" y="190.8" textLength="439.2" clip-path="url(#terminal-1523286739-line-7)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;respond&#160;yes&#160;to&#160;all&#160;prompts</text><text class="terminal-1523286739-r2" x="854" y="190.8" textLength="12.2" clip-path="url(#terminal-1523286739-line-7)">
</text>
</g>
</g>

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

View file

@ -1,4 +1,4 @@
<svg class="rich-terminal shadow" viewBox="0 0 890.3333333333334 253.13333333333333" xmlns="http://www.w3.org/2000/svg">
<svg class="rich-terminal shadow" viewBox="0 0 890.3333333333334 277.5333333333333" xmlns="http://www.w3.org/2000/svg">
<!-- Generated with Rich https://www.textualize.io & yartsu https://github.com/daylinmorgan/yartsu -->
<style>
@ -19,14 +19,14 @@
font-weight: 700;
}
.terminal-3845269231-matrix {
.terminal-3428156307-matrix {
font-family: Fira Code, monospace;
font-size: 20px;
line-height: 24.4px;
font-variant-east-asian: full-width;
}
.terminal-3845269231-title {
.terminal-3428156307-title {
font-size: 18px;
font-weight: bold;
font-family: arial;
@ -36,53 +36,57 @@
-webkit-filter: drop-shadow( 2px 5px 2px rgba(0, 0, 0, .7));
filter: drop-shadow( 2px 5px 2px rgba(0, 0, 0, .7));
}
.terminal-3845269231-r1 { fill: #94e2d5;font-weight: bold }
.terminal-3845269231-r2 { fill: #c6d0f5 }
.terminal-3845269231-r3 { fill: #f9e2af;font-weight: bold }
.terminal-3845269231-r4 { fill: #f9e2af }
.terminal-3428156307-r1 { fill: #94e2d5;font-weight: bold }
.terminal-3428156307-r2 { fill: #c6d0f5 }
.terminal-3428156307-r3 { fill: #f9e2af;font-weight: bold }
.terminal-3428156307-r4 { fill: #f9e2af }
</style>
<defs>
<clipPath id="terminal-3845269231-clip-terminal">
<rect x="0" y="0" width="853.0" height="169.79999999999998" />
<clipPath id="terminal-3428156307-clip-terminal">
<rect x="0" y="0" width="853.0" height="194.2" />
</clipPath>
<clipPath id="terminal-3845269231-line-0">
<clipPath id="terminal-3428156307-line-0">
<rect x="0" y="1.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-3845269231-line-1">
<clipPath id="terminal-3428156307-line-1">
<rect x="0" y="25.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-3845269231-line-2">
<clipPath id="terminal-3428156307-line-2">
<rect x="0" y="50.3" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-3845269231-line-3">
<clipPath id="terminal-3428156307-line-3">
<rect x="0" y="74.7" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-3845269231-line-4">
<clipPath id="terminal-3428156307-line-4">
<rect x="0" y="99.1" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-3845269231-line-5">
<clipPath id="terminal-3428156307-line-5">
<rect x="0" y="123.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-3428156307-line-6">
<rect x="0" y="147.9" width="854" height="24.65"/>
</clipPath>
</defs>
<rect fill="#1e1e2e" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="10.1667" y="1" width="870" height="218.8" rx="8"/><text class="terminal-3845269231-title" fill="#c6d0f5" text-anchor="middle" x="435" y="27">viv&#160;manage&#160;update&#160;--help</text>
<rect fill="#1e1e2e" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="10.1667" y="1" width="870" height="243.2" rx="8"/><text class="terminal-3428156307-title" fill="#c6d0f5" text-anchor="middle" x="435" y="27">viv&#160;manage&#160;update&#160;--help</text>
<g transform="translate(32,22)">
<circle cx="0" cy="0" r="7" fill="#ff5f57"/>
<circle cx="22" cy="0" r="7" fill="#febc2e"/>
<circle cx="44" cy="0" r="7" fill="#28c840"/>
</g>
<g transform="translate(18.166666666666664, 41) scale(.95)" clip-path="url(#terminal-3845269231-clip-terminal)">
<g transform="translate(18.166666666666664, 41) scale(.95)" clip-path="url(#terminal-3428156307-clip-terminal)">
<g class="terminal-3845269231-matrix">
<text class="terminal-3845269231-r1" x="0" y="20" textLength="61" clip-path="url(#terminal-3845269231-line-0)">usage</text><text class="terminal-3845269231-r2" x="61" y="20" textLength="695.4" clip-path="url(#terminal-3845269231-line-0)">:&#160;viv&#160;manage&#160;update&#160;[-h]&#160;[-r&#160;&lt;ref&gt;]&#160;[-s&#160;&lt;src&gt;]&#160;[-c&#160;&lt;cli&gt;]</text><text class="terminal-3845269231-r2" x="854" y="20" textLength="12.2" clip-path="url(#terminal-3845269231-line-0)">
</text><text class="terminal-3845269231-r2" x="854" y="44.4" textLength="12.2" clip-path="url(#terminal-3845269231-line-1)">
</text><text class="terminal-3845269231-r1" x="0" y="68.8" textLength="85.4" clip-path="url(#terminal-3845269231-line-2)">options</text><text class="terminal-3845269231-r2" x="85.4" y="68.8" textLength="12.2" clip-path="url(#terminal-3845269231-line-2)">:</text><text class="terminal-3845269231-r2" x="854" y="68.8" textLength="12.2" clip-path="url(#terminal-3845269231-line-2)">
</text><text class="terminal-3845269231-r3" x="24.4" y="93.2" textLength="24.4" clip-path="url(#terminal-3845269231-line-3)">-h</text><text class="terminal-3845269231-r2" x="48.8" y="93.2" textLength="24.4" clip-path="url(#terminal-3845269231-line-3)">,&#160;</text><text class="terminal-3845269231-r3" x="73.2" y="93.2" textLength="73.2" clip-path="url(#terminal-3845269231-line-3)">--help</text><text class="terminal-3845269231-r2" x="146.4" y="93.2" textLength="488" clip-path="url(#terminal-3845269231-line-3)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;show&#160;this&#160;help&#160;message&#160;and&#160;exit</text><text class="terminal-3845269231-r2" x="854" y="93.2" textLength="12.2" clip-path="url(#terminal-3845269231-line-3)">
</text><text class="terminal-3845269231-r3" x="24.4" y="117.6" textLength="24.4" clip-path="url(#terminal-3845269231-line-4)">-r</text><text class="terminal-3845269231-r2" x="48.8" y="117.6" textLength="24.4" clip-path="url(#terminal-3845269231-line-4)">,&#160;</text><text class="terminal-3845269231-r3" x="73.2" y="117.6" textLength="61" clip-path="url(#terminal-3845269231-line-4)">--ref</text><text class="terminal-3845269231-r4" x="134.2" y="117.6" textLength="73.2" clip-path="url(#terminal-3845269231-line-4)">&#160;&lt;ref&gt;</text><text class="terminal-3845269231-r2" x="207.4" y="117.6" textLength="451.4" clip-path="url(#terminal-3845269231-line-4)">&#160;&#160;&#160;&#160;git&#160;reference&#160;(branch/tag/commit)</text><text class="terminal-3845269231-r2" x="854" y="117.6" textLength="12.2" clip-path="url(#terminal-3845269231-line-4)">
</text><text class="terminal-3845269231-r3" x="24.4" y="142" textLength="24.4" clip-path="url(#terminal-3845269231-line-5)">-s</text><text class="terminal-3845269231-r2" x="48.8" y="142" textLength="24.4" clip-path="url(#terminal-3845269231-line-5)">,&#160;</text><text class="terminal-3845269231-r3" x="73.2" y="142" textLength="61" clip-path="url(#terminal-3845269231-line-5)">--src</text><text class="terminal-3845269231-r4" x="134.2" y="142" textLength="73.2" clip-path="url(#terminal-3845269231-line-5)">&#160;&lt;src&gt;</text><text class="terminal-3845269231-r2" x="207.4" y="142" textLength="280.6" clip-path="url(#terminal-3845269231-line-5)">&#160;&#160;&#160;&#160;path/to/source_file</text><text class="terminal-3845269231-r2" x="854" y="142" textLength="12.2" clip-path="url(#terminal-3845269231-line-5)">
</text><text class="terminal-3845269231-r3" x="24.4" y="166.4" textLength="24.4" clip-path="url(#terminal-3845269231-line-6)">-c</text><text class="terminal-3845269231-r2" x="48.8" y="166.4" textLength="24.4" clip-path="url(#terminal-3845269231-line-6)">,&#160;</text><text class="terminal-3845269231-r3" x="73.2" y="166.4" textLength="61" clip-path="url(#terminal-3845269231-line-6)">--cli</text><text class="terminal-3845269231-r4" x="134.2" y="166.4" textLength="73.2" clip-path="url(#terminal-3845269231-line-6)">&#160;&lt;cli&gt;</text><text class="terminal-3845269231-r2" x="207.4" y="166.4" textLength="390.4" clip-path="url(#terminal-3845269231-line-6)">&#160;&#160;&#160;&#160;path/to/cli&#160;(symlink&#160;to&#160;src)</text><text class="terminal-3845269231-r2" x="854" y="166.4" textLength="12.2" clip-path="url(#terminal-3845269231-line-6)">
<g class="terminal-3428156307-matrix">
<text class="terminal-3428156307-r1" x="0" y="20" textLength="61" clip-path="url(#terminal-3428156307-line-0)">usage</text><text class="terminal-3428156307-r2" x="61" y="20" textLength="756.4" clip-path="url(#terminal-3428156307-line-0)">:&#160;viv&#160;manage&#160;update&#160;[-h]&#160;[-r&#160;&lt;ref&gt;]&#160;[-s&#160;&lt;src&gt;]&#160;[-c&#160;&lt;cli&gt;]&#160;[-y]</text><text class="terminal-3428156307-r2" x="854" y="20" textLength="12.2" clip-path="url(#terminal-3428156307-line-0)">
</text><text class="terminal-3428156307-r2" x="854" y="44.4" textLength="12.2" clip-path="url(#terminal-3428156307-line-1)">
</text><text class="terminal-3428156307-r1" x="0" y="68.8" textLength="85.4" clip-path="url(#terminal-3428156307-line-2)">options</text><text class="terminal-3428156307-r2" x="85.4" y="68.8" textLength="12.2" clip-path="url(#terminal-3428156307-line-2)">:</text><text class="terminal-3428156307-r2" x="854" y="68.8" textLength="12.2" clip-path="url(#terminal-3428156307-line-2)">
</text><text class="terminal-3428156307-r3" x="24.4" y="93.2" textLength="24.4" clip-path="url(#terminal-3428156307-line-3)">-h</text><text class="terminal-3428156307-r2" x="48.8" y="93.2" textLength="24.4" clip-path="url(#terminal-3428156307-line-3)">,&#160;</text><text class="terminal-3428156307-r3" x="73.2" y="93.2" textLength="73.2" clip-path="url(#terminal-3428156307-line-3)">--help</text><text class="terminal-3428156307-r2" x="146.4" y="93.2" textLength="488" clip-path="url(#terminal-3428156307-line-3)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;show&#160;this&#160;help&#160;message&#160;and&#160;exit</text><text class="terminal-3428156307-r2" x="854" y="93.2" textLength="12.2" clip-path="url(#terminal-3428156307-line-3)">
</text><text class="terminal-3428156307-r3" x="24.4" y="117.6" textLength="24.4" clip-path="url(#terminal-3428156307-line-4)">-r</text><text class="terminal-3428156307-r2" x="48.8" y="117.6" textLength="24.4" clip-path="url(#terminal-3428156307-line-4)">,&#160;</text><text class="terminal-3428156307-r3" x="73.2" y="117.6" textLength="61" clip-path="url(#terminal-3428156307-line-4)">--ref</text><text class="terminal-3428156307-r4" x="134.2" y="117.6" textLength="73.2" clip-path="url(#terminal-3428156307-line-4)">&#160;&lt;ref&gt;</text><text class="terminal-3428156307-r2" x="207.4" y="117.6" textLength="451.4" clip-path="url(#terminal-3428156307-line-4)">&#160;&#160;&#160;&#160;git&#160;reference&#160;(branch/tag/commit)</text><text class="terminal-3428156307-r2" x="854" y="117.6" textLength="12.2" clip-path="url(#terminal-3428156307-line-4)">
</text><text class="terminal-3428156307-r3" x="24.4" y="142" textLength="24.4" clip-path="url(#terminal-3428156307-line-5)">-s</text><text class="terminal-3428156307-r2" x="48.8" y="142" textLength="24.4" clip-path="url(#terminal-3428156307-line-5)">,&#160;</text><text class="terminal-3428156307-r3" x="73.2" y="142" textLength="61" clip-path="url(#terminal-3428156307-line-5)">--src</text><text class="terminal-3428156307-r4" x="134.2" y="142" textLength="73.2" clip-path="url(#terminal-3428156307-line-5)">&#160;&lt;src&gt;</text><text class="terminal-3428156307-r2" x="207.4" y="142" textLength="280.6" clip-path="url(#terminal-3428156307-line-5)">&#160;&#160;&#160;&#160;path/to/source_file</text><text class="terminal-3428156307-r2" x="854" y="142" textLength="12.2" clip-path="url(#terminal-3428156307-line-5)">
</text><text class="terminal-3428156307-r3" x="24.4" y="166.4" textLength="24.4" clip-path="url(#terminal-3428156307-line-6)">-c</text><text class="terminal-3428156307-r2" x="48.8" y="166.4" textLength="24.4" clip-path="url(#terminal-3428156307-line-6)">,&#160;</text><text class="terminal-3428156307-r3" x="73.2" y="166.4" textLength="61" clip-path="url(#terminal-3428156307-line-6)">--cli</text><text class="terminal-3428156307-r4" x="134.2" y="166.4" textLength="73.2" clip-path="url(#terminal-3428156307-line-6)">&#160;&lt;cli&gt;</text><text class="terminal-3428156307-r2" x="207.4" y="166.4" textLength="390.4" clip-path="url(#terminal-3428156307-line-6)">&#160;&#160;&#160;&#160;path/to/cli&#160;(symlink&#160;to&#160;src)</text><text class="terminal-3428156307-r2" x="854" y="166.4" textLength="12.2" clip-path="url(#terminal-3428156307-line-6)">
</text><text class="terminal-3428156307-r3" x="24.4" y="190.8" textLength="24.4" clip-path="url(#terminal-3428156307-line-7)">-y</text><text class="terminal-3428156307-r2" x="48.8" y="190.8" textLength="24.4" clip-path="url(#terminal-3428156307-line-7)">,&#160;</text><text class="terminal-3428156307-r3" x="73.2" y="190.8" textLength="61" clip-path="url(#terminal-3428156307-line-7)">--yes</text><text class="terminal-3428156307-r2" x="134.2" y="190.8" textLength="439.2" clip-path="url(#terminal-3428156307-line-7)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;respond&#160;yes&#160;to&#160;all&#160;prompts</text><text class="terminal-3428156307-r2" x="854" y="190.8" textLength="12.2" clip-path="url(#terminal-3428156307-line-7)">
</text>
</g>
</g>

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

View file

@ -1,4 +1,4 @@
<svg class="rich-terminal shadow" viewBox="0 0 890.3333333333334 472.7333333333333" xmlns="http://www.w3.org/2000/svg">
<svg class="rich-terminal shadow" viewBox="0 0 890.3333333333334 545.9333333333333" xmlns="http://www.w3.org/2000/svg">
<!-- Generated with Rich https://www.textualize.io & yartsu https://github.com/daylinmorgan/yartsu -->
<style>
@ -19,14 +19,14 @@
font-weight: 700;
}
.terminal-2316294325-matrix {
.terminal-4119164136-matrix {
font-family: Fira Code, monospace;
font-size: 20px;
line-height: 24.4px;
font-variant-east-asian: full-width;
}
.terminal-2316294325-title {
.terminal-4119164136-title {
font-size: 18px;
font-weight: bold;
font-family: arial;
@ -36,89 +36,101 @@
-webkit-filter: drop-shadow( 2px 5px 2px rgba(0, 0, 0, .7));
filter: drop-shadow( 2px 5px 2px rgba(0, 0, 0, .7));
}
.terminal-2316294325-r1 { fill: #94e2d5;font-weight: bold }
.terminal-2316294325-r2 { fill: #c6d0f5 }
.terminal-2316294325-r3 { fill: #f9e2af;font-weight: bold }
.terminal-2316294325-r4 { fill: #f9e2af }
.terminal-4119164136-r1 { fill: #94e2d5;font-weight: bold }
.terminal-4119164136-r2 { fill: #c6d0f5 }
.terminal-4119164136-r3 { fill: #f9e2af;font-weight: bold }
.terminal-4119164136-r4 { fill: #f9e2af }
</style>
<defs>
<clipPath id="terminal-2316294325-clip-terminal">
<rect x="0" y="0" width="853.0" height="389.4" />
<clipPath id="terminal-4119164136-clip-terminal">
<rect x="0" y="0" width="853.0" height="462.59999999999997" />
</clipPath>
<clipPath id="terminal-2316294325-line-0">
<clipPath id="terminal-4119164136-line-0">
<rect x="0" y="1.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2316294325-line-1">
<clipPath id="terminal-4119164136-line-1">
<rect x="0" y="25.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2316294325-line-2">
<clipPath id="terminal-4119164136-line-2">
<rect x="0" y="50.3" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2316294325-line-3">
<clipPath id="terminal-4119164136-line-3">
<rect x="0" y="74.7" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2316294325-line-4">
<clipPath id="terminal-4119164136-line-4">
<rect x="0" y="99.1" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2316294325-line-5">
<clipPath id="terminal-4119164136-line-5">
<rect x="0" y="123.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2316294325-line-6">
<clipPath id="terminal-4119164136-line-6">
<rect x="0" y="147.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2316294325-line-7">
<clipPath id="terminal-4119164136-line-7">
<rect x="0" y="172.3" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2316294325-line-8">
<clipPath id="terminal-4119164136-line-8">
<rect x="0" y="196.7" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2316294325-line-9">
<clipPath id="terminal-4119164136-line-9">
<rect x="0" y="221.1" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2316294325-line-10">
<clipPath id="terminal-4119164136-line-10">
<rect x="0" y="245.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2316294325-line-11">
<clipPath id="terminal-4119164136-line-11">
<rect x="0" y="269.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2316294325-line-12">
<clipPath id="terminal-4119164136-line-12">
<rect x="0" y="294.3" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2316294325-line-13">
<clipPath id="terminal-4119164136-line-13">
<rect x="0" y="318.7" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-2316294325-line-14">
<clipPath id="terminal-4119164136-line-14">
<rect x="0" y="343.1" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-4119164136-line-15">
<rect x="0" y="367.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-4119164136-line-16">
<rect x="0" y="391.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-4119164136-line-17">
<rect x="0" y="416.3" width="854" height="24.65"/>
</clipPath>
</defs>
<rect fill="#1e1e2e" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="10.1667" y="1" width="870" height="438.4" rx="8"/><text class="terminal-2316294325-title" fill="#c6d0f5" text-anchor="middle" x="435" y="27">viv&#160;run&#160;--help</text>
<rect fill="#1e1e2e" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="10.1667" y="1" width="870" height="511.6" rx="8"/><text class="terminal-4119164136-title" fill="#c6d0f5" text-anchor="middle" x="435" y="27">viv&#160;run&#160;--help</text>
<g transform="translate(32,22)">
<circle cx="0" cy="0" r="7" fill="#ff5f57"/>
<circle cx="22" cy="0" r="7" fill="#febc2e"/>
<circle cx="44" cy="0" r="7" fill="#28c840"/>
</g>
<g transform="translate(18.166666666666664, 41) scale(.95)" clip-path="url(#terminal-2316294325-clip-terminal)">
<g transform="translate(18.166666666666664, 41) scale(.95)" clip-path="url(#terminal-4119164136-clip-terminal)">
<g class="terminal-2316294325-matrix">
<text class="terminal-2316294325-r1" x="0" y="20" textLength="61" clip-path="url(#terminal-2316294325-line-0)">usage</text><text class="terminal-2316294325-r2" x="61" y="20" textLength="646.6" clip-path="url(#terminal-2316294325-line-0)">:&#160;viv&#160;run&#160;[-h]&#160;[-k]&#160;[-r&#160;&lt;path&gt;]&#160;[-b&#160;&lt;bin&gt;]&#160;[reqs&#160;...]</text><text class="terminal-2316294325-r2" x="854" y="20" textLength="12.2" clip-path="url(#terminal-2316294325-line-0)">
</text><text class="terminal-2316294325-r2" x="854" y="44.4" textLength="12.2" clip-path="url(#terminal-2316294325-line-1)">
</text><text class="terminal-2316294325-r2" x="0" y="68.8" textLength="402.6" clip-path="url(#terminal-2316294325-line-2)">run&#160;an&#160;app&#160;with&#160;an&#160;on-demand&#160;venv</text><text class="terminal-2316294325-r2" x="854" y="68.8" textLength="12.2" clip-path="url(#terminal-2316294325-line-2)">
</text><text class="terminal-2316294325-r2" x="854" y="93.2" textLength="12.2" clip-path="url(#terminal-2316294325-line-3)">
</text><text class="terminal-2316294325-r2" x="0" y="117.6" textLength="109.8" clip-path="url(#terminal-2316294325-line-4)">examples:</text><text class="terminal-2316294325-r2" x="854" y="117.6" textLength="12.2" clip-path="url(#terminal-2316294325-line-4)">
</text><text class="terminal-2316294325-r2" x="0" y="142" textLength="463.6" clip-path="url(#terminal-2316294325-line-5)">&#160;&#160;viv&#160;r&#160;pycowsay&#160;--&#160;&quot;viv&#160;isn&#x27;t&#160;venv\!&quot;</text><text class="terminal-2316294325-r2" x="854" y="142" textLength="12.2" clip-path="url(#terminal-2316294325-line-5)">
</text><text class="terminal-2316294325-r2" x="0" y="166.4" textLength="402.6" clip-path="url(#terminal-2316294325-line-6)">&#160;&#160;viv&#160;r&#160;rich&#160;-b&#160;python&#160;--&#160;-m&#160;rich</text><text class="terminal-2316294325-r2" x="854" y="166.4" textLength="12.2" clip-path="url(#terminal-2316294325-line-6)">
</text><text class="terminal-2316294325-r2" x="854" y="190.8" textLength="12.2" clip-path="url(#terminal-2316294325-line-7)">
</text><text class="terminal-2316294325-r1" x="0" y="215.2" textLength="244" clip-path="url(#terminal-2316294325-line-8)">positional&#160;arguments</text><text class="terminal-2316294325-r2" x="244" y="215.2" textLength="12.2" clip-path="url(#terminal-2316294325-line-8)">:</text><text class="terminal-2316294325-r2" x="854" y="215.2" textLength="12.2" clip-path="url(#terminal-2316294325-line-8)">
</text><text class="terminal-2316294325-r3" x="24.4" y="239.6" textLength="48.8" clip-path="url(#terminal-2316294325-line-9)">reqs</text><text class="terminal-2316294325-r2" x="73.2" y="239.6" textLength="585.6" clip-path="url(#terminal-2316294325-line-9)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;requirements&#160;specifiers</text><text class="terminal-2316294325-r2" x="854" y="239.6" textLength="12.2" clip-path="url(#terminal-2316294325-line-9)">
</text><text class="terminal-2316294325-r2" x="854" y="264" textLength="12.2" clip-path="url(#terminal-2316294325-line-10)">
</text><text class="terminal-2316294325-r1" x="0" y="288.4" textLength="85.4" clip-path="url(#terminal-2316294325-line-11)">options</text><text class="terminal-2316294325-r2" x="85.4" y="288.4" textLength="12.2" clip-path="url(#terminal-2316294325-line-11)">:</text><text class="terminal-2316294325-r2" x="854" y="288.4" textLength="12.2" clip-path="url(#terminal-2316294325-line-11)">
</text><text class="terminal-2316294325-r3" x="24.4" y="312.8" textLength="24.4" clip-path="url(#terminal-2316294325-line-12)">-h</text><text class="terminal-2316294325-r2" x="48.8" y="312.8" textLength="24.4" clip-path="url(#terminal-2316294325-line-12)">,&#160;</text><text class="terminal-2316294325-r3" x="73.2" y="312.8" textLength="73.2" clip-path="url(#terminal-2316294325-line-12)">--help</text><text class="terminal-2316294325-r2" x="146.4" y="312.8" textLength="610" clip-path="url(#terminal-2316294325-line-12)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;show&#160;this&#160;help&#160;message&#160;and&#160;exit</text><text class="terminal-2316294325-r2" x="854" y="312.8" textLength="12.2" clip-path="url(#terminal-2316294325-line-12)">
</text><text class="terminal-2316294325-r3" x="24.4" y="337.2" textLength="24.4" clip-path="url(#terminal-2316294325-line-13)">-k</text><text class="terminal-2316294325-r2" x="48.8" y="337.2" textLength="24.4" clip-path="url(#terminal-2316294325-line-13)">,&#160;</text><text class="terminal-2316294325-r3" x="73.2" y="337.2" textLength="73.2" clip-path="url(#terminal-2316294325-line-13)">--keep</text><text class="terminal-2316294325-r2" x="146.4" y="337.2" textLength="475.8" clip-path="url(#terminal-2316294325-line-13)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;preserve&#160;environment</text><text class="terminal-2316294325-r2" x="854" y="337.2" textLength="12.2" clip-path="url(#terminal-2316294325-line-13)">
</text><text class="terminal-2316294325-r3" x="24.4" y="361.6" textLength="24.4" clip-path="url(#terminal-2316294325-line-14)">-r</text><text class="terminal-2316294325-r2" x="48.8" y="361.6" textLength="24.4" clip-path="url(#terminal-2316294325-line-14)">,&#160;</text><text class="terminal-2316294325-r3" x="73.2" y="361.6" textLength="170.8" clip-path="url(#terminal-2316294325-line-14)">--requirements</text><text class="terminal-2316294325-r4" x="244" y="361.6" textLength="85.4" clip-path="url(#terminal-2316294325-line-14)">&#160;&lt;path&gt;</text><text class="terminal-2316294325-r2" x="329.4" y="361.6" textLength="402.6" clip-path="url(#terminal-2316294325-line-14)">&#160;&#160;&#160;&#160;path/to/requirements.txt&#160;file</text><text class="terminal-2316294325-r2" x="854" y="361.6" textLength="12.2" clip-path="url(#terminal-2316294325-line-14)">
</text><text class="terminal-2316294325-r3" x="24.4" y="386" textLength="24.4" clip-path="url(#terminal-2316294325-line-15)">-b</text><text class="terminal-2316294325-r2" x="48.8" y="386" textLength="24.4" clip-path="url(#terminal-2316294325-line-15)">,&#160;</text><text class="terminal-2316294325-r3" x="73.2" y="386" textLength="61" clip-path="url(#terminal-2316294325-line-15)">--bin</text><text class="terminal-2316294325-r4" x="134.2" y="386" textLength="73.2" clip-path="url(#terminal-2316294325-line-15)">&#160;&lt;bin&gt;</text><text class="terminal-2316294325-r2" x="207.4" y="386" textLength="549" clip-path="url(#terminal-2316294325-line-15)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;console_script/script&#160;to&#160;invoke</text><text class="terminal-2316294325-r2" x="854" y="386" textLength="12.2" clip-path="url(#terminal-2316294325-line-15)">
<g class="terminal-4119164136-matrix">
<text class="terminal-4119164136-r1" x="0" y="20" textLength="61" clip-path="url(#terminal-4119164136-line-0)">usage</text><text class="terminal-4119164136-r2" x="61" y="20" textLength="768.6" clip-path="url(#terminal-4119164136-line-0)">:&#160;viv&#160;run&#160;[-h]&#160;[-s&#160;&lt;script&gt;]&#160;[-r&#160;&lt;path&gt;]&#160;[-k]&#160;[-b&#160;&lt;bin&gt;]&#160;[reqs&#160;</text><text class="terminal-4119164136-r2" x="854" y="20" textLength="12.2" clip-path="url(#terminal-4119164136-line-0)">
</text><text class="terminal-4119164136-r2" x="0" y="44.4" textLength="48.8" clip-path="url(#terminal-4119164136-line-1)">...]</text><text class="terminal-4119164136-r2" x="854" y="44.4" textLength="12.2" clip-path="url(#terminal-4119164136-line-1)">
</text><text class="terminal-4119164136-r2" x="854" y="68.8" textLength="12.2" clip-path="url(#terminal-4119164136-line-2)">
</text><text class="terminal-4119164136-r2" x="0" y="93.2" textLength="488" clip-path="url(#terminal-4119164136-line-3)">run&#160;an&#160;app/script&#160;with&#160;an&#160;on-demand&#160;venv</text><text class="terminal-4119164136-r2" x="854" y="93.2" textLength="12.2" clip-path="url(#terminal-4119164136-line-3)">
</text><text class="terminal-4119164136-r2" x="854" y="117.6" textLength="12.2" clip-path="url(#terminal-4119164136-line-4)">
</text><text class="terminal-4119164136-r2" x="0" y="142" textLength="109.8" clip-path="url(#terminal-4119164136-line-5)">examples:</text><text class="terminal-4119164136-r2" x="854" y="142" textLength="12.2" clip-path="url(#terminal-4119164136-line-5)">
</text><text class="terminal-4119164136-r2" x="0" y="166.4" textLength="463.6" clip-path="url(#terminal-4119164136-line-6)">&#160;&#160;viv&#160;r&#160;pycowsay&#160;--&#160;&quot;viv&#160;isn&#x27;t&#160;venv\!&quot;</text><text class="terminal-4119164136-r2" x="854" y="166.4" textLength="12.2" clip-path="url(#terminal-4119164136-line-6)">
</text><text class="terminal-4119164136-r2" x="0" y="190.8" textLength="402.6" clip-path="url(#terminal-4119164136-line-7)">&#160;&#160;viv&#160;r&#160;rich&#160;-b&#160;python&#160;--&#160;-m&#160;rich</text><text class="terminal-4119164136-r2" x="854" y="190.8" textLength="12.2" clip-path="url(#terminal-4119164136-line-7)">
</text><text class="terminal-4119164136-r2" x="0" y="215.2" textLength="402.6" clip-path="url(#terminal-4119164136-line-8)">&#160;&#160;viv&#160;r&#160;-s&#160;&lt;remote&#160;python&#160;script&gt;</text><text class="terminal-4119164136-r2" x="854" y="215.2" textLength="12.2" clip-path="url(#terminal-4119164136-line-8)">
</text><text class="terminal-4119164136-r2" x="854" y="239.6" textLength="12.2" clip-path="url(#terminal-4119164136-line-9)">
</text><text class="terminal-4119164136-r1" x="0" y="264" textLength="244" clip-path="url(#terminal-4119164136-line-10)">positional&#160;arguments</text><text class="terminal-4119164136-r2" x="244" y="264" textLength="12.2" clip-path="url(#terminal-4119164136-line-10)">:</text><text class="terminal-4119164136-r2" x="854" y="264" textLength="12.2" clip-path="url(#terminal-4119164136-line-10)">
</text><text class="terminal-4119164136-r3" x="24.4" y="288.4" textLength="48.8" clip-path="url(#terminal-4119164136-line-11)">reqs</text><text class="terminal-4119164136-r2" x="73.2" y="288.4" textLength="585.6" clip-path="url(#terminal-4119164136-line-11)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;requirements&#160;specifiers</text><text class="terminal-4119164136-r2" x="854" y="288.4" textLength="12.2" clip-path="url(#terminal-4119164136-line-11)">
</text><text class="terminal-4119164136-r2" x="854" y="312.8" textLength="12.2" clip-path="url(#terminal-4119164136-line-12)">
</text><text class="terminal-4119164136-r1" x="0" y="337.2" textLength="85.4" clip-path="url(#terminal-4119164136-line-13)">options</text><text class="terminal-4119164136-r2" x="85.4" y="337.2" textLength="12.2" clip-path="url(#terminal-4119164136-line-13)">:</text><text class="terminal-4119164136-r2" x="854" y="337.2" textLength="12.2" clip-path="url(#terminal-4119164136-line-13)">
</text><text class="terminal-4119164136-r3" x="24.4" y="361.6" textLength="24.4" clip-path="url(#terminal-4119164136-line-14)">-h</text><text class="terminal-4119164136-r2" x="48.8" y="361.6" textLength="24.4" clip-path="url(#terminal-4119164136-line-14)">,&#160;</text><text class="terminal-4119164136-r3" x="73.2" y="361.6" textLength="73.2" clip-path="url(#terminal-4119164136-line-14)">--help</text><text class="terminal-4119164136-r2" x="146.4" y="361.6" textLength="610" clip-path="url(#terminal-4119164136-line-14)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;show&#160;this&#160;help&#160;message&#160;and&#160;exit</text><text class="terminal-4119164136-r2" x="854" y="361.6" textLength="12.2" clip-path="url(#terminal-4119164136-line-14)">
</text><text class="terminal-4119164136-r3" x="24.4" y="386" textLength="24.4" clip-path="url(#terminal-4119164136-line-15)">-s</text><text class="terminal-4119164136-r2" x="48.8" y="386" textLength="24.4" clip-path="url(#terminal-4119164136-line-15)">,&#160;</text><text class="terminal-4119164136-r3" x="73.2" y="386" textLength="97.6" clip-path="url(#terminal-4119164136-line-15)">--script</text><text class="terminal-4119164136-r4" x="170.8" y="386" textLength="109.8" clip-path="url(#terminal-4119164136-line-15)">&#160;&lt;script&gt;</text><text class="terminal-4119164136-r2" x="280.6" y="386" textLength="341.6" clip-path="url(#terminal-4119164136-line-15)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;remote&#160;script&#160;to&#160;run</text><text class="terminal-4119164136-r2" x="854" y="386" textLength="12.2" clip-path="url(#terminal-4119164136-line-15)">
</text><text class="terminal-4119164136-r3" x="24.4" y="410.4" textLength="24.4" clip-path="url(#terminal-4119164136-line-16)">-r</text><text class="terminal-4119164136-r2" x="48.8" y="410.4" textLength="24.4" clip-path="url(#terminal-4119164136-line-16)">,&#160;</text><text class="terminal-4119164136-r3" x="73.2" y="410.4" textLength="170.8" clip-path="url(#terminal-4119164136-line-16)">--requirements</text><text class="terminal-4119164136-r4" x="244" y="410.4" textLength="85.4" clip-path="url(#terminal-4119164136-line-16)">&#160;&lt;path&gt;</text><text class="terminal-4119164136-r2" x="329.4" y="410.4" textLength="402.6" clip-path="url(#terminal-4119164136-line-16)">&#160;&#160;&#160;&#160;path/to/requirements.txt&#160;file</text><text class="terminal-4119164136-r2" x="854" y="410.4" textLength="12.2" clip-path="url(#terminal-4119164136-line-16)">
</text><text class="terminal-4119164136-r3" x="24.4" y="434.8" textLength="24.4" clip-path="url(#terminal-4119164136-line-17)">-k</text><text class="terminal-4119164136-r2" x="48.8" y="434.8" textLength="24.4" clip-path="url(#terminal-4119164136-line-17)">,&#160;</text><text class="terminal-4119164136-r3" x="73.2" y="434.8" textLength="73.2" clip-path="url(#terminal-4119164136-line-17)">--keep</text><text class="terminal-4119164136-r2" x="146.4" y="434.8" textLength="475.8" clip-path="url(#terminal-4119164136-line-17)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;preserve&#160;environment</text><text class="terminal-4119164136-r2" x="854" y="434.8" textLength="12.2" clip-path="url(#terminal-4119164136-line-17)">
</text><text class="terminal-4119164136-r3" x="24.4" y="459.2" textLength="24.4" clip-path="url(#terminal-4119164136-line-18)">-b</text><text class="terminal-4119164136-r2" x="48.8" y="459.2" textLength="24.4" clip-path="url(#terminal-4119164136-line-18)">,&#160;</text><text class="terminal-4119164136-r3" x="73.2" y="459.2" textLength="61" clip-path="url(#terminal-4119164136-line-18)">--bin</text><text class="terminal-4119164136-r4" x="134.2" y="459.2" textLength="73.2" clip-path="url(#terminal-4119164136-line-18)">&#160;&lt;bin&gt;</text><text class="terminal-4119164136-r2" x="207.4" y="459.2" textLength="549" clip-path="url(#terminal-4119164136-line-18)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;console_script/script&#160;to&#160;invoke</text><text class="terminal-4119164136-r2" x="854" y="459.2" textLength="12.2" clip-path="url(#terminal-4119164136-line-18)">
</text>
</g>
</g>

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -19,14 +19,14 @@
font-weight: 700;
}
.terminal-783195567-matrix {
.terminal-3211173715-matrix {
font-family: Fira Code, monospace;
font-size: 20px;
line-height: 24.4px;
font-variant-east-asian: full-width;
}
.terminal-783195567-title {
.terminal-3211173715-title {
font-size: 18px;
font-weight: bold;
font-family: arial;
@ -36,109 +36,109 @@
-webkit-filter: drop-shadow( 2px 5px 2px rgba(0, 0, 0, .7));
filter: drop-shadow( 2px 5px 2px rgba(0, 0, 0, .7));
}
.terminal-783195567-r1 { fill: #94e2d5;font-weight: bold }
.terminal-783195567-r2 { fill: #c6d0f5 }
.terminal-783195567-r3 { fill: #f9e2af;font-weight: bold }
.terminal-783195567-r4 { fill: #f9e2af }
.terminal-3211173715-r1 { fill: #94e2d5;font-weight: bold }
.terminal-3211173715-r2 { fill: #c6d0f5 }
.terminal-3211173715-r3 { fill: #f9e2af;font-weight: bold }
.terminal-3211173715-r4 { fill: #f9e2af }
</style>
<defs>
<clipPath id="terminal-783195567-clip-terminal">
<clipPath id="terminal-3211173715-clip-terminal">
<rect x="0" y="0" width="853.0" height="511.4" />
</clipPath>
<clipPath id="terminal-783195567-line-0">
<clipPath id="terminal-3211173715-line-0">
<rect x="0" y="1.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-783195567-line-1">
<clipPath id="terminal-3211173715-line-1">
<rect x="0" y="25.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-783195567-line-2">
<clipPath id="terminal-3211173715-line-2">
<rect x="0" y="50.3" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-783195567-line-3">
<clipPath id="terminal-3211173715-line-3">
<rect x="0" y="74.7" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-783195567-line-4">
<clipPath id="terminal-3211173715-line-4">
<rect x="0" y="99.1" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-783195567-line-5">
<clipPath id="terminal-3211173715-line-5">
<rect x="0" y="123.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-783195567-line-6">
<clipPath id="terminal-3211173715-line-6">
<rect x="0" y="147.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-783195567-line-7">
<clipPath id="terminal-3211173715-line-7">
<rect x="0" y="172.3" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-783195567-line-8">
<clipPath id="terminal-3211173715-line-8">
<rect x="0" y="196.7" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-783195567-line-9">
<clipPath id="terminal-3211173715-line-9">
<rect x="0" y="221.1" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-783195567-line-10">
<clipPath id="terminal-3211173715-line-10">
<rect x="0" y="245.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-783195567-line-11">
<clipPath id="terminal-3211173715-line-11">
<rect x="0" y="269.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-783195567-line-12">
<clipPath id="terminal-3211173715-line-12">
<rect x="0" y="294.3" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-783195567-line-13">
<clipPath id="terminal-3211173715-line-13">
<rect x="0" y="318.7" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-783195567-line-14">
<clipPath id="terminal-3211173715-line-14">
<rect x="0" y="343.1" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-783195567-line-15">
<clipPath id="terminal-3211173715-line-15">
<rect x="0" y="367.5" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-783195567-line-16">
<clipPath id="terminal-3211173715-line-16">
<rect x="0" y="391.9" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-783195567-line-17">
<clipPath id="terminal-3211173715-line-17">
<rect x="0" y="416.3" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-783195567-line-18">
<clipPath id="terminal-3211173715-line-18">
<rect x="0" y="440.7" width="854" height="24.65"/>
</clipPath>
<clipPath id="terminal-783195567-line-19">
<clipPath id="terminal-3211173715-line-19">
<rect x="0" y="465.1" width="854" height="24.65"/>
</clipPath>
</defs>
<rect fill="#1e1e2e" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="10.1667" y="1" width="870" height="560.4" rx="8"/><text class="terminal-783195567-title" fill="#c6d0f5" text-anchor="middle" x="435" y="27">viv&#160;shim&#160;--help</text>
<rect fill="#1e1e2e" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="10.1667" y="1" width="870" height="560.4" rx="8"/><text class="terminal-3211173715-title" fill="#c6d0f5" text-anchor="middle" x="435" y="27">viv&#160;shim&#160;--help</text>
<g transform="translate(32,22)">
<circle cx="0" cy="0" r="7" fill="#ff5f57"/>
<circle cx="22" cy="0" r="7" fill="#febc2e"/>
<circle cx="44" cy="0" r="7" fill="#28c840"/>
</g>
<g transform="translate(18.166666666666664, 41) scale(.95)" clip-path="url(#terminal-783195567-clip-terminal)">
<g transform="translate(18.166666666666664, 41) scale(.95)" clip-path="url(#terminal-3211173715-clip-terminal)">
<g class="terminal-783195567-matrix">
<text class="terminal-783195567-r1" x="0" y="20" textLength="61" clip-path="url(#terminal-783195567-line-0)">usage</text><text class="terminal-783195567-r2" x="61" y="20" textLength="756.4" clip-path="url(#terminal-783195567-line-0)">:&#160;viv&#160;shim&#160;[-h]&#160;[-f]&#160;[-o&#160;&lt;path&gt;]&#160;[-p&#160;{abs,rel}]&#160;[-s]&#160;[-k]&#160;[-r&#160;</text><text class="terminal-783195567-r2" x="854" y="20" textLength="12.2" clip-path="url(#terminal-783195567-line-0)">
</text><text class="terminal-783195567-r2" x="0" y="44.4" textLength="353.8" clip-path="url(#terminal-783195567-line-1)">&lt;path&gt;]&#160;[-b&#160;&lt;bin&gt;]&#160;[reqs&#160;...]</text><text class="terminal-783195567-r2" x="854" y="44.4" textLength="12.2" clip-path="url(#terminal-783195567-line-1)">
</text><text class="terminal-783195567-r2" x="854" y="68.8" textLength="12.2" clip-path="url(#terminal-783195567-line-2)">
</text><text class="terminal-783195567-r2" x="0" y="93.2" textLength="353.8" clip-path="url(#terminal-783195567-line-3)">generate&#160;viv-powered&#160;cli&#160;apps</text><text class="terminal-783195567-r2" x="854" y="93.2" textLength="12.2" clip-path="url(#terminal-783195567-line-3)">
</text><text class="terminal-783195567-r2" x="854" y="117.6" textLength="12.2" clip-path="url(#terminal-783195567-line-4)">
</text><text class="terminal-783195567-r2" x="0" y="142" textLength="109.8" clip-path="url(#terminal-783195567-line-5)">examples:</text><text class="terminal-783195567-r2" x="854" y="142" textLength="12.2" clip-path="url(#terminal-783195567-line-5)">
</text><text class="terminal-783195567-r2" x="0" y="166.4" textLength="195.2" clip-path="url(#terminal-783195567-line-6)">&#160;&#160;viv&#160;shim&#160;black</text><text class="terminal-783195567-r2" x="854" y="166.4" textLength="12.2" clip-path="url(#terminal-783195567-line-6)">
</text><text class="terminal-783195567-r2" x="0" y="190.8" textLength="561.2" clip-path="url(#terminal-783195567-line-7)">&#160;&#160;viv&#160;shim&#160;yartsu&#160;-o&#160;~/bin/yartsu&#160;--standalone</text><text class="terminal-783195567-r2" x="854" y="190.8" textLength="12.2" clip-path="url(#terminal-783195567-line-7)">
</text><text class="terminal-783195567-r2" x="854" y="215.2" textLength="12.2" clip-path="url(#terminal-783195567-line-8)">
</text><text class="terminal-783195567-r1" x="0" y="239.6" textLength="244" clip-path="url(#terminal-783195567-line-9)">positional&#160;arguments</text><text class="terminal-783195567-r2" x="244" y="239.6" textLength="12.2" clip-path="url(#terminal-783195567-line-9)">:</text><text class="terminal-783195567-r2" x="854" y="239.6" textLength="12.2" clip-path="url(#terminal-783195567-line-9)">
</text><text class="terminal-783195567-r3" x="24.4" y="264" textLength="48.8" clip-path="url(#terminal-783195567-line-10)">reqs</text><text class="terminal-783195567-r2" x="73.2" y="264" textLength="585.6" clip-path="url(#terminal-783195567-line-10)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;requirements&#160;specifiers</text><text class="terminal-783195567-r2" x="854" y="264" textLength="12.2" clip-path="url(#terminal-783195567-line-10)">
</text><text class="terminal-783195567-r2" x="854" y="288.4" textLength="12.2" clip-path="url(#terminal-783195567-line-11)">
</text><text class="terminal-783195567-r1" x="0" y="312.8" textLength="85.4" clip-path="url(#terminal-783195567-line-12)">options</text><text class="terminal-783195567-r2" x="85.4" y="312.8" textLength="12.2" clip-path="url(#terminal-783195567-line-12)">:</text><text class="terminal-783195567-r2" x="854" y="312.8" textLength="12.2" clip-path="url(#terminal-783195567-line-12)">
</text><text class="terminal-783195567-r3" x="24.4" y="337.2" textLength="24.4" clip-path="url(#terminal-783195567-line-13)">-h</text><text class="terminal-783195567-r2" x="48.8" y="337.2" textLength="24.4" clip-path="url(#terminal-783195567-line-13)">,&#160;</text><text class="terminal-783195567-r3" x="73.2" y="337.2" textLength="73.2" clip-path="url(#terminal-783195567-line-13)">--help</text><text class="terminal-783195567-r2" x="146.4" y="337.2" textLength="610" clip-path="url(#terminal-783195567-line-13)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;show&#160;this&#160;help&#160;message&#160;and&#160;exit</text><text class="terminal-783195567-r2" x="854" y="337.2" textLength="12.2" clip-path="url(#terminal-783195567-line-13)">
</text><text class="terminal-783195567-r3" x="24.4" y="361.6" textLength="24.4" clip-path="url(#terminal-783195567-line-14)">-f</text><text class="terminal-783195567-r2" x="48.8" y="361.6" textLength="24.4" clip-path="url(#terminal-783195567-line-14)">,&#160;</text><text class="terminal-783195567-r3" x="73.2" y="361.6" textLength="97.6" clip-path="url(#terminal-783195567-line-14)">--freeze</text><text class="terminal-783195567-r2" x="170.8" y="361.6" textLength="585.6" clip-path="url(#terminal-783195567-line-14)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;freeze/resolve&#160;all&#160;dependencies</text><text class="terminal-783195567-r2" x="854" y="361.6" textLength="12.2" clip-path="url(#terminal-783195567-line-14)">
</text><text class="terminal-783195567-r3" x="24.4" y="386" textLength="24.4" clip-path="url(#terminal-783195567-line-15)">-o</text><text class="terminal-783195567-r2" x="48.8" y="386" textLength="24.4" clip-path="url(#terminal-783195567-line-15)">,&#160;</text><text class="terminal-783195567-r3" x="73.2" y="386" textLength="97.6" clip-path="url(#terminal-783195567-line-15)">--output</text><text class="terminal-783195567-r4" x="170.8" y="386" textLength="85.4" clip-path="url(#terminal-783195567-line-15)">&#160;&lt;path&gt;</text><text class="terminal-783195567-r2" x="256.2" y="386" textLength="353.8" clip-path="url(#terminal-783195567-line-15)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;path/to/output&#160;file</text><text class="terminal-783195567-r2" x="854" y="386" textLength="12.2" clip-path="url(#terminal-783195567-line-15)">
</text><text class="terminal-783195567-r3" x="24.4" y="410.4" textLength="24.4" clip-path="url(#terminal-783195567-line-16)">-p</text><text class="terminal-783195567-r2" x="48.8" y="410.4" textLength="24.4" clip-path="url(#terminal-783195567-line-16)">,&#160;</text><text class="terminal-783195567-r3" x="73.2" y="410.4" textLength="73.2" clip-path="url(#terminal-783195567-line-16)">--path</text><text class="terminal-783195567-r4" x="146.4" y="410.4" textLength="122" clip-path="url(#terminal-783195567-line-16)">&#160;{abs,rel}</text><text class="terminal-783195567-r2" x="268.4" y="410.4" textLength="549" clip-path="url(#terminal-783195567-line-16)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;generate&#160;line&#160;to&#160;add&#160;viv&#160;to&#160;sys.path</text><text class="terminal-783195567-r2" x="854" y="410.4" textLength="12.2" clip-path="url(#terminal-783195567-line-16)">
</text><text class="terminal-783195567-r3" x="24.4" y="434.8" textLength="24.4" clip-path="url(#terminal-783195567-line-17)">-s</text><text class="terminal-783195567-r2" x="48.8" y="434.8" textLength="24.4" clip-path="url(#terminal-783195567-line-17)">,&#160;</text><text class="terminal-783195567-r3" x="73.2" y="434.8" textLength="146.4" clip-path="url(#terminal-783195567-line-17)">--standalone</text><text class="terminal-783195567-r2" x="219.6" y="434.8" textLength="634.4" clip-path="url(#terminal-783195567-line-17)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;generate&#160;standalone&#160;activation&#160;function</text><text class="terminal-783195567-r2" x="854" y="434.8" textLength="12.2" clip-path="url(#terminal-783195567-line-17)">
</text><text class="terminal-783195567-r3" x="24.4" y="459.2" textLength="24.4" clip-path="url(#terminal-783195567-line-18)">-k</text><text class="terminal-783195567-r2" x="48.8" y="459.2" textLength="24.4" clip-path="url(#terminal-783195567-line-18)">,&#160;</text><text class="terminal-783195567-r3" x="73.2" y="459.2" textLength="73.2" clip-path="url(#terminal-783195567-line-18)">--keep</text><text class="terminal-783195567-r2" x="146.4" y="459.2" textLength="475.8" clip-path="url(#terminal-783195567-line-18)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;preserve&#160;environment</text><text class="terminal-783195567-r2" x="854" y="459.2" textLength="12.2" clip-path="url(#terminal-783195567-line-18)">
</text><text class="terminal-783195567-r3" x="24.4" y="483.6" textLength="24.4" clip-path="url(#terminal-783195567-line-19)">-r</text><text class="terminal-783195567-r2" x="48.8" y="483.6" textLength="24.4" clip-path="url(#terminal-783195567-line-19)">,&#160;</text><text class="terminal-783195567-r3" x="73.2" y="483.6" textLength="170.8" clip-path="url(#terminal-783195567-line-19)">--requirements</text><text class="terminal-783195567-r4" x="244" y="483.6" textLength="85.4" clip-path="url(#terminal-783195567-line-19)">&#160;&lt;path&gt;</text><text class="terminal-783195567-r2" x="329.4" y="483.6" textLength="402.6" clip-path="url(#terminal-783195567-line-19)">&#160;&#160;&#160;&#160;path/to/requirements.txt&#160;file</text><text class="terminal-783195567-r2" x="854" y="483.6" textLength="12.2" clip-path="url(#terminal-783195567-line-19)">
</text><text class="terminal-783195567-r3" x="24.4" y="508" textLength="24.4" clip-path="url(#terminal-783195567-line-20)">-b</text><text class="terminal-783195567-r2" x="48.8" y="508" textLength="24.4" clip-path="url(#terminal-783195567-line-20)">,&#160;</text><text class="terminal-783195567-r3" x="73.2" y="508" textLength="61" clip-path="url(#terminal-783195567-line-20)">--bin</text><text class="terminal-783195567-r4" x="134.2" y="508" textLength="73.2" clip-path="url(#terminal-783195567-line-20)">&#160;&lt;bin&gt;</text><text class="terminal-783195567-r2" x="207.4" y="508" textLength="549" clip-path="url(#terminal-783195567-line-20)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;console_script/script&#160;to&#160;invoke</text><text class="terminal-783195567-r2" x="854" y="508" textLength="12.2" clip-path="url(#terminal-783195567-line-20)">
<g class="terminal-3211173715-matrix">
<text class="terminal-3211173715-r1" x="0" y="20" textLength="61" clip-path="url(#terminal-3211173715-line-0)">usage</text><text class="terminal-3211173715-r2" x="61" y="20" textLength="793" clip-path="url(#terminal-3211173715-line-0)">:&#160;viv&#160;shim&#160;[-h]&#160;[-f]&#160;[-o&#160;&lt;path&gt;]&#160;[-p&#160;{abs,rel}]&#160;[-s]&#160;[-r&#160;&lt;path&gt;]&#160;</text><text class="terminal-3211173715-r2" x="854" y="20" textLength="12.2" clip-path="url(#terminal-3211173715-line-0)">
</text><text class="terminal-3211173715-r2" x="0" y="44.4" textLength="317.2" clip-path="url(#terminal-3211173715-line-1)">[-b&#160;&lt;bin&gt;]&#160;[-y]&#160;[reqs&#160;...]</text><text class="terminal-3211173715-r2" x="854" y="44.4" textLength="12.2" clip-path="url(#terminal-3211173715-line-1)">
</text><text class="terminal-3211173715-r2" x="854" y="68.8" textLength="12.2" clip-path="url(#terminal-3211173715-line-2)">
</text><text class="terminal-3211173715-r2" x="0" y="93.2" textLength="353.8" clip-path="url(#terminal-3211173715-line-3)">generate&#160;viv-powered&#160;cli&#160;apps</text><text class="terminal-3211173715-r2" x="854" y="93.2" textLength="12.2" clip-path="url(#terminal-3211173715-line-3)">
</text><text class="terminal-3211173715-r2" x="854" y="117.6" textLength="12.2" clip-path="url(#terminal-3211173715-line-4)">
</text><text class="terminal-3211173715-r2" x="0" y="142" textLength="109.8" clip-path="url(#terminal-3211173715-line-5)">examples:</text><text class="terminal-3211173715-r2" x="854" y="142" textLength="12.2" clip-path="url(#terminal-3211173715-line-5)">
</text><text class="terminal-3211173715-r2" x="0" y="166.4" textLength="195.2" clip-path="url(#terminal-3211173715-line-6)">&#160;&#160;viv&#160;shim&#160;black</text><text class="terminal-3211173715-r2" x="854" y="166.4" textLength="12.2" clip-path="url(#terminal-3211173715-line-6)">
</text><text class="terminal-3211173715-r2" x="0" y="190.8" textLength="561.2" clip-path="url(#terminal-3211173715-line-7)">&#160;&#160;viv&#160;shim&#160;yartsu&#160;-o&#160;~/bin/yartsu&#160;--standalone</text><text class="terminal-3211173715-r2" x="854" y="190.8" textLength="12.2" clip-path="url(#terminal-3211173715-line-7)">
</text><text class="terminal-3211173715-r2" x="854" y="215.2" textLength="12.2" clip-path="url(#terminal-3211173715-line-8)">
</text><text class="terminal-3211173715-r1" x="0" y="239.6" textLength="244" clip-path="url(#terminal-3211173715-line-9)">positional&#160;arguments</text><text class="terminal-3211173715-r2" x="244" y="239.6" textLength="12.2" clip-path="url(#terminal-3211173715-line-9)">:</text><text class="terminal-3211173715-r2" x="854" y="239.6" textLength="12.2" clip-path="url(#terminal-3211173715-line-9)">
</text><text class="terminal-3211173715-r3" x="24.4" y="264" textLength="48.8" clip-path="url(#terminal-3211173715-line-10)">reqs</text><text class="terminal-3211173715-r2" x="73.2" y="264" textLength="585.6" clip-path="url(#terminal-3211173715-line-10)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;requirements&#160;specifiers</text><text class="terminal-3211173715-r2" x="854" y="264" textLength="12.2" clip-path="url(#terminal-3211173715-line-10)">
</text><text class="terminal-3211173715-r2" x="854" y="288.4" textLength="12.2" clip-path="url(#terminal-3211173715-line-11)">
</text><text class="terminal-3211173715-r1" x="0" y="312.8" textLength="85.4" clip-path="url(#terminal-3211173715-line-12)">options</text><text class="terminal-3211173715-r2" x="85.4" y="312.8" textLength="12.2" clip-path="url(#terminal-3211173715-line-12)">:</text><text class="terminal-3211173715-r2" x="854" y="312.8" textLength="12.2" clip-path="url(#terminal-3211173715-line-12)">
</text><text class="terminal-3211173715-r3" x="24.4" y="337.2" textLength="24.4" clip-path="url(#terminal-3211173715-line-13)">-h</text><text class="terminal-3211173715-r2" x="48.8" y="337.2" textLength="24.4" clip-path="url(#terminal-3211173715-line-13)">,&#160;</text><text class="terminal-3211173715-r3" x="73.2" y="337.2" textLength="73.2" clip-path="url(#terminal-3211173715-line-13)">--help</text><text class="terminal-3211173715-r2" x="146.4" y="337.2" textLength="610" clip-path="url(#terminal-3211173715-line-13)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;show&#160;this&#160;help&#160;message&#160;and&#160;exit</text><text class="terminal-3211173715-r2" x="854" y="337.2" textLength="12.2" clip-path="url(#terminal-3211173715-line-13)">
</text><text class="terminal-3211173715-r3" x="24.4" y="361.6" textLength="24.4" clip-path="url(#terminal-3211173715-line-14)">-f</text><text class="terminal-3211173715-r2" x="48.8" y="361.6" textLength="24.4" clip-path="url(#terminal-3211173715-line-14)">,&#160;</text><text class="terminal-3211173715-r3" x="73.2" y="361.6" textLength="97.6" clip-path="url(#terminal-3211173715-line-14)">--freeze</text><text class="terminal-3211173715-r2" x="170.8" y="361.6" textLength="585.6" clip-path="url(#terminal-3211173715-line-14)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;freeze/resolve&#160;all&#160;dependencies</text><text class="terminal-3211173715-r2" x="854" y="361.6" textLength="12.2" clip-path="url(#terminal-3211173715-line-14)">
</text><text class="terminal-3211173715-r3" x="24.4" y="386" textLength="24.4" clip-path="url(#terminal-3211173715-line-15)">-o</text><text class="terminal-3211173715-r2" x="48.8" y="386" textLength="24.4" clip-path="url(#terminal-3211173715-line-15)">,&#160;</text><text class="terminal-3211173715-r3" x="73.2" y="386" textLength="97.6" clip-path="url(#terminal-3211173715-line-15)">--output</text><text class="terminal-3211173715-r4" x="170.8" y="386" textLength="85.4" clip-path="url(#terminal-3211173715-line-15)">&#160;&lt;path&gt;</text><text class="terminal-3211173715-r2" x="256.2" y="386" textLength="353.8" clip-path="url(#terminal-3211173715-line-15)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;path/to/output&#160;file</text><text class="terminal-3211173715-r2" x="854" y="386" textLength="12.2" clip-path="url(#terminal-3211173715-line-15)">
</text><text class="terminal-3211173715-r3" x="24.4" y="410.4" textLength="24.4" clip-path="url(#terminal-3211173715-line-16)">-p</text><text class="terminal-3211173715-r2" x="48.8" y="410.4" textLength="24.4" clip-path="url(#terminal-3211173715-line-16)">,&#160;</text><text class="terminal-3211173715-r3" x="73.2" y="410.4" textLength="73.2" clip-path="url(#terminal-3211173715-line-16)">--path</text><text class="terminal-3211173715-r4" x="146.4" y="410.4" textLength="122" clip-path="url(#terminal-3211173715-line-16)">&#160;{abs,rel}</text><text class="terminal-3211173715-r2" x="268.4" y="410.4" textLength="549" clip-path="url(#terminal-3211173715-line-16)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;generate&#160;line&#160;to&#160;add&#160;viv&#160;to&#160;sys.path</text><text class="terminal-3211173715-r2" x="854" y="410.4" textLength="12.2" clip-path="url(#terminal-3211173715-line-16)">
</text><text class="terminal-3211173715-r3" x="24.4" y="434.8" textLength="24.4" clip-path="url(#terminal-3211173715-line-17)">-s</text><text class="terminal-3211173715-r2" x="48.8" y="434.8" textLength="24.4" clip-path="url(#terminal-3211173715-line-17)">,&#160;</text><text class="terminal-3211173715-r3" x="73.2" y="434.8" textLength="146.4" clip-path="url(#terminal-3211173715-line-17)">--standalone</text><text class="terminal-3211173715-r2" x="219.6" y="434.8" textLength="634.4" clip-path="url(#terminal-3211173715-line-17)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;generate&#160;standalone&#160;activation&#160;function</text><text class="terminal-3211173715-r2" x="854" y="434.8" textLength="12.2" clip-path="url(#terminal-3211173715-line-17)">
</text><text class="terminal-3211173715-r3" x="24.4" y="459.2" textLength="24.4" clip-path="url(#terminal-3211173715-line-18)">-r</text><text class="terminal-3211173715-r2" x="48.8" y="459.2" textLength="24.4" clip-path="url(#terminal-3211173715-line-18)">,&#160;</text><text class="terminal-3211173715-r3" x="73.2" y="459.2" textLength="170.8" clip-path="url(#terminal-3211173715-line-18)">--requirements</text><text class="terminal-3211173715-r4" x="244" y="459.2" textLength="85.4" clip-path="url(#terminal-3211173715-line-18)">&#160;&lt;path&gt;</text><text class="terminal-3211173715-r2" x="329.4" y="459.2" textLength="402.6" clip-path="url(#terminal-3211173715-line-18)">&#160;&#160;&#160;&#160;path/to/requirements.txt&#160;file</text><text class="terminal-3211173715-r2" x="854" y="459.2" textLength="12.2" clip-path="url(#terminal-3211173715-line-18)">
</text><text class="terminal-3211173715-r3" x="24.4" y="483.6" textLength="24.4" clip-path="url(#terminal-3211173715-line-19)">-b</text><text class="terminal-3211173715-r2" x="48.8" y="483.6" textLength="24.4" clip-path="url(#terminal-3211173715-line-19)">,&#160;</text><text class="terminal-3211173715-r3" x="73.2" y="483.6" textLength="61" clip-path="url(#terminal-3211173715-line-19)">--bin</text><text class="terminal-3211173715-r4" x="134.2" y="483.6" textLength="73.2" clip-path="url(#terminal-3211173715-line-19)">&#160;&lt;bin&gt;</text><text class="terminal-3211173715-r2" x="207.4" y="483.6" textLength="549" clip-path="url(#terminal-3211173715-line-19)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;console_script/script&#160;to&#160;invoke</text><text class="terminal-3211173715-r2" x="854" y="483.6" textLength="12.2" clip-path="url(#terminal-3211173715-line-19)">
</text><text class="terminal-3211173715-r3" x="24.4" y="508" textLength="24.4" clip-path="url(#terminal-3211173715-line-20)">-y</text><text class="terminal-3211173715-r2" x="48.8" y="508" textLength="24.4" clip-path="url(#terminal-3211173715-line-20)">,&#160;</text><text class="terminal-3211173715-r3" x="73.2" y="508" textLength="61" clip-path="url(#terminal-3211173715-line-20)">--yes</text><text class="terminal-3211173715-r2" x="134.2" y="508" textLength="561.2" clip-path="url(#terminal-3211173715-line-20)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;respond&#160;yes&#160;to&#160;all&#160;prompts</text><text class="terminal-3211173715-r2" x="854" y="508" textLength="12.2" clip-path="url(#terminal-3211173715-line-20)">
</text>
</g>
</g>

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

2
scripts/generate-svgs.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
from pathlib import Path
from subprocess import run
from textwrap import dedent