This is a simple .NET Core-based command line utility for uploading files and shortening URLs using OwO. Included are scripts for easy use under Windows and GNU/Linux.
This utility requires .NET Core 1.1 to be installed on the target system.
Usage
- Windows:
- Uploading:
owo --upload file.png
orowo -u file.png
- Shortening:
owo --shorten https://example.org/
orowo -s https://example.org/
- Uploading:
- GNU/Linux:
- Uploading:
./owo.sh --upload file.png
or./owo.sh -u file.png
- Shortening:
./owo.sh --shorten https://example.org/
or./owo.sh -s https://example.org/
- Uploading:
- Other platforms:
- Uploading:
dotnet Emzi0767.OwoDotNet.Cli.dll --upload file.png
ordotnet Emzi0767.OwoDotNet.Cli.dll -u file.png
- Shortening:
dotnet Emzi0767.OwoDotNet.Cli.dll --shorten https://example.org/
ordotnet Emzi0767.OwoDotNet.Cli.dll -s https://example.org/
- Uploading:
You can specify multiple files as well.