Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdevera/sluggify
Turn words into a URL slug
https://github.com/jdevera/sluggify
Last synced: 24 days ago
JSON representation
Turn words into a URL slug
- Host: GitHub
- URL: https://github.com/jdevera/sluggify
- Owner: jdevera
- Created: 2015-02-18T23:06:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-22T08:23:19.000Z (over 9 years ago)
- Last Synced: 2023-03-11T06:48:40.697Z (over 1 year ago)
- Language: Python
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
____ _ _ _ ____ ____ ___ _______ __
/ ___|| | | | | |/ ___|/ ___|_ _| ___\ \ / /
\___ \| | | | | | | _| | _ | || |_ \ V /
___) | |__| |_| | |_| | |_| || || _| | |
|____/|_____\___/ \____|\____|___|_| |_|
```Turn any sentence into a [slug](http://en.wikipedia.org/wiki/Semantic_URL#Slug).
```
$ sluggify This Is The Endthis-is-the-end
```Got some accented letters? No problem:
```
$ sluggify ¿Cuántos niños viven aquí?cuantos-ninos-viven-aqui
```Well, a date would help. No worries, got your back:
```
$ sluggify -d Now with dates20150219_now-with-dates
```