DevUtilsApp / DevUtils-app

All-in-one Toolbox for Developers. Native macOS app.
https://devutils.com
Other
4.09k stars 222 forks source link

Slug feature #86

Open CyberMew opened 2 years ago

CyberMew commented 2 years ago

Similar to https://slugify.online/

I am using this for converting title to git branch names but it can have many uses as well, especially if it becomes very configurable. E.g. føø bar will become foo-bar

trungdq88 commented 2 years ago

This is now available in version 1.14.

CleanShot 2022-04-11 at 20 12 48@2x

CyberMew commented 2 years ago

Nice. Can we further customise it to remove numbers or change it to underscores and such in the future?

trungdq88 commented 2 years ago

There are some built-in cases for you to choose from. For more specific cases, you will be able to use custom scripts to process the input soon 😄

CleanShot 2022-04-11 at 20 33 02@2x
CyberMew commented 2 years ago

Oh that would be nice 👍

mittalyashu commented 2 years ago

@trungdq88 You'll not believe, I had literally created a simple JS functional in jsfiddle to convert string into slug.

This will really save me lot of time, thanks man.