AiursoftWeb / DotDownload

Mirror of https://gitlab.aiursoft.cn/aiursoft/dotdownload

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aiursoft DotDownload

MIT licensed Pipeline stat Test Coverage NuGet version (Aiursoft.DotDownload) ManHours

This project helps you download a file with multiple threads.

Install

Requirements:

  1. .NET 7 SDK

Run the following command to install this tool:

dotnet tool install --global Aiursoft.DotDownload

Usage

After getting the binary, run it directly in the terminal.

$ dot-download https://anduins-site.aiur.site/winner.mp4

That's it! The file will be downloaded to the current directory.

Run locally

Requirements about how to run

  1. .NET 7 SDK
  2. Execute dotnet run to run the app

Run in Microsoft Visual Studio

  1. Open the .sln file in the project path.
  2. Press F5.

How to contribute

There are many ways to contribute to the project: logging bugs, submitting pull requests, reporting issues, and creating suggestions.

Even if you with push rights on the repository, you should create a personal fork and create feature branches there when you need them. This keeps the main repository clean and your workflow cruft out of sight.

We're also interested in your feedback on the future of this project. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly.

About

Mirror of https://gitlab.aiursoft.cn/aiursoft/dotdownload

License:MIT License


Languages

Language:C# 100.0%