zsh+oh-my-zsh
替换bash
oh-my-zsh插件
zsh-syntax-highlighting,zsh-autosuggestions
---
tmux
终端复用
---
高级用户直接使用vim,低级用户使用SpaceVim+NeoVim
---
fzf
文件模糊搜索
---
ag
内容搜索
---
ripgrep
内容搜索
---
thefuck
命令提示
---
aria2
下载利器
---
cloc
代码行数计算
wc
计算文件行数、字数
---
jq
json操作
---
curl
http操作[http://conqueringthecommandline.com/book/curl](http://conqueringthecommandline.com/book/curl)
---
tree
展示文件
---
htop
监控
---
tldr
简易版命令说明
---
wget
下载
---
httpie
[https://tonydeng.github.io/2015/07/10/httpie-howto/](https://tonydeng.github.io/2015/07/10/httpie-howto/)
---
lrzsz
上传下载
---
graphviz
流程图
---
[exa](https://the.exa.website/)是`ls`的现代替代品,其彩色输出更为易读,并提供了更多控制输出如何呈现的选项。
---
[bat](https://git.io/vhrn7)助你快速查看文件,有语法高亮。`bat`可以无缝替换`cat`。
---
[bench](https://git.io/fhZwU)是极为有用的测试代码性能的工具。它是用 Haskell 写的,从这点上说,算是这篇文章中最酷的。任何可以在终端中运行的命令都可以传给它(加引号),`bench`会重复运行该命令,测量执行时间。测试完成后,`bench`会输出有用的统计数据。
---
`fd`查找文件和目录。
通常使用`find`命令基于正则表达式查找文件或目录。[fd](https://git.io/fwls2)是用 Rust 编写的`find`替代品。使用合理的默认值,提供更方便的界面,速度也更快。
---
[gitmoji-cli](https://github.com/carloscuesta/gitmoji-cli)
---
lazydocker
[https://github.com/jesseduffield/lazydocker/blob/master/README.md](https://github.com/jesseduffield/lazydocker/blob/master/README.md)
---
mysql cli
[mycli](https://github.com/dbcli/mycli)
---
shell 检测器
[shellcheck](https://github.com/koalaman/shellcheck)
---
- Welcome
- fzf使用
- git回滚
- 安装gollum使用github作为wiki端
- 使用github的issue
- linux的脚本
- git冲突解决
- sphinx生成python文档
- 使用aria2作为下载客户端
- tmux使用
- anaconda的虚拟环境构建
- git commit message
- tensorflow指定GPU,限制显存
- pycharm professional
- 好用的命令行工具
- lrzsz使用
- 使用iTerm2的profile免密登陆远程主机
- quicklook 插件
- docker基本使用
- jupyter notebook转html和pdf
- jupyter-notebook几个有用命令
- mongodb安装
- pytorch载入与训练模型
- git覆盖分支
- Jetson TX2资源
- GitHub上fork的repo和上游分支保持一致的方法
- vscode调试前端代码
- github hosts
- git添加远程仓库
- 其它语言好用的库/包
- git强制拉取和强制提交
- chrome扩展发布
- mac的CPP lib
- vscode远程