Curate – A tool for fetching archived URLs

Curate is a tool for fetching archived URLs and to be rewritten in Go. Curate Initial set-up one-liner This will clone this repository and then move all scripts to /usr/local/bin. $ git clone git@github.com:EdOverflow/curate.git \ && cp curate/curate /usr/local/bin/ \ && echo “You can delete the ./curate/ folder now.” Once you have are done with …