/path-asciifier

Convert directory or file names to have only ASCII characters.

Primary LanguagePython

Path Asciifier

Description

Convert directory or file names to have only ASCII characters. Written with TDD methodology in mind.

Requirements

  • Python >= 3.6

Running tests

python3 -m unittest

Running the app

python3 src/main.py

TODO

  • WhatIf flag
  • Rename files only flag
  • Rename directories only flag