2021-12-24 22:57:34 -08:00
|
|
|
Various scripts for performing file-related operations such as editing and deleting.
|
|
|
|
|
2021-12-25 13:15:33 -08: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.
|
|
|
|
|
2021-12-21 00:29:20 -08:00
|
|
|
Requirements
|
|
|
|
------------
|
|
|
|
* fd
|
|
|
|
* fzf
|
2021-12-25 13:15:33 -08:00
|
|
|
* python >= 3.7
|
2021-12-21 00:29:20 -08:00
|
|
|
* python-termcolor
|