slug
slugger
Tools for creating URL-friendly strings from Unicode input
URL-friendly slugify with multiple languages support.
1k stars
16 watching
109 forks
Language: Go
last commit: 11 months ago
Linked from 2 awesome lists
goslug
Related projects:
Repository | Description | Stars |
---|---|---|
avelino/slugify | Tool to transform strings into machine-readable slug formats | 33 |
mozillazg/go-slugify | A tool to generate pretty slugs from input strings | 94 |
pid/speakingurl | Creates clean, user-friendly URLs from input strings by transliterating and manipulating characters. | 1,116 |
mozilla/unicode-slugify | Generates slugs from unicode strings by replacing and normalizing characters | 321 |
dodo/node-slug | Converts strings to URL-safe format while preserving Unicode characters and symbols | 1,073 |
jbroadway/urlify | Generates slugs and performs transliteration for non-ASCII characters in URLs, supporting multiple languages. | 675 |
h4cc/slugger | A library and protocol for generating slugs from input strings | 160 |
einar-hjortdal/slugify | Tools for generating slugs from strings with customizable transliteration and replacement | 3 |
pmcelhaney/jquery-slugify-plugin | Automatically generates a URL-friendly slug as the user types a page title. | 87 |
un33k/django-uuslug | Guarantees uniqueness and handles Unicode in Django slug generation | 276 |
goccy/go-yaml | A Go YAML parser and encoder with improved performance, customization options, and team collaboration features. | 1,217 |
mozillazg/go-unidecode | Converts Unicode text to its closest ASCII transliteration | 132 |
un33k/python-slugify | Generates unique strings from any text while preserving Unicode support | 1,490 |
usemuffin/slug | Automatically generates unique URLs from record data in a CakePHP application. | 35 |
devshane/mnemonic_slugs | Generates memorable slugs from a word list | 27 |