Skip to content

Releases: whats-this/OwO.NET

OwO CLI uploader

28 Jun 02:41
Compare
Choose a tag to compare

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.

OwO CLI uploader

27 Jun 22:45
Compare
Choose a tag to compare

This is a simple .NET Core-based command line utility for uploading files to 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 device.

Usage

  • Windows: owo file.png
  • GNU/Linux: ./owo.sh file.png
  • Other platforms: dotnet Emzi0767.OwoDotNet.Cli.dll file.png

You can specify multiple files as well.

OwO CLI uploader

27 Jun 21:48
Compare
Choose a tag to compare

This is a simple .NET Core-based command line utility for uploading files to 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 device.

Usage

  • Windows: owo file.png
  • GNU/Linux: ./owo.sh file.png
  • Other platforms: dotnet Emzi0767.OwoDotNet.Cli.dll file.png

You can specify multiple files as well.