Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Restic Browser | 225 | 23 days ago | 10 | mit | TypeScript | |||||
A GUI to browse and restore restic backup repositories. | ||||||||||
Lit Mobx | 221 | 7 | 2 months ago | 8 | October 12, 2021 | 17 | apache-2.0 | TypeScript | ||
Mixin and base class for using mobx with lit-element | ||||||||||
Jira Search Helper | 33 | 8 months ago | 3 | mit | TypeScript | |||||
"Jira Search Helper" is a project to search more detail view and support highlight than original jira search | ||||||||||
Lit Element Mobx Realworld Example App | 4 | 3 years ago | n,ull | mit | JavaScript | |||||
Exemplary real world application built with LitElement + MobX | ||||||||||
Awesome Stencil | 3 | 6 years ago | ||||||||
A collection of awesome things related to Stencil | ||||||||||
Dashboard | 1 | 2 years ago | TypeScript | |||||||
Admin DashBoard scaffold of WebCell v2 |
A simple, cross-platform restic backup GUI for browsing and restoring restic repositories.
Built with Wails2, based on leaanthony's Restoric PoC.
Prebuilt binaries can be downloaded from the GitHub releases page.
This is not a fullblown restic backup GUI - it only allows you to browse existing repositories!
The UI is navigatable via keyboard shortcuts. To change the focus area, hit Tab
+ Shift-Tab
keys.
Control/CMD + O
: Open new repositoryArrow keys
, Page Up/Down
, Home/End
: Change selected snapshotArrow keys
, Page Up/Down
, Home/End
: Change selected fileo
or Enter
or Space
: Open selected file or folderd
: Dump selected file or folder as zip filer
: Restore selected file or folderapt install libwebkit2gtk-4.0
on Ubuntu)To work in live development mode with automatic hot-reloading, run wails dev
in the root directory.
To debug the Wails Go application code, you can use the included startup tasks of vscode. If you press "F5" in vscode, the application will be built in debug mode and then started.
To build a redistributable package in production mode, use wails build -tags production,desktop
or use the default build task in vscode.
MIT license. See LICENSE for the full text.
Patches are welcome! Please fork the latest git repository and create a feature branch.