quickurl

command module
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2024 License: MIT Imports: 24 Imported by: 0

README

QuickURL

Sharing files super easy. Just give it the filepaths, and QuickURL generates URLs with all available entry points.

License quickurl downloads

https://github.com/fpfeng/quickurl/assets/2508212/b1a7f947-8e59-4345-a151-fe4b29571f7f

Installation

Go to Release to download compiled binary.

# for linux amd64
wget -O quickurl https://github.com/fpfeng/quickurl/releases/latest/download/quickurl_linux_amd64
sudo mv quickurl /usr/local/bin/quickurl && chmod +x /usr/local/bin/quickurl

Get Started

# will serving those files on default port 5731
quickurl /path/to/file1 /path/to/file2

# custom port number
quickurl -s /path/to/file1 -s /path/to/folder1 -p 8080

# print public ips only
quickurl -s /path/to/file1 -s /path/to/file2 -public-ip

Development Roadmap

  • Support folders
  • Support download items at once
  • Support upload
  • Fetch public IPs from external API
  • Update by itself
  • Testing
  • Improve output such as colorful result, support JSON and YAML
  • Install script
  • Request log

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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