From f37da54400becaa3a6922e7a9aca7e38ae9ecda2 Mon Sep 17 00:00:00 2001 From: anjakefala Date: Mon, 27 Jul 2020 20:01:08 -0700 Subject: [PATCH] [plugins] add diff + marks --- CHANGELOG.md | 4 ++++ plugins/plugins.jsonl | 2 ++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4a7e34a9..6d8377d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -104,6 +104,10 @@ - [dependencies] install plugin dependencies into vd dir (thanks @tsibley for feature request #448) - [diff] diff is now a plugin - `--diff` is not available as a cmdline argument anymore + - [vds3] bumped to 0.4 (@ajkerrigan) + - [marks] initial release 0.1; marks selected rows with a keystroke; utils for selecting + viewing marked rows (@saulpw) + - [genericSQL] initial release (1.0); basic loader for MySQL (Oracle, MySQL) (@aswanson) + - [diff] is now a plugin (@saulpw) ## Bugfixes - [cmdlog] fix case where CommandLog `open-` entries would not be replayable diff --git a/plugins/plugins.jsonl b/plugins/plugins.jsonl index f7eda69f7..06855e700 100644 --- a/plugins/plugins.jsonl +++ b/plugins/plugins.jsonl @@ -13,3 +13,5 @@ {"name": "usd", "price": "", "description": "convert currencies to USD in Python expressions", "maintainer": "Anja Kefala @anjakefala", "latest_release": "2019-12-16", "url": "https://raw.githubusercontent.com/saulpw/visidata/develop/plugins/usd.py", "latest_ver": "0.1", "visidata_ver": "2.-3", "pydeps": "", "vdplugindeps": "", "sha256": "e756fec0a2e91ecdf027c8157c3200efa95534f1b9c4a55625fcac097986a910"} {"name": "vds3", "price": "", "description": "add support for Amazon S3 paths", "maintainer": "AJ Kerrigan @ajkerrigan", "latest_release": "2020-07-15", "url": "https://raw.githubusercontent.com/ajkerrigan/visidata-plugins/vds3-0.4/plugins/vds3.py", "latest_ver": "0.4", "visidata_ver": "2.-3", "pydeps": "s3fs", "vdplugindeps": "", "sha256": "7a596b4fb258f977975f76928194c53dcfdeadb9cec8c92f78fcedec437e023c"} {"name": "genericSQL", "price": "", "description": "add loaders for SQL databases (Oracle, MySQL)", "maintainer": "Andrew Swanson @aswan89", "latest_release": "2020-04-15", "url": "https://raw.githubusercontent.com/aswan89/visidata_plugin_genericSQL/1.0.0/generic_sql.py", "latest_ver": "1.0.0", "visidata_ver": "2.-3", "pydeps": "sqlalchemy cx_oracle mysqlclient pyodbc", "vdplugindeps": "", "sha256": "71bbaabaa4ffb973ef7745dc3eadca108b34a7e0f0bf6cf6631eca3fa4532513"} +{"name": "diff", "description": "adds command to create diff sheets", "maintainer": "Anja Kefala @anjakefala", "latest_release": "2020-03-19", "url": "https://raw.githubusercontent.com/saulpw/visidata/develop/plugins/diff.py", "latest_ver": "0.9", "visidata_ver": "2.-3", "sha256": "430c074c67524e55862bd2ab19c386cc8606ca0d680f916cc1cb6401457a72c0"} +{"name": "marks", "description": "adds commands for marking selected rows, and selecting + viewing marked rows", "maintainer": "Saul Pwanson @saulpw", "latest_release": "2020-05-12", "url": "https://raw.githubusercontent.com/saulpw/visidata/develop/plugins/marks.py", "latest_ver": "0.1pre", "visidata_ver": "2.-4", "sha256": "5b5a1199fba4beeaa3e26d23a8c5335137479cb211e6eeda1e2ab81cef3271ec"}