file-scripts/README.md

23 lines
455 B
Markdown
Raw Normal View History

2024-08-06 04:22:48 -07:00
Various scripts for performing file-related operations such as editing
and deleting.
2021-12-24 22:57:34 -08:00
2024-08-06 04:22:48 -07:00
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.
2024-08-06 04:22:48 -07:00
# Requirements
2024-08-06 04:26:33 -07:00
- fd
- fzf
- mlocate
- python \>= 3.7
- python-termcolor
2021-12-29 22:51:38 -08:00
2024-08-06 04:22:48 -07:00
# Build Requirements
2024-08-06 04:26:33 -07:00
- python \>= 3.7
- pytest
- python-hypothesis
- python-sphinx