SimpleZWS is a simple image uploader and URL "hider" for personal use. Many large chat platforms will clean ZWS characters from a URL, but it works on Discord, where I am using this.
Clone the repo
git clone https://github.com/caf203/simplezws && cd simplezwsPopulate your config (with your editor of choice)
mv .config.example .configCreate the image directory
mkdir imagesUse your tool of choice to POST to the base URL you provided in your config. This is how I do:
maim -s --format=png /dev/stdout | curl -H "Authorization: yourauthstring" -F 'data=@-' https://curtisf.dev/u | xclip -selection clipboardThe response returned will be your base URL + the ZWS characters following it.