Forrest logo
tool overview
On this page you find all important commands for the CLI tool zipnote. If the command you are looking for is missing please ask our AI.

zipnote

zipnote - write the comments in zipfile to stdout, edit comments and rename files in zipfile

List of commands for zipnote:

  • zip:tldr:157d6 zip: View the comments on a zip archive.
    $ zipnote ${filename-zip}
    try on your machine
    explain this command
  • zip:tldr:68296 zip: Extract the comments on a zip archive to a file.
    $ zipnote ${filename-zip} > ${filename-txt}
    try on your machine
    explain this command
  • zip:tldr:68639 zip: Add/Update comments in a zip archive from a file.
    $ zipnote -w ${filename-zip} < ${filename-txt}
    try on your machine
    explain this command
tool overview