Skip to content

OwO CLI uploader

Latest
Compare
Choose a tag to compare
@Emzi0767 Emzi0767 released this 28 Jun 02:41
· 5 commits to master since this release

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 or owo -u file.png
    • Shortening: owo --shorten https://example.org/ or owo -s https://example.org/
  • 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/
  • Other platforms:
    • Uploading: dotnet Emzi0767.OwoDotNet.Cli.dll --upload file.png or dotnet Emzi0767.OwoDotNet.Cli.dll -u file.png
    • Shortening: dotnet Emzi0767.OwoDotNet.Cli.dll --shorten https://example.org/ or dotnet Emzi0767.OwoDotNet.Cli.dll -s https://example.org/

You can specify multiple files as well.