useful tools when performing collection of information
Append lines from stdin to a file, but only if they don't already appear in the file. Outputs new lines to stdout
too, making it a bit like a tee -a
that removes duplicates.
Link: https://github.com/tomnomnom/anew
Hakrawler
Fast golang web crawler for gathering URLs and JavaScript file locations. This is basically a simple implementation of the awesome Gocolly library.