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^Son the commandlog - New conda package
New commands and options
Tto push derived sheet with transposed rows/columnszs/zt/zuto select/unselect/toggle rows from top of sheet to cursor (thanks @SteveJSteiner for the suggestion)gzs/gzt/gzuto select/unselect/toggle rows from bottom to cursorgvto unhide all columnsgMto melt into multiple value columnsg*to transform selected rows in placez</`z>' to move up/down to next null cell^Ato execute a command by its longnamegDto open the directory atoptions.visidata_dir(default~/.visidata)
options
options.cmdlog_histfileto specify a file to auto-append commandlog to (default empty means disabled)options.tsv_safe_charto replace tabs and newlines when writing .tsv format (default empty means disabled, for faster saving)options.error_is_nullto 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)
