powerful but friendly backup program that runs in your tray, powered by restic devins.page/restray
go restic system-tray
0

Configure Feed

Select the types of activity you want to include in your feed.

restray / go.mod
1.1 kB 31 lines
1module tangled.org/devins.page/restray 2 3go 1.25.0 4 5require ( 6 fyne.io/systray v1.12.2 7 github.com/BurntSushi/toml v1.6.0 8 github.com/distatus/battery v0.11.0 9 github.com/dustin/go-humanize v1.0.1 10 github.com/fsnotify/fsnotify v1.10.1 11 github.com/gen2brain/beeep v0.11.2 12 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 13 github.com/lnquy/cron v1.1.1 14 github.com/robfig/cron/v3 v3.0.1 15 github.com/thiagokokada/dark-mode-go v0.0.2 16 github.com/urfave/cli/v3 v3.10.1 17) 18 19require ( 20 git.sr.ht/~jackmordaunt/go-toast v1.1.2 // indirect 21 github.com/esiqveland/notify v0.14.0 // indirect 22 github.com/go-ole/go-ole v1.3.0 // indirect 23 github.com/godbus/dbus/v5 v5.2.2 // indirect 24 github.com/jackmordaunt/icns/v3 v3.0.1 // indirect 25 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect 26 github.com/sergeymakinen/go-bmp v1.0.0 // indirect 27 github.com/sergeymakinen/go-ico v1.0.0 // indirect 28 github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect 29 golang.org/x/sys v0.47.0 // indirect 30 howett.net/plist v1.0.1 // indirect 31)