常用办公效率工具

2 篇文章 0 订阅
1 篇文章 0 订阅

1、神器(mac):Alfred

中文破p.j解版:https://www.macwk.com/soft/alfred-4#step-history
https://www.alfredapp.com/
https://www.huajclub.com/1062.html
更多插件搜索:http://www.packal.org/

自带插件: 剪切板(最常用的了)
关键字:
cli
快捷键
command+alt+c

插件1:Secure SHell

一个可在 Alfred 上快速打开 SSH/SFTP/mosh 链接的插件,其功能非常的强大。
插件官方地址:https://github.com/deanishe/alfred-ssh
关键字:
ssh

插件2:有道翻译

地址:https://github.com/whyliam/whyliam.workflows.youdao
关键字:
yd 你好
yd hello

插件3:时间戳转化

地址:http://www.packal.org/workflow/timestamp
时间戳用这个: https://github.com/WiconWang/Alfred-Workflows-TimeStamp
关键字:
time now
time 日期
time 时间戳

插件4: IP地址

IP Address
官网:http://dferg.us/ip-address-workflow/
下载地址:https://github.com/zenorocha/alfred-workflows/raw/master/ip-address/ip-address.alfredworkflow
关键字:
ip

2、wox(Windows下类似Alfred工具)

http://www.wox.one/
https://github.com/Wox-launcher/Wox

  1. alt+space 唤醒
  2. 翻译:wpm install youdao
  3. cb剪切板

3、thefuck

Github链接地址

4、zsh

参考文章

自动补全

zsh-autosuggestions
https://github.com/zsh-users/zsh-autosuggestions

命令高亮

zsh-syntax-highlighting
https://github.com/zsh-users/zsh-syntax-highlighting.git

其他

https://github.com/zsh-users

5、登录脚本

// localost的4006端口 
// 通过跳板root@47.13.1.1
// 转发到192.168.0.178的4006端口,
#!/usr/bin/expect
set timeout 3
spawn ssh -L localhost:4006:192.168.0.178:4006 root@47.13.1.1
expect "*password*"
send "${密码}\r"
send "sudo -s\r"
interact
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值