Add internal implementation notes

This commit is contained in:
Eric Torres 2019-03-25 21:56:46 -07:00
parent a5a384cd20
commit 5e3e2ccedd

View File

@ -24,3 +24,7 @@ fqo
^^^ ^^^
* Given a query, pass to locate and then pass the results to fzf * Given a query, pass to locate and then pass the results to fzf
* Select a file and then pass that file to pacman -Qo * Select a file and then pass that file to pacman -Qo
Implementation Notes
--------------------
* All code internally uses pathlib for path handling