v1.2
—
v1.2 (2018-05-03)
Here are the major feature enhancements for v1.2. Please see the CHANGELOG for the complete list.
Major features
- DirSheet enhancements (modify file metadata, move/delete files)
- multisave (single file multisave to html, md, and txt format, or into a directory for other formats)
- prototype macro system with
z^S
on the commandlog - New conda package
New commands and options
T
to push derived sheet with transposed rows/columnszs
/zt
/zu
to select/unselect/toggle rows from top of sheet to cursor (thanks @SteveJSteiner for the suggestion)gzs
/gzt
/gzu
to select/unselect/toggle rows from bottom to cursorgv
to unhide all columnsgM
to melt into multiple value columnsg*
to transform selected rows in placez<
/`z>' to move up/down to next null cell^A
to execute a command by its longnamegD
to open the directory atoptions.visidata_dir
(default~/.visidata
)
options
options.cmdlog_histfile
to specify a file to auto-append commandlog to (default empty means disabled)options.tsv_safe_char
to replace tabs and newlines when writing .tsv format (default empty means disabled, for faster saving)options.error_is_null
to count errors as null (default false)
New supported formats and sources
- sas7bda (SAS; requires
sas7bdat
) - xpt (SAS; requires
xport
) - sav (SPSS; requires
savReaderWriter
) - dta (Stata; requires
pandas
) - bz2 and xz (LZMA) compression (thanks @jpgrayson)