All Projects → santosderek → Unquote-Directory

santosderek / Unquote-Directory

Licence: other
Unquote a directory of filenames with url encoding.

Programming Languages

python
139335 projects - #7 most used programming language

Unquote-Directory

Unquote a directory of filenames with url encoding.


Example: %5bThis%20is%20a%20title%5d.txt -> [This is a title].txt

How to install:

*** Repository developed in Python 3.6.x ***

Copy repository from github:

git clone https://github.com/santosderek/Unquote-Directory/

Move into repository

cd Unquote-Directory

Install Python Package

python3 setup.py install

Congrats, it's installed! Now you can proceed bellow


How to use:

Following commands can be used:

Base command:

unquote [path/to/directory]

Help page

View the help page

unquote --help

Unquote Through All Sub-Directories

unquote -r [path/to/directory] | OR | unquote --recursion [path/to/directory]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].