`fy`是一个命令行下的翻译工具。
![](https://raw.githubusercontent.com/xwjdsh/fy/master/screenshot/fy.gif)
## 安装
### Homebrew
```
brew tap xwjdsh/tap
brew install xwjdsh/tap/fy
```
### Go
```
go get -u github.com/xwjdsh/fy/cmd/fy
```
### Docker
```
...阅读全文
2018-05-18 19:02:08
xwjdsh
### manssh - 基于Go的ssh config命令行管理器,帮助你方便ssh连接配置
## 功能特性
* 快速的管理ssh连接别名配置. (添加,删除,查询,更新,备份)
* 快速执行远程命令. (支持交互式)
## 项目地址
[https://github.com/xwjdsh/manssh/](https://github.com/xwjdsh/manssh/)
## 安装方式
### Homebrew安装
```shell
brew tap xwjd...阅读全文
2017-10-25 13:05:21
Wendell