Restree#
A simple cross-platform restic repository browser written in Go/QT using MIQT. WIP.
This was written as a side project to Restray, my wrapper program for scheduling restic backups. I plan on adding integration for this program into Restray in the future, although not bundled within Restray, but maybe a detection if you have it installed and an operation to "Browse in Restree" or something. I still have to figure that out :)

Features#
- Restore files/folders from a snapshot
- Search through a snapshot
- Filtering snapshots by hostname/tag
- Maybe more features in the future?? Let me know on the issue tracker
Installation#
Currently you'll have to compile it yourself. If you have Nix installed you can just run nix build. Otherwise take a look at the justfile. In the future I'll distribute build artifacts like Restray, but this is currently a WIP