Jaymon / que

CSS selectors for parsing html on the command line
MIT License
2 stars 0 forks source link

Interactive shell #1

Open Jaymon opened 6 years ago

Jaymon commented 6 years ago

Que interactive shell, so you would do something like que --interactive "url" and it would load the url and now you could run different css selectors against the body and print the body and dump the body, it would just make it easier to find the css selector that would work and maybe it could be a python interpreter also or something using the cmd module.

Jaymon commented 6 years ago

I could go even crazier and use curses to add menus and stuff, maybe relevant question