To browse local files.
pip install -U local
usage: local [options]
optional arguments:
-h, --help show this help message and exit
-v, --version show version number and exit.
to browse local files:
keys keyword to search
-p , --path root path
-n, --no-prompt do not interactively prompt for choice
To browse local files.
from local import Local
loc = Local("../path").search("key", "words")
loc.display() # to display results
loc.open("category-index") # to open specified file/folderTo browse local files.
$ local "key" "word" --path "/"
### matched results ###
If you encounter any problems, please file an issue along with a detailed description.