Skip to content

aa-ko/gibber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

49abb39 · Jan 31, 2019

History

7 Commits
Jan 30, 2019
Jan 30, 2019
Jan 31, 2019

Repository files navigation

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...

Releases

No releases published

Packages

No packages published

Languages