Translation support - y/ , tr/

Add support for translation commands.

I.e. y/ and tr/ (they are equivalent)

This isn't a priority but it'd be cool to have the same support for use like the rename command.

e.g. upper-case to lower-case: 'y/A-Z/a-z/'