diff --git a/changelog/unreleased/pull-1953 b/changelog/unreleased/pull-1953 new file mode 100644 index 000000000..b0d453a21 --- /dev/null +++ b/changelog/unreleased/pull-1953 @@ -0,0 +1,5 @@ +Enhancement: ls: Add JSON output support for restic ls cmd + +This PR enables users to get the output of `restic ls` in JSON format. + +https://github.com/restic/restic/pull/1953