warpdl

command module
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2024 License: MIT Imports: 17 Imported by: 0

README


Logo

WarpDL

A powerful and versatile cross-platform download manager.

Report Bug . Request Feature

CI Release Downloads Contributors Issues License

Table Of Contents

About The Project

Screen Shot

Warp is a powerful and versatile cross-platform download manager. With its advanced technology, Warp has the ability to accelerate your download speeds by up to 10 times, revolutionizing the way you obtain files on any operating system.

Getting Started

Although WarpDL can be installed using various package managers, but you can also build it manually.

Prerequisites

You will need the following things for building warpdl binary:

  • This Repository - clone it using the following command: git clone https://github.com/warpdl/warpdl
  • Go v1.18+ - You can download it from go.dev/dl.

Installation

  • Building form source:

    1. Run the following command in the repo directory of warpdl: go mod tidy

    2. Build the binary using standard go build command: go build -ldflags="-s -w"

    3. Add the binary to PATH environment variable.

  • Installing through package managers:

    • Scoop (Windows):
      scoop bucket add doppler https://github.com/warpdl/scoop-bucket.git
      scoop install warpdl
      
    • Homebrew:
      brew install warpdl/tap/warpdl
      
    • Snap:
      snap install warpdl
      
    • Yum (Redhat/Centos):
      sudo rpm --import 'https://repo.warpdl.org/rpm/gpg.key'
      curl -sLf --retry 3 --tlsv1.2 --proto "=https" 'https://raw.githubusercontent.com/warpdl/warp-releases/main/configs/rpm/config.rpm.txt' | sudo tee /etc/yum.repos.d/warpdl.repo
      sudo yum update && sudo yum install warp
      
  • Installing through official bash script:

    (curl -Ls --tlsv1.2 --proto "=https" --retry 3 https://cli.warpdl.org/install.sh || wget -t 3 -qO- https://cli.warpdl.org/install.sh) | sh
    
  • Other

    You can download all binaries and release artifacts from the Releases page. Binaries are built for macOS, Linux, Windows, FreeBSD, OpenBSD, and NetBSD, and for 32-bit, 64-bit, armv6/armv7, and armv6/armv7 64-bit architectures.

    You can also directly download the generated .deb, .rpm, and .apk packages. If a binary does not yet exist for the OS/architecture you use, please open a GitHub Issue.

You can refer to INSTALL.md for more detailed information on installation.

Usage

Use warpdl help <command> for information about various commands.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing features, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL