Add explanation for why project is written as a library
This commit is contained in:
parent
6475293e9d
commit
d6f079a0ae
6
README
6
README
@ -1,9 +1,11 @@
|
||||
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
|
||||
------------
|
||||
|
||||
* python >= 3.7
|
||||
* fd
|
||||
* fzf
|
||||
* python >= 3.7
|
||||
* python-termcolor
|
||||
|
Loading…
x
Reference in New Issue
Block a user