Files
TwinVine/README.md
T

43 lines
1.5 KiB
Markdown
Raw Normal View History

2025-08-24 14:33:48 +01:00
**TwinVine**
2025-08-24 15:26:26 +01:00
![TwinVine GUI](https://github.com/vinefeeder/TwinVine/blob/main/images/vinefeederA.png)
2025-08-24 14:33:48 +01:00
2025-08-24 14:47:44 +01:00
TwinVine is the home of TWO packages [Vinefeeder](https://github.com/vinefeeder/TwinVine/blob/main/packages/vinefeeder/src/vinefeeder/README.md)
and [Envied](https://github.com/vinefeeder/TwinVine/blob/main/packages/envied/README.md)
2025-08-24 14:33:48 +01:00
TwinVine is the easy way to handle your download tasks.
When you have an exact program url - just use envied as a command line call.
When you only have the program name - just start with a search in vinefeeder.
2025-08-24 14:37:01 +01:00
**usage**
2025-08-24 14:42:25 +01:00
```
2025-08-24 14:41:39 +01:00
uv run envied dl itv (program url)
2025-08-24 14:38:01 +01:00
2025-08-24 14:40:32 +01:00
uv run vinfeeder - to open the interactive GUI for search etc
2025-08-24 14:42:25 +01:00
```
2025-08-24 14:37:01 +01:00
**Installation**
2025-08-24 14:33:48 +01:00
2025-08-24 14:39:26 +01:00
Uv is the package manager and loads both VineFeeder and Envied together. Envied runs independenly or may be called by Vinefeeder.
2025-08-24 14:33:48 +01:00
This installs the latest version directly from the GitHub repository:
```shell
git clone https://github.com/vinefeeder/TwinVine.git
cd TwinVine
uv clean
uv.lock
uv sync
uv run vinefeeder --help or
uv run envied --help
```
2025-08-24 13:55:40 +01:00
Images
2025-08-24 14:13:05 +01:00
![TwinVine GUI](https://github.com/vinefeeder/TwinVine/blob/main/images/vinefeeder1.png)
2025-08-24 14:16:11 +01:00
![TwinVine GUI](https://github.com/vinefeeder/TwinVine/blob/main/images/vinefeeder2.png)
![TwinVine GUI](https://github.com/vinefeeder/TwinVine/blob/main/images/vinefeeder4.png)
![TwinVine GUI](https://github.com/vinefeeder/TwinVine/blob/main/images/vinefeeder5.png)
![TwinVine GUI](https://github.com/vinefeeder/TwinVine/blob/main/images/vinefeeder6.png)
2025-08-24 14:49:23 +01:00
2025-08-24 14:00:42 +01:00
2025-08-24 14:13:05 +01:00