{ "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": "# trashf\nCLI tool to safely remove any file and directory by putting them in the trash \n\nMove any file or directory in the trash in a clever and safe way when wanting to remove them. If a file or folder with the same name already exist in the trash, the file or folder to be removed will be renamed with the date before to be moved to the trash (fname + \"_%Y_%m_%d-%H_%M_%S\").\n\n\n# installation\n```sh\nwith pip:\nsudo pip3 install trashf\n\nwith yay:\nyay -a trashf\n\nwith yaourt:\nyaourt -a trashf\n```\n\n# compatibility\npython >= 3\n\n\n# usage\n
\ntrashf / rt [F_PATH_01 F_PATH_02 ...]\noptions:\n -h, --help show this help message and exit\n\n\n\n# examples\nfor **help**: