# 2019.05.16

[视频] Microsoft Developer 发布的 VS Code 使用技巧:https://www.youtube.com/watch?v=tnSnVlbKtMk (opens new window)

[类库] QRCode 二维码生成器;它比其它类库好的一点是,既支持以 Node 方式调用,也支持直接用命令行的方式调用:https://github.com/gtanner/qrcode-terminal (opens new window)

[工具] Hub 是 GitHub 网站的命令行版本,支持命令行 克隆、查看 Issue、打开项目地址、Fork、Pull Request、Release 创建等等:https://github.com/github/hub (opens new window)

[工具] 使用 OctoLinker 预览 GitHub 源码时像使用编辑器一样,让 include、require、import 语法支持跳转:https://github.com/OctoLinker/OctoLinker (opens new window)

# 配图 - OctoLinker

# 配图 - QRCode

qrcode-terminal 'http://github.com'

# 示例 - Hub

# clone your own project
$ hub clone dotfiles
# → git clone git://github.com/YOUR_USER/dotfiles.git

# clone another project
$ hub clone github/hub
# → git clone git://github.com/github/hub.git

# open the current project's issues page
$ hub browse -- issues
# → open https://github.com/github/hub/issues

# open another project's wiki
$ hub browse mojombo/jekyll wiki
# → open https://github.com/mojombo/jekyll/wiki

# 今日图 - 队列和堆栈

Last Updated: 11/25/2019, 3:33:51 PM