Quickshare 1.1.1

dotnet tool install --global Quickshare --version 1.1.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local Quickshare --version 1.1.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Quickshare&version=1.1.1
nuke :add-package Quickshare --version 1.1.1

Quickshare

Sharing a file has never been easier - simply upload files to the decentralised storage-network Storj DCS and share a link to the file!

quickshare_with_shadow

Installation

This is a dotnet-tool! So assuming you have dotnet-SDK installed simply install the quickshare-tool by opening a command prompt:

dotnet tool install -g quickshare

This will install the tool globally so you can simply call quickshare from every location.

Setup

Before uploading your first file you have to setup the tool by providing an access grant and a bucket name from your storj account. You get 25GB of free storage on https://storj.io. Follow this guide on how to create an access grant.

Then setup quickshare like this: quickshare config -g ACCESS_GRANT -b BUCKET_NAME

Replace ACCESS_GRANT and BUCKET_NAME with your values.

Usage

To upload and share a file simply enter the following:

quickshare -f myAwesomeFile.txt

If you want the file to only be available for a certain amount of time adjust your prompt like this:

quickshare -f myAwesomeFile.txt -d "1 week"

This will make your file available for 1 week and delete it automatically afterwards, which will also render your share-URL obsolet. You may provide different phrases like "3 days", "1 week, 2 days" etc. to the "-d"-Parameter.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.1.1 687 10/2/2023
1.1.0 389 9/15/2023
1.0.6 380 6/16/2023
1.0.5 639 8/25/2022
1.0.4 519 8/25/2022
1.0.3 600 8/11/2022
1.0.2 569 8/11/2022
1.0.1 527 8/11/2022
1.0.0 614 8/11/2022
0.5.0-preview5 385 8/11/2022
0.5.0-preview4 327 8/11/2022
0.5.0-preview3 410 8/10/2022
0.5.0-preview2 307 8/9/2022
0.5.0-preview1 320 8/9/2022
0.4.3 442 8/9/2022
0.4.2 427 8/4/2022
0.4.1 438 8/4/2022
0.4.0 447 8/4/2022
0.3.0 429 8/4/2022
0.2.0 446 8/4/2022
0.1.0 456 8/3/2022

Release v1.1.0
Uses latest uplink-c (v1.8.0) with refactored upload code path for faster and more resilient uploads