Skip to content

vds3 0.7

Choose a tag to compare

@ajkerrigan ajkerrigan released this 21 Aug 00:41

New Features

  • Add support for downloading files or recursively downloading directories (thank you @saulpw!)
    • x downloads the file/directory in the cursor row
    • gx downloads files/directories in all selected rows

The out-of-the-box set of commands for an S3 sheet is now:

 sheet              | longname           ║ keystrokes         | description
•S3DirSheet         | download-row       ║ x                  | download the file or directory in the cursor row
•S3DirSheet         | download-rows      ║ gx                 | download selected files and directories
 S3DirSheet         | join-rows          ║ &                  | open and join sheets for selected S3 entries
 S3DirSheet         | open-row           ║ ^J                 | open the current S3 entry
 S3DirSheet         | open-rows          ║ g^J                | open all selected S3 entries
 S3DirSheet         | refresh-sheet      ║ z^R                | clear the s3fs cache for this path, then reload
 S3DirSheet         | refresh-sheet-all  ║ gz^R               | clear the entire s3fs cache, then reload
 S3DirSheet         | toggle-versioning  ║ ^V                 | enable/disable support for S3 versioning