casefile
Paste any identifier. casefile works out what it could be, then shows every relevant public source.
{% if demo %}Runs entirely on your own machine. Nothing is hosted.
Example results
-
{% for t in targets %}
- {{ t.query }} {% endfor %}
Runs entirely on this machine. Requests go out over your own connection.
{% if recent %}Recent searches
-
{% for value in recent %}
- {{ value }} {% endfor %}
From the response cache, so --clear-cache clears this list too.
Where you left off
-
{% for c in cases %}
- {{ c.name }} {{ c.targets | map(attribute="value") | join(", ") }} ยท {{ c.star_count }} saved {% endfor %}
Anything worth keeping goes into a case: save an identifier, save the findings that matter, export the lot as Markdown, JSON or HTML.
{% endif %} {% endif %}