zjcscut / navicat-watcher

Navicat Watcher - a helpful local tool to load server config list from system registry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Navicat Watcher

Background

When using Navicat, we may forget the passwords of existed servers(Hosts), Navicat Watcher is a helpful local tool to load server config list from system registry(Windows System only).

Install

Ensure you have installed golang environment, then checkout the source code of this project, install all dependencies and run it:

cd $project
go mod tidy
go run .

Usage

Startup Navicat Watcher, main window:

main window

Press the 'Loan Navicat Conf' button to reload all navicat servers:

load conf

Press the '🔍' button to view the navicat server info:

server info

Field Description
Name server(Host) name
Host database host
Version database version
Port database port
Username database username
Hwd higher (navicat) version database password
Lwd lower (navicat) version database password

You can press the 'copy' button on the right to copy the item content to system clipboard.

Related Efforts

Donation

Wechat 微信支付 Alipay 支付宝支付
Buy Me A Coffee Buy Me A Coffee

Warning

  • Warning - This project is for reference and learning only, for use in local environments
  • 警告 - 此项目仅供参考和学习,用于本地环境使用

About

Navicat Watcher - a helpful local tool to load server config list from system registry


Languages

Language:Go 100.0%