Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aiursoftweb/dotdownload
Mirror of https://gitlab.aiursoft.cn/aiursoft/dotdownload
https://github.com/aiursoftweb/dotdownload
Last synced: 5 days ago
JSON representation
Mirror of https://gitlab.aiursoft.cn/aiursoft/dotdownload
- Host: GitHub
- URL: https://github.com/aiursoftweb/dotdownload
- Owner: AiursoftWeb
- License: other
- Created: 2023-09-14T06:53:49.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-13T07:00:42.000Z (2 months ago)
- Last Synced: 2024-09-13T18:54:41.733Z (2 months ago)
- Language: C#
- Size: 148 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aiursoft DotDownload
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitlab.aiursoft.cn/anduin/DotDownload/-/blob/master/LICENSE)
[![Pipeline stat](https://gitlab.aiursoft.cn/Aiursoft/DotDownload/badges/master/pipeline.svg)](https://gitlab.aiursoft.cn/Aiursoft/DotDownload/-/pipelines)
[![Test Coverage](https://gitlab.aiursoft.cn/Aiursoft/DotDownload/badges/master/coverage.svg)](https://gitlab.aiursoft.cn/Aiursoft/DotDownload/-/pipelines)
[![NuGet version (Aiursoft.DotDownload)](https://img.shields.io/nuget/v/Aiursoft.DotDownload.svg)](https://www.nuget.org/packages/Aiursoft.DotDownload/)
[![ManHours](https://manhours.aiursoft.cn/r/gitlab.aiursoft.cn/aiursoft/dotdownload.svg)](https://gitlab.aiursoft.cn/aiursoft/dotdownload/-/commits/master?ref_type=heads)This project helps you download a file with multiple threads.
## Install
Requirements:
1. [.NET 8 SDK](http://dot.net/)
Run the following command to install this tool:
```bash
dotnet tool install --global Aiursoft.DotDownload
```## Usage
After getting the binary, run it directly in the terminal.
```bash
$ 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 8 SDK](http://dot.net/)
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.