NAME
safename - rename files to safe filenames
VERSION
Version 0.05
SYNOPSIS
safename [-dehrtv] [long options...] FILES
OPTIONS
-e --encode encode to safe filenames
-d --decode decode from safe filenames
-h --help print help text
-r --recursive rename files recursively
-t --test don't actually rename files
-v --verbose print all renamed files
EXAMPLES
Rename a file to a safe filename:
$ safename -e Foo.txt
Rename a file from a safe filename:
$ safename -d {f}oo.txt
LICENSE AND COPYRIGHT
Copyright 2014 Bert Vanderbauwhede.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
See http://www.gnu.org/licenses/ for more information.