Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
adoyle-h committed Aug 29, 2024
1 parent 3c8ee28 commit ad9adc5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ Read the [NOTICE][] file distributed with this work for additional information r
- [游戏开发](#游戏开发)
- [二维码](#二维码)
- [FTP](#ftp)
- [RSS](#rss)
- [别人的工具列表](#别人的工具列表)

<!-- /MarkdownTOC -->
Expand Down Expand Up @@ -244,7 +245,7 @@ Read the [NOTICE][] file distributed with this work for additional information r
- [wakeonlan](https://github.com/jpoliv/wakeonlan): 网络唤醒工具
- [plasmo](https://github.com/PlasmoHQ/plasmo): 浏览器插件开发框架
- [homepage](https://github.com/gethomepage/homepage): 用 YAML 配置的导航首页。简单好用。
- [glance](https://github.com/glanceapp/glance): 备选方案,界面也挺漂亮的
- [glance](https://github.com/glanceapp/glance): 用 YAML 配置的导航页。支持 RSS 展示,这个功能很棒。不支持热更新。插件略少。

### 养生

Expand Down Expand Up @@ -1324,6 +1325,7 @@ Read the [NOTICE][] file distributed with this work for additional information r
- [wiki.js](https://github.com/Requarks/wiki): 现代化的 WIKI。AGPL-3.0 License
- [sphinx-doc](https://www.sphinx-doc.org): reStructuredText 文档渲染工具
- [memos](https://github.com/usememos/memos): 轻笔记服务,功能类似 Flomo。简单好用易部署
- [scalar](https://github.com/scalar/scalar): 根据 OpenAPI/Swagger 文件生成漂亮的 API 文档网站. https://scalar.com/

### 文档处理

Expand Down Expand Up @@ -1483,6 +1485,12 @@ Read the [NOTICE][] file distributed with this work for additional information r
- [WinSCP](https://winscp.net/): 免费开源的 FTP GUI 客户端。也支持 SCP、WebDAV、S3。支持中文文件名。``
- [muCommander](https://www.mucommander.com/): 开源、跨平台的 FTP GUI 客户端。支持 FTP, SFTP, SMB, NFS, HTTP, Amazon S3, Hadoop HDFS, Bonjour。缺点:中文文件名会显示乱码。

## RSS

- [RSSHub](https://github.com/DIYgod/RSSHub): 从任何内容生成 RSS/Atom/JSON 订阅源。定制转换路由需要自己写 JS 代码,略麻烦。
- [RSSHub-Radar](https://github.com/DIYgod/RSSHub-Radar): 浏览器插件,用于查询 RSS 或 RSSHub 订阅
- [TTRSS](https://github.com/HenryQW/Awesome-TTRSS): 自部署的 RSS 阅读器 Web 服务

-----

## 别人的工具列表
Expand Down
1 change: 1 addition & 0 deletions chrome/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@
- [空格之神](https://greasyfork.org/zh-CN/scripts/444252-%E7%A9%BA%E6%A0%BC%E4%B9%8B%E7%A5%9E): 中英文之间自动加空格。
- [CSDNGreener](https://greasyfork.org/zh-CN/scripts/378351-csdngreener-csdn%E5%B9%BF%E5%91%8A%E5%AE%8C%E5%85%A8%E8%BF%87%E6%BB%A4-%E5%85%8D%E7%99%BB%E5%BD%95-%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%92%E7%89%88-%E6%9C%80%E5%BC%BA%E8%80%81%E7%89%8C%E8%84%9A%E6%9C%AC-%E6%8C%81%E7%BB%AD%E6%9B%B4%E6%96%B0): CSDN 广告过滤、免登录、个性化排版
- [elecfans 电子发烧网阅读全文](https://greasyfork.org/zh-CN/scripts/404813-elecfans%E7%94%B5%E5%AD%90%E5%8F%91%E7%83%A7%E7%BD%91%E9%98%85%E8%AF%BB%E5%85%A8%E6%96%87%E4%BC%98%E5%8C%96)
- [护眼模式](https://greasyfork.org/zh-CN/scripts/426377-%E6%8A%A4%E7%9C%BC%E6%A8%A1%E5%BC%8F): 全网通用护眼模式,有配置选项,功能丰富
3 changes: 3 additions & 0 deletions go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@
- [goconvey](https://github.com/smartystreets/goconvey): Go testing in the browser. Integrates with `go test`
- [testify](https://github.com/stretchr/testify): 提供 assert, require, mock, suit 工具函数
- [gomock](https://github.com/golang/mock/)
- [monkey](https://github.com/go-kiss/monkey): Monkey patch。目前只支持 amd64 架构。
- [原理](https://bou.ke/blog/monkey-patching-in-go/)
- [testaroli](https://github.com/qrdl/testaroli): Monkey patch。支持 amd64 和 arm64 架构。

## Profiling

Expand Down

0 comments on commit ad9adc5

Please sign in to comment.