{ "info": { "author": "yoarch", "author_email": "yo.managements@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# modfname\nFile and folder name modifier on the all system.\n\nReplace a string by another string in file/folder names such as spaces by underscores. This tool permits to perform massive and controlled file/folder name modifications over the all file system in an intuitive and pleasant way. The modfname process can be done recursively from a defined path or directly on specific paths.\n\n# installation\n```sh\nwith pip:\nsudo pip3 install modfname\n\nwith yay:\nyay -a modfname\n\nwith yaourt:\nyaourt -a modfname\n```\n\n# compatibility\npython >= 3\n\n\n# usage\n
\nmodfname [-i] [-d] [-r] [-p]\n [--initial INITIAL_STRING_01 INITIAL_STRING_02 ...]\n [--destination DESTINATION_STRING]\n [--paths PATH_01 PATH_02 ...]\n [--recursive] [--end_param]\noptions:\n -h, --help show this help message and exit\n -i, --initial, --init initial strings INITIAL_STRING_01 INITIAL_STRING_02 ... to be replaced\n -d, --destination, --dest destination string DESTINATION_STRING to replace any INITIAL_STRING_01 INITIAL_STRING_02 ...\n -r, --recursive, --rec modify file/folder names recursively from a defined path given by --paths PATH\n -p, --paths define the specific paths PATH_01 PATH_02 ... to apply the modification or the path to perform recursively the modification from\n -end_param, --end precise the end of a parameter enumeration\n\n\n\n# examples\nfor **help**: