ecli

handle,.in progressing..,APIs


Keywords
epiphany cli ecli epiphany-cli
License
MIT
Install
pip install ecli==0.0.23

Documentation

ecli

Installation

$ pip3 install ecli

Usage

CLI

ecli_jsonq
  • ecli_jsonq json-file key key key .....
loosely
#loosely search
#ecli_jsonq nest.json display

docs/jsonq-loose.png

exactly
#exact search
#ecli_jsonq nest.json Displays 0

docs/jsonq-exact.png

listall
#listall
#ecli_jsonq nest.json

docs/jsonq-listall.png

ecli_pobj
#ecli_pobj -path pobj.json

docs/pobj-json.png

ecli_htmlq
ecli_html_tagq
#ecli_html_tagq tst.html "ead me"

docs/html-tagq.png

ecli_html_attrq
#ecli_html_attrq tst.html "src"

docs/html-attrq.png

ecli_html_txtq
#ecli_html_txtq tst.html "pdf"

docs/html-txtq.png

License

  • MIT