focusaurus / slugger

1 stars 0 forks source link

slugger

A unix filesystem utility to rename files using a restricted url-safe character subset.

Why slug your file paths?

Usage

Slugger reads filesystem paths from standard input, one per line. In the default mode, it just prints out the slugged versions. If you pass the --rename command line argument, slugger will do the file renames. Typically the input comes from commands that output lists of files like find, ls, etc.

How files are renamed

Behavior notes

How correct and stable is it?

Uh, it has some decent unit tests but it's brand new and should be considered unreliable for now.