Skip to content

Latest commit

 

History

History
executable file
·
24 lines (15 loc) · 866 Bytes

2020-01-01-stack_overflow_cli.md

File metadata and controls

executable file
·
24 lines (15 loc) · 866 Bytes
layout title tags
post
Stack Overflow 命令行工具
其他

今天要推荐一个 Stack Overflow 的命令行工具 rebound,它能够根据程序的编译错误实时的去查询 Stack Overflow 上的匹配结果。看如下使用图:

image-20190512223635839

image-20190512223726552

工具安装方式:

# Requires Python 3.0 or higher.
pip install rebound-cli

Stack Overflow 作为一个与程序相关的IT技术问答网站,而工程师很多工作都是这样一个循环发现问题、了解问题、解决问题,Stack Overflow 无疑是每个工程师不可或缺的网站。

项目地址:https://github.com/shobrook/rebound