From 738f6267fc2f6c2279cc7da33524f61957543656 Mon Sep 17 00:00:00 2001 From: VineFeeder Date: Sun, 24 Aug 2025 14:33:48 +0100 Subject: [PATCH] initial commit --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 8f13b9e..bbd5077 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,29 @@ +**TwinVine** + +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. + +###usage +uv run envied dl itv dl https://www.itv.com/watch/the-fortune-hotel/10a5106/ +uv run vinfeeder - to open the interactive GUI + +###Installation* + +Uv is the package manager and loads both VineFeeder and Envied together. Each program may be called. + +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 +``` + Images ![TwinVine GUI](https://github.com/vinefeeder/TwinVine/blob/main/images/vinefeeder1.png) ![TwinVine GUI](https://github.com/vinefeeder/TwinVine/blob/main/images/vinefeeder2.png)