s3edit.nvim

Edit files from S3 directly from Neovim

MIT License

Stars
43
Committers
2

Bot releases are visible (Hide)

s3edit.nvim - v1.1.1 Latest Release

Published by github-actions[bot] over 1 year ago

1.1.1 (2023-05-11)

Bug Fixes

  • s3: ensure s3api calls always output json (#7) (d5d8bd9a)

Documentation

  • vim: generate vimdoc from markdown (#5) (a7e215e7)

Chores

  • ci: update matrix with neovim 0.9 (#8) (9d83f2fa)
s3edit.nvim - v1.1.0

Published by github-actions[bot] about 2 years ago

1.1.0 (2022-10-17)

Feature

  • plugin: add healthcheck (#4) (536b5c80)

Documentation

  • readme: add note on telescope-ui-select (af09460f)
s3edit.nvim - v1.0.0

Published by github-actions[bot] about 2 years ago

1.0.0 (2022-10-16)

Feature

  • search: implemented excludes (9884bb15)
  • command: add viml s3edit command (da9e6858)
  • edit: notify on download and upload (1fa44063)
  • s3edit: implement edit workflow (7a380d41)

Bug Fixes

  • get_objects: ensure empty table is returned when no response (07dc0df2)
  • trim: handle no file extension paths (1875c3c4)

Documentation

  • readme: add similar (34e0fae0)
  • readme: updated configuration example (cdb750d8)
  • readme: add preview (#2) (f070150b)
  • readme: add configuration table (b46eb234)
  • readme: add (68c1c443)
  • license: add (4eb5514a)

Tests

  • setup: ensure command is setup (b9c9a23c)
  • init: verify edit (e92d0d69)
  • s3: verify s3 module (078b9fe5)
  • autocommand: verify create autocmd and group (1db7661e)
  • system: add util and system coverage (3cfa73f2)

Code Refactoring

  • settings: broke out into own module (f8cb5d71)

Styles

  • lua: add stylua configuration (89007022)

Chores

  • ci: add semantic release (#3) (d63ba186)
  • settings: updated excludes (00650a9b)
  • ci: add unit test checks (#1) (bec7af4f)
  • makefile: add (f7752de7)
  • repo: add gitignore (b600ea17)