vds3 0.5
New Features
- Add support for S3 versioning:
^V
toggles the version display.- When enabled, this adds a visible "Latest?" column and a hidden version ID column.
- Add support for joining sheets from the directory listing.
- From a listing of S3 objects, select some rows and use
&
to join their contents without having to manually open the files first.
- From a listing of S3 objects, select some rows and use
Cosmetic/Minor Changes
- Replace
option
references withvd.option
. Repeat foroptions
andopenSource
, following guidelines of the VisiData Plugin Authors Guide. - Updated tests to replace subprocess calls, for more reliable tests and easier debugging.
Fixes
- Resolve an issue that prevented some directories to load properly, because they appeared as non-existent files.