logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Internet Archive - Manage Files | Online Free DevTools by Hexmos

Manage files on the Internet Archive with the 'ia' command-line tool. Upload, download, delete items and search for content. Free online tool, no registration required.

ia

Tool to interact with archive.org. More information: https://archive.org/services/docs/api/internetarchive/cli.html.

  • Configure ia with API keys (some functions won’t work without this step):

ia configure

  • Upload one or more items to archive.org:

ia upload {{identifier}} {{path/to/file}} --metadata="{{mediatype:data}}" --metadata="{{title:example}}"

  • Download one or more items from archive.org:

ia download {{item}}

  • Delete one or more items from archive.org:

ia delete {{identifier}} {{file}}

  • Search on archive.org, returning results as JSON:

ia search '{{subject:"subject" collection:collection}}'

See Also