SyncTrayzor -- Windows tray utility / filesystem watcher / launcher for syncthing

时间:2015-05-21 17:11:02   收藏:0   阅读:1583

SyncTrayzor is a little tray utility for Syncthing on Windows.

It hosts and wraps Syncthing, making it behave more like a native Windows application

and less like a command-line utility with a web browser interface.

Features include:

技术分享

Version 1.0.18

v1.0.18 was released hours after v1.0.17 in order to fix an issue. v1.0.17‘s changelog is as follows:

  • Fix crash when renaming a file whose path exceeds the Windows path length limit (#72)
  • Fix ‘Open Folder‘ button in Syncthing UI (#65)
  • Ensure that folder list in Settings does not exceed screen height (#76)
  • Start minimized after automatic upgrade (#59)
  • Add italian translation (thanks stukdev)
  • Improve text in icon context menu (#71)
  • Console will scroll to end after resize (#67)

Downloads

What will SyncTrayzor do to my system?

Good question. The answer depends on whether you installed SyncTrayzor using the installer, or are running it standalone.

Installer

SyncTrayzor will install itself into 

C:\Program Files\SyncTrayzor.

By default, SyncTrayzor will put its own configuration in 

C:\Users\<You>\AppData\Roaming\SyncTrayor, and let Syncthing use its default folder for its database, which is 

C:\Users\<You>\AppData\Local\Syncthing.

It will also create a registry key at

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\SyncTrayzor 

the first time that it is run, which will let it start when you log in.

You can delete this registry key by unchecking "Automatically start on login" in the settings.

If you check "Use custom home directory or Syncthing" in the settings, then SyncTrayzor will tell Syncthing to use 

C:\Users\<You>\AppData\Local\SyncTrayzor\syncthing 

for its database.

This is useful if you want to keep the copy of Syncthing managed by SyncTrayzor separate from another copy running on your machine.

The auto-update mechanism may download updates to 

%TEMP%\SyncTrayzor.

This location is periodically cleared out (once every few days).

Standalone

SyncTrayzor will put its own configuration in 

SyncTrayzorPortable\data,

and tell Syncthing to use

SyncTrayzorPortable\data\syncthing 

for its database.

This means that, when upgrading, you can simply move the ‘data‘ folder over to move all your settings, and database.

If you uncheck "Use custom home directory or Syncthing" in the settings, then Syncthing will use its default folder for its database, which is 

C:\Users\<You>\AppData\Local\Syncthing.

The portable version won‘t start on login by default.

If you check "Automatically start on login" in the settings, then a registry key will be created at

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\SyncTrayzor.

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!