Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 398 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 398 Bytes

gibber

gibber helps you convert all your favorite plain text files from any encoding to another!

Just call it using the following three parameters:

  1. the path you want to search files in
  2. a filter enclosed in quotes, e.g. "*.js"
  3. the target encoding, e.g. utf-8

Dependencies

  • bash
  • find
  • sed
  • iconv

Usage example

$ ./gibber.sh . "*.js" utf-8

That's it...