docs: update svgs
130
docs/index.md
|
@ -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)
|
||||
```
|
|
@ -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 exe --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 exe --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)">: viv exe [-h] vivenv 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 binary/script in existing 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)">    viv exe <vivenv> pip -- 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)">    viv exe <vivenv> python -- 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 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)">        name/hash of 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)">           command to to 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)">, </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)">    show this help message and 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)">: viv exe [-h] vivenv 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 binary/script in existing 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)">    viv exe <vivenv> python -- 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)">    viv exe <vivenv> python -- -m 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 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)">        name/hash of 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)">           command to to 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)">, </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)">    show this help message and 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 |
|
@ -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 exe pip --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 exe pip --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)">: viv exe [-h] vivenv 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 binary/script in existing 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)">    viv exe <vivenv> pip -- 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)">    viv exe <vivenv> python -- 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 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)">        name/hash of 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)">           command to to 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)">, </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)">    show this help message and 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)">: viv exe [-h] vivenv 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 binary/script in existing 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)">    viv exe <vivenv> python -- 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)">    viv exe <vivenv> python -- -m 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 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)">        name/hash of 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)">           command to to 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)">, </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)">    show this help message and 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 |
|
@ -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 exe python --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 exe python --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)">: viv exe [-h] vivenv 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 binary/script in existing 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)">    viv exe <vivenv> pip -- 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)">    viv exe <vivenv> python -- 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 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)">        name/hash of 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)">           command to to 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)">, </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)">    show this help message and 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)">: viv exe [-h] vivenv 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 binary/script in existing 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)">    viv exe <vivenv> python -- 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)">    viv exe <vivenv> python -- -m 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 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)">        name/hash of 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)">           command to to 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)">, </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)">    show this help message and 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 |
|
@ -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 freeze --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 freeze --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)">: viv freeze [-h] [-p {abs,rel}] [-s] [-k] [-r <path>] [reqs ...]</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 import statement from package 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 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)">                         requirements 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)">, </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)">                   show this help message and 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)">, </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)"> {abs,rel}</text><text class="terminal-3188460144-r2" x="268.4" y="239.6" textLength="549" clip-path="url(#terminal-3188460144-line-9)">         generate line to add viv to 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)">, </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)">             generate standalone activation 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)">, </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)">                   preserve 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)">, </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)"> <path></text><text class="terminal-3188460144-r2" x="329.4" y="312.8" textLength="402.6" clip-path="url(#terminal-3188460144-line-12)">    path/to/requirements.txt 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)">: viv freeze [-h] [-p {abs,rel}] [-s] [-r <path>] [-k] [reqs ...]</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 import statement from package 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 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)">                         requirements 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)">, </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)">                   show this help message and 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)">, </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)"> {abs,rel}</text><text class="terminal-1818495600-r2" x="268.4" y="239.6" textLength="549" clip-path="url(#terminal-1818495600-line-9)">         generate line to add viv to 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)">, </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)">             generate standalone activation 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)">, </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)"> <path></text><text class="terminal-1818495600-r2" x="329.4" y="288.4" textLength="402.6" clip-path="url(#terminal-1818495600-line-11)">    path/to/requirements.txt 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)">, </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)">                   preserve 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 |
|
@ -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  --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  --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)">: viv [-h] [-V] <sub-cmd> ...</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'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 create/activate a 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)">- from command line: `</text><text class="terminal-2508285730-r4" x="268.4" y="117.6" textLength="73.2" clip-path="url(#terminal-2508285730-line-4)">viv -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)">- within python script: </text><text class="terminal-2508285730-r4" x="292.8" y="142" textLength="536.8" clip-path="url(#terminal-2508285730-line-5)">__import__("viv").use("typer", "rich-click")</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)">, </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)">       show this help message and 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)">, </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)">    show program's version number and 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)"><sub-cmd></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 (l)</text><text class="terminal-2508285730-r2" x="146.4" y="337.2" textLength="280.6" clip-path="url(#terminal-2508285730-line-13)">       list all 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 (s)</text><text class="terminal-2508285730-r2" x="146.4" y="361.6" textLength="439.2" clip-path="url(#terminal-2508285730-line-14)">       generate viv-powered cli 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 (r)</text><text class="terminal-2508285730-r2" x="134.2" y="386" textLength="500.2" clip-path="url(#terminal-2508285730-line-15)">        run an app with an on-demand 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 (e)</text><text class="terminal-2508285730-r2" x="134.2" y="410.4" textLength="536.8" clip-path="url(#terminal-2508285730-line-16)">        run binary/script in existing 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 (rm)</text><text class="terminal-2508285730-r2" x="183" y="434.8" textLength="231.8" clip-path="url(#terminal-2508285730-line-17)">    remove a 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 (f)</text><text class="terminal-2508285730-r2" x="170.8" y="459.2" textLength="561.2" clip-path="url(#terminal-2508285730-line-18)">     create import statement from package 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 (i)</text><text class="terminal-2508285730-r2" x="146.4" y="483.6" textLength="414.8" clip-path="url(#terminal-2508285730-line-19)">       get metadata about a 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 (m)</text><text class="terminal-2508285730-r2" x="170.8" y="508" textLength="268.4" clip-path="url(#terminal-2508285730-line-20)">     manage viv 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)">: viv [-h] [-V] <sub-cmd> ...</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'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 line: `</text><text class="terminal-3710210027-r4" x="183" y="93.2" textLength="122" clip-path="url(#terminal-3710210027-line-3)">viv --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 api: </text><text class="terminal-3710210027-r4" x="146.4" y="117.6" textLength="536.8" clip-path="url(#terminal-3710210027-line-4)">__import__("viv").use("typer", "rich-click")</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)">, </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)">       show this help message and 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)">, </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)">    show program's version number and 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)"><sub-cmd></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 (l)</text><text class="terminal-3710210027-r2" x="146.4" y="312.8" textLength="280.6" clip-path="url(#terminal-3710210027-line-12)">       list all 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 (s)</text><text class="terminal-3710210027-r2" x="146.4" y="337.2" textLength="439.2" clip-path="url(#terminal-3710210027-line-13)">       generate viv-powered cli 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 (r)</text><text class="terminal-3710210027-r2" x="134.2" y="361.6" textLength="585.6" clip-path="url(#terminal-3710210027-line-14)">        run an app/script with an on-demand 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 (e)</text><text class="terminal-3710210027-r2" x="134.2" y="386" textLength="536.8" clip-path="url(#terminal-3710210027-line-15)">        run binary/script in existing 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 (rm)</text><text class="terminal-3710210027-r2" x="183" y="410.4" textLength="231.8" clip-path="url(#terminal-3710210027-line-16)">    remove a 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 (f)</text><text class="terminal-3710210027-r2" x="170.8" y="434.8" textLength="561.2" clip-path="url(#terminal-3710210027-line-17)">     create import statement from package 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 (i)</text><text class="terminal-3710210027-r2" x="146.4" y="459.2" textLength="414.8" clip-path="url(#terminal-3710210027-line-18)">       get metadata about a 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 (m)</text><text class="terminal-3710210027-r2" x="170.8" y="483.6" textLength="268.4" clip-path="url(#terminal-3710210027-line-19)">     manage viv 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 |
|
@ -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 manage install --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 manage install --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)">: viv manage install [-h] [-r <ref>] [-s <src>] [-c <cli>]</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)">, </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)">         show this help message and 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)">, </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)"> <ref></text><text class="terminal-201533399-r2" x="207.4" y="117.6" textLength="451.4" clip-path="url(#terminal-201533399-line-4)">    git reference (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)">, </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)"> <src></text><text class="terminal-201533399-r2" x="207.4" y="142" textLength="280.6" clip-path="url(#terminal-201533399-line-5)">    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)">, </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)"> <cli></text><text class="terminal-201533399-r2" x="207.4" y="166.4" textLength="390.4" clip-path="url(#terminal-201533399-line-6)">    path/to/cli (symlink to 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)">: viv manage install [-h] [-r <ref>] [-s <src>] [-c <cli>] [-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)">, </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)">         show this help message and 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)">, </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)"> <ref></text><text class="terminal-3566109819-r2" x="207.4" y="117.6" textLength="451.4" clip-path="url(#terminal-3566109819-line-4)">    git reference (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)">, </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)"> <src></text><text class="terminal-3566109819-r2" x="207.4" y="142" textLength="280.6" clip-path="url(#terminal-3566109819-line-5)">    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)">, </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)"> <cli></text><text class="terminal-3566109819-r2" x="207.4" y="166.4" textLength="390.4" clip-path="url(#terminal-3566109819-line-6)">    path/to/cli (symlink to 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)">, </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)">          respond yes to all 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 |
|
@ -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 manage purge --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 manage purge --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)">: viv manage purge [-h] [-r <ref>] [-s <src>] [-c <cli>]</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)">, </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)">         show this help message and 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)">, </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)"> <ref></text><text class="terminal-1044063791-r2" x="207.4" y="117.6" textLength="451.4" clip-path="url(#terminal-1044063791-line-4)">    git reference (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)">, </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)"> <src></text><text class="terminal-1044063791-r2" x="207.4" y="142" textLength="280.6" clip-path="url(#terminal-1044063791-line-5)">    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)">, </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)"> <cli></text><text class="terminal-1044063791-r2" x="207.4" y="166.4" textLength="390.4" clip-path="url(#terminal-1044063791-line-6)">    path/to/cli (symlink to 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)">: viv manage purge [-h] [-r <ref>] [-s <src>] [-c <cli>] [-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)">, </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)">         show this help message and 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)">, </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)"> <ref></text><text class="terminal-1523286739-r2" x="207.4" y="117.6" textLength="451.4" clip-path="url(#terminal-1523286739-line-4)">    git reference (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)">, </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)"> <src></text><text class="terminal-1523286739-r2" x="207.4" y="142" textLength="280.6" clip-path="url(#terminal-1523286739-line-5)">    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)">, </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)"> <cli></text><text class="terminal-1523286739-r2" x="207.4" y="166.4" textLength="390.4" clip-path="url(#terminal-1523286739-line-6)">    path/to/cli (symlink to 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)">, </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)">          respond yes to all 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 |
|
@ -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 manage update --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 manage update --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)">: viv manage update [-h] [-r <ref>] [-s <src>] [-c <cli>]</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)">, </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)">         show this help message and 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)">, </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)"> <ref></text><text class="terminal-3845269231-r2" x="207.4" y="117.6" textLength="451.4" clip-path="url(#terminal-3845269231-line-4)">    git reference (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)">, </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)"> <src></text><text class="terminal-3845269231-r2" x="207.4" y="142" textLength="280.6" clip-path="url(#terminal-3845269231-line-5)">    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)">, </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)"> <cli></text><text class="terminal-3845269231-r2" x="207.4" y="166.4" textLength="390.4" clip-path="url(#terminal-3845269231-line-6)">    path/to/cli (symlink to 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)">: viv manage update [-h] [-r <ref>] [-s <src>] [-c <cli>] [-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)">, </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)">         show this help message and 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)">, </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)"> <ref></text><text class="terminal-3428156307-r2" x="207.4" y="117.6" textLength="451.4" clip-path="url(#terminal-3428156307-line-4)">    git reference (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)">, </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)"> <src></text><text class="terminal-3428156307-r2" x="207.4" y="142" textLength="280.6" clip-path="url(#terminal-3428156307-line-5)">    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)">, </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)"> <cli></text><text class="terminal-3428156307-r2" x="207.4" y="166.4" textLength="390.4" clip-path="url(#terminal-3428156307-line-6)">    path/to/cli (symlink to 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)">, </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)">          respond yes to all 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 |
|
@ -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 run --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 run --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)">: viv run [-h] [-k] [-r <path>] [-b <bin>] [reqs ...]</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 an app with an on-demand 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)">  viv r pycowsay -- "viv isn't venv\!"</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)">  viv r rich -b python -- -m 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 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)">                         requirements 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)">, </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)">                   show this help message and 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)">, </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)">                   preserve 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)">, </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)"> <path></text><text class="terminal-2316294325-r2" x="329.4" y="361.6" textLength="402.6" clip-path="url(#terminal-2316294325-line-14)">    path/to/requirements.txt 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)">, </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)"> <bin></text><text class="terminal-2316294325-r2" x="207.4" y="386" textLength="549" clip-path="url(#terminal-2316294325-line-15)">              console_script/script to 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)">: viv run [-h] [-s <script>] [-r <path>] [-k] [-b <bin>] [reqs </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 an app/script with an on-demand 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)">  viv r pycowsay -- "viv isn't venv\!"</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)">  viv r rich -b python -- -m 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)">  viv r -s <remote python script></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 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)">                         requirements 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)">, </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)">                   show this help message and 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)">, </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)"> <script></text><text class="terminal-4119164136-r2" x="280.6" y="386" textLength="341.6" clip-path="url(#terminal-4119164136-line-15)">        remote script to 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)">, </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)"> <path></text><text class="terminal-4119164136-r2" x="329.4" y="410.4" textLength="402.6" clip-path="url(#terminal-4119164136-line-16)">    path/to/requirements.txt 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)">, </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)">                   preserve 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)">, </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)"> <bin></text><text class="terminal-4119164136-r2" x="207.4" y="459.2" textLength="549" clip-path="url(#terminal-4119164136-line-18)">              console_script/script to 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 |
|
@ -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 shim --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 shim --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)">: viv shim [-h] [-f] [-o <path>] [-p {abs,rel}] [-s] [-k] [-r </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)"><path>] [-b <bin>] [reqs ...]</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 viv-powered cli 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)">  viv shim 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)">  viv shim yartsu -o ~/bin/yartsu --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 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)">                         requirements 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)">, </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)">                   show this help message and 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)">, </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)">                 freeze/resolve all 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)">, </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)"> <path></text><text class="terminal-783195567-r2" x="256.2" y="386" textLength="353.8" clip-path="url(#terminal-783195567-line-15)">          path/to/output 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)">, </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)"> {abs,rel}</text><text class="terminal-783195567-r2" x="268.4" y="410.4" textLength="549" clip-path="url(#terminal-783195567-line-16)">         generate line to add viv to 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)">, </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)">             generate standalone activation 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)">, </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)">                   preserve 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)">, </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)"> <path></text><text class="terminal-783195567-r2" x="329.4" y="483.6" textLength="402.6" clip-path="url(#terminal-783195567-line-19)">    path/to/requirements.txt 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)">, </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)"> <bin></text><text class="terminal-783195567-r2" x="207.4" y="508" textLength="549" clip-path="url(#terminal-783195567-line-20)">              console_script/script to 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)">: viv shim [-h] [-f] [-o <path>] [-p {abs,rel}] [-s] [-r <path>] </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 <bin>] [-y] [reqs ...]</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 viv-powered cli 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)">  viv shim 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)">  viv shim yartsu -o ~/bin/yartsu --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 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)">                         requirements 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)">, </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)">                   show this help message and 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)">, </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)">                 freeze/resolve all 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)">, </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)"> <path></text><text class="terminal-3211173715-r2" x="256.2" y="386" textLength="353.8" clip-path="url(#terminal-3211173715-line-15)">          path/to/output 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)">, </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)"> {abs,rel}</text><text class="terminal-3211173715-r2" x="268.4" y="410.4" textLength="549" clip-path="url(#terminal-3211173715-line-16)">         generate line to add viv to 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)">, </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)">             generate standalone activation 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)">, </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)"> <path></text><text class="terminal-3211173715-r2" x="329.4" y="459.2" textLength="402.6" clip-path="url(#terminal-3211173715-line-18)">    path/to/requirements.txt 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)">, </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)"> <bin></text><text class="terminal-3211173715-r2" x="207.4" y="483.6" textLength="549" clip-path="url(#terminal-3211173715-line-19)">              console_script/script to 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)">, </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)">                    respond yes to all 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
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from pathlib import Path
|
||||
from subprocess import run
|
||||
from textwrap import dedent
|
||||
|
|