slugify
slugify copied to clipboard
Bash command that converts filenames and directories to a web friendly format.
A Makefile can be helpful for download-stream developers to transport the software to their OS's repository. So I add it. Thanks.
Hi, I created [Awesome package manager](https://github.com/shinokada/awesome) and I can install your repo using it. After installing the Awesome: ``` awesome -i benlinton/slugify # or awesome install benlinton/slugify ``` If you...
Sorry to nitpick, this is a good little util, but it doesn't really follow the unix principles. I should be able to pipe a format to this util like so:...
In my case, i had to rename a bunch of files with uppercase, spaces, and some spanish character (ñ, ó, etc..) but such characters were ignored in the process. e.g.:...