DEV Community

Discussion on: Have you learned Rust?

Collapse
 
max_dobeck profile image
Max

I don’t like parsing a big web UI for important emails I need.

So instead I built this cli tool to enable a new workflow for myself:

  • ctrl + A the page
  • ctrl + C to copy the whole webpage
  • run gimme to parse my clipboard for what I need

github.com/maxdobeck/gimme