Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bajins/tool-gin
基于go-gin框架建立减少冗余动作项目,如:下载一些工具
https://github.com/bajins/tool-gin
crawler gin gin-gonic golang key keygen mobaxterm-keygen navicat nginx-conf nginx-configuration python3 registry-workshop scraper shell spider xftp xmanager xshell
Last synced: 21 days ago
JSON representation
基于go-gin框架建立减少冗余动作项目,如:下载一些工具
- Host: GitHub
- URL: https://github.com/bajins/tool-gin
- Owner: bajins
- Created: 2019-06-28T09:17:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-22T00:35:53.000Z (9 months ago)
- Last Synced: 2024-10-02T05:22:48.539Z (about 1 month ago)
- Topics: crawler, gin, gin-gonic, golang, key, keygen, mobaxterm-keygen, navicat, nginx-conf, nginx-configuration, python3, registry-workshop, scraper, shell, spider, xftp, xmanager, xshell
- Language: Go
- Homepage: https://tool.bajins.com
- Size: 62.2 MB
- Stars: 56
- Watchers: 3
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tool-gin
> 基于go-gin框架
**此分支使用了`chromedp`**
~~**必须安装`Chrome`**~~
> [CentOS安装Chrome](https://www.bajins.com/System/CentOS.html#chrome)
**当前分支使用了go:embed内嵌资源文件实现打包到一个二进制中,旧的压缩打包方式请访问分支:[zi-pack](https://github.com/woytu/tool-gin/tree/zip-pack)**
## 功能
- 生成激活key
- [mobaXtermGenerater.js](https://github.com/inused/pages/blob/master/file/tool/js/mobaXtermGenerater.js)
- 获取`xshell`、`xftp`、`xmanager`下载链接
- 格式化NGNIX配置
- 获取Navicat下载地址## 使用
### 到[releases](https://github.com/woytu/tool-gin/releases)下载解压并运行
```bash
# Windows
# 双击tool-gin-windows.exe根据默认端口8000运行
# 或者在cmd、power shell中
tool-gin-windows.exe# Linux
nohup ./tool-gin_linux_amd64 -p 5000 >/dev/null 2>&1 &
```