The Wayback Machine - https://web.archive.org/web/20220328144157/https://github.com/topics/url-shortener
Skip to content
#

url-shortener

Here are 2,062 public repositories matching this topic...

ShareX

ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.

  • Updated Mar 28, 2022
  • C#
YOURLS
AzUrlShortener
FBoucher
FBoucher commented Mar 5, 2021

In UrlShortener.cs around line 109 the cleaning should be inside the object ShortUrlEntity

            string longUrl = input.Url.Trim();
            string vanity = string.IsNullOrWhiteSpace(input.Vanity) ? "" : input.Vanity.Trim();
            string title = string.IsNullOrWhiteSpace(input.Title) ? "" : input.Title.Trim();
enhancement help wanted good first issue Serverless-Backend

AKA ShareS - Feature full & Stable ShareX and file server in node. Includes images, videos, code, text, markdown rendering, password protected uploads, logging via discord, administration through Discord, url shortening, and a full front end. Use standalone or via reverse proxy

  • Updated Mar 28, 2022
  • JavaScript

Improve this page

Add a description, image, and links to the url-shortener topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the url-shortener topic, visit your repo's landing page and select "manage topics."

Learn more