/awesome_tools

自用工具记录

MIT LicenseMIT

awesome_tools

自用工具记录

Contents

检测软件

快速启动

抓包

SSH

chrome plugins

  • Distill Web Monitor
    • 监视网页变化
  • Free Auto Refresh
    • 定时刷新网页
  • Grammarly for Chrome
    • 英语语法检测
  • GitHub Isometric Contributions
    • 可以让提交变成立体的柱状图
  • Page load time
    • 检测页面载入耗时
  • Night Eye
    • 可以给任意页面开启黑暗模式,试用过后,比较鸡肋
  • Dark theme
    • 黑暗主题

vscode plugins

  • Remote - SSH
  • C/C++
  • Trailing Spaces
    • 删除多余的空格
  • highlight-icemode
    • 选中高亮加框,更加显眼
  • Go Autotest
    • go测试工具
    • 建议加如下设置,单次运行一个ut
        "go.testFlags": [
        "-v",
        "-count=1"//增加用以禁用测试缓存
    ]