diff --git a/README b/README index 8d72b2f..13cd951 100644 --- a/README +++ b/README @@ -1,19 +1,20 @@ -Various scripts for performing file-related operations such as editing and deleting. +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. +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 -* mlocate -* python >= 3.7 -* python-termcolor +# Requirements +- fd +- fzf +- mlocate +- python \>= 3.7 +- python-termcolor -Build Requirements ------------------- -* python >= 3.7 -* pytest -* python-hypothesis -* python-sphinx +# Build Requirements +- python \>= 3.7 +- pytest +- python-hypothesis +- python-sphinx