Metadata-Version: 2.1
Name: file-scripts
Version: 0.9.2
Summary: File-related helper scripts
Home-page: https://github.com/etorres4/file-scripts
Author: Eric Torres
Author-email: erictorres4@protonmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU GPLv3 License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

Various scripts for performing file-related operations such as editing and deleting.

Q: Why is this simple script written as a Python 3.7+ library?
A: I can reuse the functions across multiple scripts and changes to the underlying programs can be accounted for in only their respective modules.

Requirements
------------
* fd
* fzf
* python >= 3.7
* python-termcolor
