TheAlgorithms / scripts

Scripts used across all The Algorithms repositories
MIT License
77 stars 43 forks source link

feat: add filename formatter Shell script #5

Closed Panquesito7 closed 1 year ago

Panquesito7 commented 1 year ago

Things added/changed:

I'm not a Shell expert, so if you have any improvements that can be done, let me know. Thanks. 🙂 CC: @uncomfyhalomacro, you might want to check this as you're better with Shell scripts.

Panquesito7 commented 1 year ago

Looks good to me!

Have you considered making these scripts as a GitHub action? That way they would be simply a workflow file with some configuration to tell it which ones to execute...

That sounds like a good idea! I'll be making one for the Filename Formatter later on. For now, let's keep this as-is.

Panquesito7 commented 1 year ago

Will be merging for now. This will make various workflows much shorter.