Skip to content

Commit

Permalink
[plugins] add diff + marks
Browse files Browse the repository at this point in the history
  • Loading branch information
anjakefala committed Jul 28, 2020
1 parent b7b25a4 commit f37da54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions plugins/plugins.jsonl
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

0 comments on commit f37da54

Please sign in to comment.