Pasting and receiving files to infomaniak's service kPaste.
- Install .NET Core
- Clone this repository with
git clone https://github.com/joestr/KpasteCli.git
- Run
dotnet build
Create a new paste with the content of a file:
> KpasteCli.exe new --filename .\somefile
https://kpaste.infomaniak.com/???#???
>
Get a paste and print it to the standard output:
> KpasteCli.exe get --url "https://kpaste.infomaniak.com/???#???"
text
>
See contributing guide.
See license file.