├── .gitignore ├── Ebooks.md ├── README.md ├── SUMMARY.md ├── acknowledgement.md ├── assets ├── china.png ├── earth-globe.png ├── hong-kong.png ├── japan.png ├── multi_platform.png ├── open-source-icon.png ├── russia.png ├── united-states.png ├── usb.png ├── windows_logo.png └── 图片2.png ├── audio.md ├── blacklist.md ├── chat-client.md ├── china apps.md ├── compression.md ├── configuration.md ├── customization.md ├── data-recovery.md ├── dev-tools.md ├── downloader.md ├── efficiency.md ├── emails.md ├── files.md ├── games.md ├── hardwares.md ├── images.md ├── internet.md ├── online-storage.md ├── practicals.md ├── productivity.md ├── security.md ├── system.md ├── terminal.md ├── text-editor.md └── videos.md /.gitignore: -------------------------------------------------------------------------------- 1 | # Node rules: 2 | ## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) 3 | .grunt 4 | 5 | ## Dependency directory 6 | ## Commenting this out is preferred by some people, see 7 | ## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git 8 | node_modules 9 | 10 | # Book build output 11 | _book 12 | 13 | # eBook build output 14 | *.epub 15 | *.mobi 16 | *.pdf -------------------------------------------------------------------------------- /Ebooks.md: -------------------------------------------------------------------------------- 1 | ## 电子书 2 | 3 | 改进电子书的体验 4 | 5 | --- 6 | 7 | ### calibre ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@GitHub/FossHub: https://github.com/kovidgoyal/calibre https://www.fosshub.com/Calibre.html")](https://github.com/kovidgoyal/calibre) ![](/assets/earth-globe.png) ![](/assets/usb.png) 8 | 9 | ###### [官网](http://calibre-ebook.com/)|[下载页面](http://calibre-ebook.com/download) 10 | 11 | 一站式解决你的所有电子书需求 12 | 13 | ### [Gaaiho PDF Reader](http://pdf.gaaiho.com/index.php) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 14 | 15 | 媲美Adobe Acrobat的专业免费PDF阅读器 16 | 17 | ### [kobo](https://www.kobo.com/desktop) ![](/assets/图片2.png) ![](/assets/open-source-icon.png) ![](/assets/earth-globe.png) 18 | 19 | 巨丑无比但强大无比的电子书管理 20 | 21 | ### [NitroPDF](https://www.gonitro.com/pdf-reader) ![](/assets/图片2.png) ![](/assets/earth-globe.png) 22 | 23 | 重构PDF阅读体验 24 | 25 | ### Sumatra PDF ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@GitHub: https://github.com/sumatrapdfreader/sumatrapdf")](https://github.com/sumatrapdfreader/sumatrapdf) ![](/assets/earth-globe.png) ![](/assets/usb.png) 26 | 27 | ###### [官网](http://www.sumatrapdfreader.org/free-pdf-reader.html)|[下载页面](http://www.sumatrapdfreader.org/download-free-pdf-viewer.html) 28 | 29 | PDF ePub MOBI CHM XPS DjVu CBZ CBR阅读器 30 | 31 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 此处不再维护,请转回[原项目](https://github.com/AmazingApps/Amazing-Windows-Apps) 2 | -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- 1 | # Summary 2 | 3 | * [简介](README.md) 4 | * [良心国产](china apps.md) 5 | * [音频文件](audio.md) 6 | * [即时聊天](chat-client.md) 7 | * [压缩处理](compression.md) 8 | * [配置安装](configuration.md) 9 | * [美化工具](customization.md) 10 | * [数据恢复](data-recovery.md) 11 | * [开发工具](dev-tools.md) 12 | * [下载工具](downloader.md) 13 | * [电子书库](Ebooks.md) 14 | * [效率工具](efficiency.md) 15 | * [电子邮件](emails.md) 16 | * [文件处理](files.md) 17 | * [游戏相关](games.md) 18 | * [硬件相关](hardwares.md) 19 | * [图形图像](images.md) 20 | * [网络通信](internet.md) 21 | * [在线存储](online-storage.md) 22 | * [实用工具](practicals.md) 23 | * [生产工具](productivity.md) 24 | * [隐私安全](security.md) 25 | * [系统增强](system.md) 26 | * [终端调试](terminal.md) 27 | * [文本编辑](text-editor.md) 28 | * [视频工具](videos.md) 29 | * [流氓名单](blacklist.md) 30 | * [鸣谢列表](acknowledgement.md) 31 | 32 | -------------------------------------------------------------------------------- /acknowledgement.md: -------------------------------------------------------------------------------- 1 | # 鸣谢 2 | 3 | 谨以此对本项目做出过贡献的各方表示感谢 4 | 5 | --- 6 | 7 | 本项目合作人: 8 | 9 | * [BBcaptain \(CaptainCode\)](https://github.com/BBcaptain) 10 | * [liulex \(Le Liu\)](https://github.com/liulex) 11 | * [lrinQVQ](https://github.com/lrinQVQ) 12 | * [shrderek](https://github.com/shrderek) 13 | * [taroxd](https://github.com/taroxd) 14 | 15 | 其他个人: 16 | 17 | | [ADeadCat](https://github.com/ADeadCat) | [aixlx \(Lianxiao Xue\)](https://github.com/aixlx) | [akina-OS](https://github.com/akina-OS) | bearJess | 18 | | :---: | :---: | :---: | :---: | 19 | | [Chen Shaoju](https://github.com/chenshaoju) | [chenyao2](https://www.gitbook.com/@chenyao2) | [crucifyml](https://github.com/crucifyml) | [darkskygit \(DarkSky\)](https://github.com/darkskygit) | 20 | | Der Letzte Wächter | [dzlzh \(DZLZH\)](https://github.com/dzlzh) | [e32ubhds](https://github.com/e32ubhds) | [ElTopo](https://github.com/ElTopo) | 21 | | [EtaoinWu \(Wu Yue\)](https://github.com/EtaoinWu) | [fengbjhqs](https://github.com/fengbjhqs) | [fuchao2012 \(zheng\)](https://github.com/fuchao2012) | [gaodeng](https://github.com/gaodeng) | 22 | | [GianisLee \(Gianis\)](https://github.com/GianisLee) | greatYear | [HGladiator \(Milafa\)](https://github.com/HGladiator) | [hizjz](https://github.com/hizjz) | 23 | | [idisreg](https://github.com/idisreg) | [idongyou (Swain Sun)](https://github.com/idongyou) | [iplaywind](https://github.com/iplaywind) | [ivysrono](https://github.com/ivysrono) | 24 | | [juqkai](https://github.com/juqkai) | [kmdgeek](https://github.com/kmdgeek) | [knightuniverse (Jianbo Hou)](https://github.com/knightuniverse) | [kongxi0071 \(Zack Liang\)](https://github.com/kongxi0071) | 25 | | [lingchuanbo](https://github.com/lingchuanbo) | [momoca](https://github.com/momoca) | [onikwuthkro \(Karsten Ng\)](https://github.com/onikwuthkro) | Rambin | 26 | | SAGE | [shensven (Shensven)](https://github.com/shensven) | [StrollStars](https://github.com/StrollStars) | [ts8zs \(天杀包子神\)](https://github.com/ts8zs) | 27 | | [tttsss520 (烟雨三千年)](https://github.com/tttsss520) | [unnamed5719](https://github.com/unnamed5719) | [venmos \(Kuroi Mato\)](https://github.com/venmos) | [WanderMax](https://github.com/WanderMax) | 28 | | [Yanda Huang](https://github.com/yodahuang) | [yfdyh000 \(YFdyh000\)](https://github.com/yfdyh000) | [yi-Xu-0100 (yi_Xu)](https://github.com/yi-Xu-0100) | [ZetaoYang](https://github.com/ZetaoYang) | 29 | 30 | 特别鸣谢: 31 | 32 | * [venmos (Kuroi Mato)](https://github.com/venmos):镜像域名与VPS空间 33 | 34 | 第三方宣传: 35 | 36 | * 原创介绍: 37 | * [小众软件](http://www.appinn.com/windows-apps-that-amaze-us/) 38 | * [阿七's BLOG](https://aptx4869.tech/2017/05/19/wapps/) 39 | * [点个赞科技](http://wiki.jjboom.com/doku.php?id=专题策划:常用软件建议) 40 | * [少数派](https://sspai.com/post/38866) 41 | * 友链合作: 42 | * [蚂蚁笔记](https://leanote.com/) 43 | * [OLEREO!](http://olereo.com/links) 44 | * [零散坑](https://03k.org) 45 | * [萌月神社](http://blog.ciovem.org/) 46 | 47 | 48 |

49 | 50 |

51 | -------------------------------------------------------------------------------- /assets/china.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingApps/Amazing-Windows-Apps-Zh-CN/73b635163ed52683daf6efa64ffb9f68d7252496/assets/china.png -------------------------------------------------------------------------------- /assets/earth-globe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingApps/Amazing-Windows-Apps-Zh-CN/73b635163ed52683daf6efa64ffb9f68d7252496/assets/earth-globe.png -------------------------------------------------------------------------------- /assets/hong-kong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingApps/Amazing-Windows-Apps-Zh-CN/73b635163ed52683daf6efa64ffb9f68d7252496/assets/hong-kong.png -------------------------------------------------------------------------------- /assets/japan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingApps/Amazing-Windows-Apps-Zh-CN/73b635163ed52683daf6efa64ffb9f68d7252496/assets/japan.png -------------------------------------------------------------------------------- /assets/multi_platform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingApps/Amazing-Windows-Apps-Zh-CN/73b635163ed52683daf6efa64ffb9f68d7252496/assets/multi_platform.png -------------------------------------------------------------------------------- /assets/open-source-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingApps/Amazing-Windows-Apps-Zh-CN/73b635163ed52683daf6efa64ffb9f68d7252496/assets/open-source-icon.png -------------------------------------------------------------------------------- /assets/russia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingApps/Amazing-Windows-Apps-Zh-CN/73b635163ed52683daf6efa64ffb9f68d7252496/assets/russia.png -------------------------------------------------------------------------------- /assets/united-states.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingApps/Amazing-Windows-Apps-Zh-CN/73b635163ed52683daf6efa64ffb9f68d7252496/assets/united-states.png -------------------------------------------------------------------------------- /assets/usb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingApps/Amazing-Windows-Apps-Zh-CN/73b635163ed52683daf6efa64ffb9f68d7252496/assets/usb.png -------------------------------------------------------------------------------- /assets/windows_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingApps/Amazing-Windows-Apps-Zh-CN/73b635163ed52683daf6efa64ffb9f68d7252496/assets/windows_logo.png -------------------------------------------------------------------------------- /assets/图片2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingApps/Amazing-Windows-Apps-Zh-CN/73b635163ed52683daf6efa64ffb9f68d7252496/assets/图片2.png -------------------------------------------------------------------------------- /audio.md: -------------------------------------------------------------------------------- 1 | ## 音频 2 | 3 | 管理、播放或处理音频文件的应用 4 | 5 | --- 6 | 7 | ### AIMP ![](/assets/图片2.png) ![](/assets/usb.png) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 8 | 9 | ###### [官网](http://www.aimp.ru/index.php?do=lang&lng=en)|[下载页面](http://www.aimp.ru/index.php?do=download) 10 | 11 | 轻巧的本地音频播放器,支持多种格式,并具备音频管理功能 12 | 13 | ### Audacity ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@Github: https://github.com/audacity/audacity")](https://github.com/audacity/audacity) ![](/assets/usb.png) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 14 | 15 | ###### [官网 ](http://www.audacityteam.org/)|[下载页面](http://www.audacityteam.org/download/windows/) 16 | 17 | 免费开源跨平台的音频记录与编辑软件 18 | 19 | ### Autolyrics ![](/assets/图片2.png) ![](/assets/china.png) ![](/assets/united-states.png) 20 | 21 | ###### [官网](http://www.autolyric.com/zh-hans)|[下载页面](http://www.autolyric.com/zh-hans/download) 22 | 23 | 支持插入到许多其它音频播放器的歌词下载展示模块,网络数据库量大 24 | 25 | ### Dopamine ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@Github: https://github.com/digimezzo/Dopamine")](https://github.com/digimezzo/Dopamine) ![](/assets/earth-globe.png) 26 | 27 | ###### [官网](http://www.digimezzo.com/software/dopamine/)|[下载页面](http://www.digimezzo.com/content/software/dopamine/) 28 | 29 | 音频播放器,致力于尽可能简单有效地管理欣赏音频 30 | 31 | ### Exact Audio Copy ![](/assets/图片2.png) ![](/assets/earth-globe.png) 32 | 33 | ###### [官网](http://exactaudiocopy.de/)|[下载页面](http://www.exactaudiocopy.de/en/index.php/resources/download/) 34 | 35 | 从CD向PC传输文件 36 | 37 | ### foobar2000 ![](/assets/图片2.png) ![](/assets/united-states.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 38 | 39 | ###### [官网](http://www.foobar2000.org/)|[下载页面](http://www.foobar2000.org/download) 40 | 41 | 免费音频播放器,具备高度定制化能力 42 | 43 | ### [K-Lite Codecs](http://www.codecguide.com/download_kl.htm) ![](/assets/图片2.png) ![](/assets/united-states.png) 44 | 45 | DirectShow过滤器集合并带有VFW/ACM解码器及相关工具 46 | 47 | ### [listen1](http://listen1.github.io/listen1) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@Github: https://github.com/listen1/listen1_desktop")](https://github.com/listen1/listen1_desktop) ![](/assets/china.png) ![](/assets/united-states.png) 48 | 49 | 一站式免费音乐集合 50 | 51 | ### [Mcool](http://mcool.appinn.me/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL@sourceforge: https://sourceforge.net/projects/mcool/")](https://sourceforge.net/projects/mcool/) ![](/assets/china.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 52 | 53 | 支持GIF背景的极简音频播放器 54 | 55 | ### Mixxx ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL@sourceforge: https://sourceforge.net/projects/mcool/")](https://sourceforge.net/projects/mcool/) ![](/assets/earth-globe.png) 56 | 57 | ###### [官网](http://mixxx.org/)|[下载页面](http://mixxx.org/download/) 58 | 59 | 免费DJ软件,有live mixes需要的一切 60 | 61 | ### [mStream](http://mstream.io/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@Github: https://github.com/IrosTheBeggar/mStream")](https://github.com/IrosTheBeggar/mStream) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 62 | 63 | 跨平台播放任意设备的音频流 64 | 65 | ### Musicbee ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 66 | 67 | ###### [官网](http://getmusicbee.com/)|[下载页面](http://getmusicbee.com/downloads/) 68 | 69 | 管理、查找、播放本地音频。类似于iTunes但更好 70 | 71 | ### MusicBrainz Picard ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@Github: https://github.com/metabrainz/picard")](https://github.com/metabrainz/picard) ![](/assets/earth-globe.png) 72 | 73 | ###### [官网](https://picard.musicbrainz.org/)|[下载页面](https://picard.musicbrainz.org/downloads/) 74 | 75 | 跨平台音频标签处理,可在线查询并重写元数据标签 76 | 77 | ### TTKMusicplayer ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@Github: https://github.com/Greedysky/TTKMusicplayer")](https://github.com/Greedysky/TTKMusicplayer) ![](/assets/china.png) ![](/assets/united-states.png) 78 | 79 | ###### [官网](http://download.csdn.net/album/detail/3094)|[下载页面](http://download.csdn.net/album/detail/3094) 80 | 81 | 基于Qt,高仿酷狗 82 | 83 | -------------------------------------------------------------------------------- /blacklist.md: -------------------------------------------------------------------------------- 1 | ## 黑名单 2 | 3 | 此处列出的软件严重损害了用户的合法权益,因此强烈不建议使用 4 | 5 | --- 6 | 7 | ## 拉黑标准 8 | 9 | 1. 在自身安装包中捆绑其它有害软件的安装包(对于联网下载或捆绑其它软件安装包,但目标软件具有完善卸载功能且无害、无明显恶意行为的,本列表额外注明,但不会加入黑名单) 10 | 2. 收集敏感信息但隐私权协议未注明,隐私权协议缺失,或将隐私信息向第三方泄露/出售 11 | 3. 明显弱化系统安全性或稳定性的应用,如后台植入、破坏系统文件、恶意修改根证书等 12 | 4. 无法以自身设置取消的返利链接捆绑或主页绑定 13 | 5. 存在其它已知严重损害用户利益的行为 14 | 15 | #### 以下列表中应用后跟随的数字为符合的标准编号 16 | 17 | --- 18 | 19 | ### 2345系列软件 1, 2, 4, 5 20 | 21 | * 不包含好压 22 | 23 | ### 360系列软件 1, 2, 3, 4, 5 24 | 25 | * 不包含360卫士国际版 26 | 27 | ### 阿呆喵广告拦截 2, 3 28 | 29 | ### 净网大师 2, 3 30 | 31 | ### 百度系列软件 1, 2, 3, 4, 5 32 | 33 | ### 驱动人生 1, 2, 3 34 | 35 | ### 驱动精灵 1, 2, 3 36 | 37 | ### 格式工厂 1, 2, 3 38 | 39 | ### 金山系列软件 1, 2, 3, 4, 5 40 | 41 | ### 瑞星系列软件 1, 2, 3, 4, 5 42 | 43 | ### 软媒系列软件 1, 2, 3, 5 44 | 45 | ### 搜狗系列软件 1, 5 46 | 47 | ### 迅雷系列软件 1, 2, 3, 4, 5 48 | 49 | ### 腾讯系列软件 1, 2, 3, 5 50 | 51 | ### UC浏览器 2, 3, 4 52 | 53 | ### YY语音 1, 2, 3, 5 54 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /chat-client.md: -------------------------------------------------------------------------------- 1 | ## 聊天客户端 2 | 3 | 网络即时通信 4 | 5 | --- 6 | 7 | ### Discord ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 8 | 9 | ###### [官网](https://discordapp.com/)|[下载页面](https://discordapp.com/download) 10 | 11 | 为游戏社区设计,具备DDoS防护游戏内嵌布局功能 12 | 13 | ### LINE 连我 ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 14 | 15 | ###### [官网](https://line.me/zh-hans/)|[下载页面](https://line.me/zh-hans/download) 16 | 17 | 即时通信软件,免费语音视频的同时可向未安装客户端的用户发起呼叫 18 | 19 | ### mIRC ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 20 | 21 | ###### [官网](http://www.mirc.com/)|[下载页面](http://www.mirc.com/get.html) 22 | 23 | 网络回路聊天客户端 24 | 25 | ### Quassel ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL@GitHub: https://github.com/quassel/quassel")](https://github.com/quassel/quassel) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 26 | 27 | ###### [官网](http://quassel-irc.org/)|[下载页面](http://quassel-irc.org/downloads) 28 | 29 | 现代设计的跨平台分布式IRC 30 | 31 | ### [Telegram](https://desktop.telegram.org/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@GitHub: https://github.com/telegramdesktop/tdesktop")](https://github.com/telegramdesktop/tdesktop) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 32 | 33 | 专注于速度与安全性的通信应用 34 | 35 | ### [Waow](http://dedg3.com/wao/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 36 | 37 | WhatsApp网页客户端 38 | 39 | -------------------------------------------------------------------------------- /china apps.md: -------------------------------------------------------------------------------- 1 | ## 优秀国产软件名录 2 | 3 | 诚然,当前国内IT业界一片乱象。但是正因如此,优秀应用反而更加弥足珍贵,也更加值得鼓励、赞扬、宣传。 4 | 5 | * 在此处列出的应用仍然在后续分类中可见(\[ \]中即为本项目归类) 6 | 7 | --- 8 | 9 | ### \[音频文件\] 10 | 11 | ### [listen1](http://listen1.github.io/listen1) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/listen1/listen1")](https://github.com/listen1/listen1) ![](/assets/china.png) ![](/assets/united-states.png) 12 | 13 | 一站式免费音乐集合 14 | 15 | ### [Mcool](http://mcool.appinn.me/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@SourceForge: https://sourceforge.net/projects/mcool/")](https://sourceforge.net/projects/mcool/) ![](/assets/china.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 16 | 17 | 支持GIF背景的极简音频播放器 18 | 19 | ### TTKMusicplayer ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@GitHub: https://github.com/Greedysky/TTKMusicplayer")](https://github.com/Greedysky/TTKMusicplayer) ![](/assets/china.png) ![](/assets/united-states.png) 20 | 21 | ###### [官网 ](http://download.csdn.net/album/detail/3094)|[下载页面](http://download.csdn.net/album/detail/3094) 22 | 23 | 基于Qt,高仿酷狗 24 | 25 | ### \[美化工具\] 26 | 27 | ### [upupoo](http://www.upupoo.com/) ![](/assets/图片2.png) ![](/assets/china.png) ![](/assets/united-states.png) 28 | 29 | 视频桌面工具,附带在线视频库 30 | 31 | ### \[开发工具\] 32 | 33 | ### [HBuilder](http://dcloud.io/) ![](/assets/图片2.png) ![](/assets/china.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 34 | 35 | 一站式网页前端开发套装 36 | 37 | ### \[电子书库\] 38 | 39 | ### [Gaaiho PDF Reader](http://pdf.gaaiho.com/index.php) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 40 | 41 | 媲美Adobe Acrobat的专业免费PDF阅读器 42 | 43 | ### \[效率工具\] 44 | 45 | ### [Desktopcal](http://www.desktopcal.com/) 桌面日历 ![](/assets/图片2.png) ![](/assets/earth-globe.png) 46 | 47 | 放置于Windows桌面上的日历,用做备忘 48 | 49 | ### [Listary](http://www.listary.com/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) 50 | 51 | 设计独到的搜索工具 52 | 53 | ### [Rolan](http://www.irolan.com/) ![](/assets/图片2.png) ![](/assets/china.png) 54 | 55 | 图标式迷你启动器 56 | 57 | ### [Snipaste](https://snipaste.com/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 58 | 59 | 简单强大的截图工具并可以将截图贴到桌面;截图元素检测功能惊艳 60 | 61 | ### [**WGestures**](http://www.yingdev.com/projects/wgestures) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@GitHub: https://github.com/yingDev/WGestures")](https://github.com/yingDev/WGestures) ![](/assets/china.png) ![](/assets/united-states.png) 62 | 63 | Windows全局手势 64 | 65 | ### [Wox](http://www.getwox.com/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/Wox-launcher/Wox")](https://github.com/Wox-launcher/Wox) ![](/assets/earth-globe.png) 66 | 67 | 高效启动器 68 | 69 | ### [ZIKU!](http://ziku.olereo.com/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "NO LISENCE@GitHub: https://github.com/OLEREO/ZIKU")](https://github.com/OLEREO/ZIKU) ![](/assets/china.png) ![](/assets/usb.png) 70 | 71 | 记录简单应用详情的数据库式的启动器 72 | 73 | ### \[文件处理\] 74 | 75 | ### 菲菲更名宝贝之得意非凡 ![](/assets/图片2.png) ![](/assets/china.png) ![](/assets/usb.png) 76 | 77 | ###### [官网](http://www.ffhome.com/category/works/ffrenamepro)|[下载页面](http://www.ffhome.com/works/1406.html) 78 | 79 | 进阶文件重命名工具,带有重命名需要的一切能力 80 | 81 | ###### ⚠长期无更新但未发现明显的bug 82 | 83 | ### [SHAREit](http://www.ushareit.com/) 茄子快传 ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 84 | 85 | 跨平台文件传输 86 | 87 | ### \[图形图像\] 88 | 89 | ### [**qrcode**](https://github.com/sylnsfar/qrcode) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@GitHub: https://github.com/sylnsfar/qrcode")](https://github.com/sylnsfar/qrcode) ![](/assets/united-states.png) 90 | 91 | Python编写的艺术二维码生成器 92 | 93 | ### \[网络通信\] 94 | 95 | ### [Best Trace](https://www.ipip.net/download.html) ![](/assets/图片2.png) ![](/assets/china.png) 96 | 97 | 从Windows中发起traceroute请求并可视化展示 98 | 99 | ### [CloudXNS DDNS with PowerShell](https://03k.org/cloudxns-api-ddns.html) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub https://github.com/lixuy/CloudXNS-DDNS-with-PowerShell")](https://github.com/lixuy/CloudXNS-DDNS-with-PowerShell) ![](/assets/united-states.png) ![](/assets/usb.png) 100 | 101 | 一个利用 CloudXNS 的 API 实现自己的 DDNS 服务的 PowerShell 脚本 102 | 103 | ### [Maxthon](http://www.maxthon.com/mx5/) ![](/assets/图片2.png) ![](/assets/china.png) ![](/assets/united-states.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 104 | 105 | * ###### 此处指国际版,请注意与国内版相区别 106 | 107 | 同时内嵌Trident与chromium的网页浏览器,内置高效密码管理器 108 | 109 | ### \[实用程序\] 110 | 111 | ### [Clipber](http://clipber.com/clipber/) 快帖 ![](/assets/图片2.png) ![](/assets/china.png) ![](/assets/multi_platform.png) 112 | 113 | 跨平台系统剪贴板同步工具 114 | 115 | ### \[生产工具\] 116 | 117 | ### [amWiki](https://github.com/TevinLi/amWiki) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/TevinLi/amWiki")](https://github.com/TevinLi/amWiki) ![](/assets/united-states.png) 118 | 119 | 基于JavaScript、依赖于Atom编辑器、应用MarkDown标记的wiki文档系统 120 | 121 | ### [HelloFont](http://www.hellofont.cn/index.php) 字由 ![](/assets/图片2.png) ![](/assets/china.png) 122 | 123 | 一站式字体管理、预览、备份与范例展示 124 | 125 | ### XMind ![](/assets/图片2.png) [![](/assets/open-source-icon.png "EPL 1.0 & LGPL 3.0@GitHub: https://github.com/xmindltd/xmind")](https://github.com/xmindltd/xmind) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 126 | 127 | ###### [官网](http://www.xmind.net/)|[下载页面](http://www.xmind.net/download/win/) 128 | 129 | 思维导图工具,带有免费的云端同步 130 | 131 | ### \[隐私安全\] 132 | 133 | ### [Huorong Security](http://www.huorong.cn/) 火绒 ![](/assets/图片2.png) ![](/assets/china.png) 134 | 135 | 病毒防护软件,PUA防护表现惊艳 136 | 137 | ###### ⚠可通过自身设置取消的主页绑定 138 | 139 | ### [RevokeChinaCerts](https://github.com/chengr28/RevokeChinaCerts) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0 for Windows@GitHub: https://github.com/chengr28/RevokeChinaCerts")](https://github.com/chengr28/RevokeChinaCerts) ![](/assets/united-states.png) ![](/assets/multi_platform.png) 140 | 141 | 吊销中国网络安全中心签发的SSL证书(属非法证书) 142 | 143 | ### \[系统增强\] 144 | 145 | ### AOMEI Partition Assistant 分区助手 ![](/assets/图片2.png) ![](/assets/china.png) ![](/assets/united-states.png) ![](/assets/usb.png) 146 | 147 | ###### [官网](http://www.disktool.cn/)|[下载页面](http://www.disktool.cn/download.html) 148 | 149 | 无损分区工具,提供简单、易用的磁盘分区管理操作 150 | 151 | ### [Dism++](https://www.chuyu.me/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/Chuyu-Team/Dism-Multi-language")](https://github.com/Chuyu-Team/Dism-Multi-language) ![](/assets/earth-globe.png) ![](/assets/usb.png) 152 | 153 | 全球首家基于CBS的Dism GUI实现 154 | 155 | ### \[文本编辑\] 156 | 157 | ### EverEdit ![](/assets/图片2.png) ![](/assets/china.png) ![](/assets/united-states.png) ![](/assets/japan.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 158 | 159 | ###### [官网](http://www.everedit.net/)|[下载页面](http://www.everedit.net/download) 160 | 161 | 内置Markdown预览与二进制编辑的文本编辑器 162 | 163 | ### Leanote 蚂蚁笔记![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@GitHub: https://github.com/leanote")](https://github.com/leanote) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 164 | 165 | ###### [官网](https://leanote.com/)|[下载页面](http://app.leanote.com/) 166 | 167 | 支持 Markdown 的开源云笔记,也可以搭建个人博客 168 | 169 | ### \[视频工具\] 170 | 171 | ### [**zogvm**](https://github.com/zogvm/zogvm) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "NO LISENCE@GitHub: https://github.com/zogvm/zogvm")](https://github.com/zogvm/zogvm) ![](/assets/china.png) ![](/assets/usb.png) 172 | 173 | 视频引索管理器 174 | 175 | -------------------------------------------------------------------------------- /compression.md: -------------------------------------------------------------------------------- 1 | ## 压缩包处理 2 | 3 | 管理处理压缩包 4 | 5 | --- 6 | 7 | ### 7-Zip ![](/assets/图片2.png) [![](/assets/open-source-icon.png "LGPL 2.0@7-zip.org: http://7-zip.org/download.html")](http://7-zip.org/download.html) ![](/assets/earth-globe.png) ![](/assets/usb.png) 8 | 9 | ###### [官网](http://7-zip.org/)|[下载页面](http://7-zip.org/download.html) 10 | 11 | 开源文件压缩管理,主要用于压缩文件,具备高压缩率 12 | 13 | ### [Bandizip](http://www.bandisoft.com/bandizip/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 14 | 15 | 轻量级快速免费的压缩管理 16 | 17 | -------------------------------------------------------------------------------- /configuration.md: -------------------------------------------------------------------------------- 1 | ## 配置与安装 2 | 3 | 配置安装引导 4 | 5 | --- 6 | 7 | ### [Disable Data Logging](https://www.reddit.com/r/Windows10/comments/3f38ed/guide_how_to_disable_data_logging_in_w10) ![](/assets/图片2.png) ![](/assets/united-states.png) 8 | 9 | 使得Windows 10更加隐私安全 10 | 11 | ###### ⚠针对Windows 10设计 12 | 13 | ### [Win10-Initial-Setup-Script](https://www.dasm.cz/clanek/jak-z-windows-10-udelat-desktopovy-system) ![](/assets/图片2.png) ![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/Disassembler0/Win10-Initial-Setup-Script") ![](/assets/united-states.png) 14 | 15 | PowerShell脚本,用于初始化Windows 10安装环境 16 | 17 | ###### ⚠针对Windows 10设计并具有一定风险 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /customization.md: -------------------------------------------------------------------------------- 1 | ## 美化 2 | 3 | 系统美化工具 4 | 5 | --- 6 | 7 | ### [~~Huoying Video Desktop~~](http://huoying666.com/) ![](/assets/图片2.png) ![](/assets/china.png) 8 | 9 | ~~Use .mp4/.wmv videos as your desktop background with amazingly low CPU usage.~~ 10 | 11 | ###### 据报告有可疑行为 12 | 13 | ### [MacType](http://www.mactype.net/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "NO LISENCE@GitHub: https://github.com/snowie2000/mactype")](https://github.com/snowie2000/mactype) ![](/assets/earth-globe.png) 14 | 15 | 改进字体渲染效果 16 | 17 | ### [Rainmeter ](https://www.rainmeter.net/)![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@GitHub: https://github.com/rainmeter/rainmeter")](https://github.com/rainmeter/rainmeter) ![](/assets/earth-globe.png) ![](/assets/usb.png) 18 | 19 | 桌面个性化 20 | 21 | ### SimpleSndVol ![](/assets/图片2.png) ![](/assets/united-states.png) 22 | 23 | ###### [官网](http://winaero.com/comment.php?comment.news.14)|[下载页面](http://winaero.com/download.php?view.12) 24 | 25 | 音量托盘图标的全新体验 26 | 27 | ### [StartIsBack](http://startisback.com) ![](/assets/earth-globe.png) 28 | 29 | 开始菜单个性化;还原旧版开始 30 | 31 | ### [TGFont](https://github.com/ysc3839/TGFont) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/ysc3839/TGFont")](https://github.com/ysc3839/TGFont) 32 | 33 | 修改Telegram Windows 桌面版字体的简单hook(钩子) 34 | 35 | ###### 📌该项目没有UI,也没有目录构架,因此不存在UI语言或是否便携化的问题 36 | 37 | ### [TranslucentTB](https://github.com/TranslucentTB/TranslucentTB) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@GitHub: https://github.com/TranslucentTB/TranslucentTB")](https://github.com/TranslucentTB/TranslucentTB) ![](/assets/united-states.png) ![](/assets/usb.png) 38 | 39 | 任务栏透明化 40 | 41 | ### [upupoo](http://www.upupoo.com/) ![](/assets/图片2.png) ![](/assets/china.png) ![](/assets/united-states.png) 42 | 43 | 视频桌面工具,附带在线视频库 44 | 45 | ### [**Windows 10 Login Background Changer**](https://forums.mydigitallife.net/threads/windows-10-login-screen-background-changer-uploaded-to-github.62367/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "NO LISENCE@GitHub: https://github.com/PFCKrutonium/Windows-10-Login-Background-Changer")](https://github.com/PFCKrutonium/Windows-10-Login-Background-Changer) ![](/assets/united-states.png) ![](/assets/usb.png) 46 | 47 | 修改Windows 10登陆背景 48 | 49 | ###### ⚠仅针对特定版本的Windows 10设计 50 | 51 | 52 | 53 | -------------------------------------------------------------------------------- /data-recovery.md: -------------------------------------------------------------------------------- 1 | ## 数据恢复 2 | 3 | 恢复已丢失的数据 4 | 5 | --- 6 | 7 | ### [PartitionGuru|Eassos Recovery](http://www.eassos.com/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) 8 | 9 | 可恢复磁盘分区的数据恢复工具 10 | 11 | * 该应用在国内称为[DiskGenius](http://www.diskgenius.cn/download.php) 12 | 13 | ### [Ontrach EasyRecovery](http://www.krollontrack.com/data-recovery/recovery-software/) ![](/assets/earth-globe.png) 14 | 15 | 大批量数据恢复 16 | 17 | ### Recuva ![](/assets/图片2.png) ![](/assets/earth-globe.png) 18 | 19 | ###### [官网](https://www.piriform.com/recuva)|[下载页面](https://www.piriform.com/recuva/download) 20 | 21 | 简单快速文件恢复 22 | 23 | ### [Stellar Phoenix Windows Data Recovery](http://www.stellarinfo.com/windows-data-recovery.php) ![](/assets/图片2.png) ![](/assets/earth-globe.png) 24 | 25 | 通过网络远程恢复数据 26 | 27 | ### TestDisk ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL v2+@cgsecurity.org: http://www.cgsecurity.org/wiki/TestDisk_Download")](http://www.cgsecurity.org/wiki/TestDisk_Download) ![](/assets/earth-globe.png) ![](/assets/usb.png) 28 | 29 | ###### [官网](http://www.cgsecurity.org/wiki/TestDisk)|[下载页面](http://www.cgsecurity.org/wiki/TestDisk_Download) 30 | 31 | 恢复磁盘分区,即使磁盘无法启动 32 | 33 | -------------------------------------------------------------------------------- /dev-tools.md: -------------------------------------------------------------------------------- 1 | ## 开发者工具 2 | 3 | 为开发者而生的设计 4 | 5 | --- 6 | 7 | ### [Alacritty](https://github.com/jwilm/alacritty) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "Apache 2.0@GitHub: https://github.com/jwilm/alacritty")](https://github.com/jwilm/alacritty) ![](/assets/united-states.png) 8 | 9 | 跨平台GPU加速终端模拟器 10 | 11 | ### Caddy ![](/assets/图片2.png) [![](/assets/open-source-icon.png "Apache 2.0@GitHub: https://github.com/mholt/caddy")](https://github.com/mholt/caddy) ![](/assets/united-states.png) ![](/assets/usb.png) 12 | 13 | ###### [官网](https://caddyserver.com/)|[下载页面](https://caddyserver.com/download) 14 | 15 | 自动HTTPS部署能力的HTTP/2页面服务器 16 | 17 | ### [Chocolatey](https://chocolatey.org/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "NO LISENCE@GitHub: https://github.com/chocolatey/chocolatey.org")](https://github.com/chocolatey/chocolatey.org) ![](/assets/united-states.png) 18 | 19 | Windows包管理器 20 | 21 | ### [ChocolateyGUI](https://chocolatey.github.io/ChocolateyGUI) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "Apache 2.0@GitHub: https://github.com/chocolatey/ChocolateyGUI")](https://github.com/chocolatey/ChocolateyGUI) ![](/assets/united-states.png) 22 | 23 | 使用Chocolatey NuGet的GUI客户端 24 | 25 | A GUI for Chocolatey NuGet 26 | 27 | ## [cmder](http://cmder.net/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/cmderdev/cmder")](https://github.com/cmderdev/cmder) ![](/assets/united-states.png) ![](/assets/usb.png) 28 | 29 | Windows下的便携式控制台模拟器 30 | 31 | ### [GitHub Desktop](https://desktop.github.com/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/desktop/desktop")](https://github.com/desktop/desktop) ![](/assets/united-states.png) 32 | 33 | 使用GitHub的GUI客户端 34 | 35 | ### [HBuilder](http://dcloud.io/) ![](/assets/图片2.png) ![](/assets/china.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 36 | 37 | 一站式网页前端开发套装 38 | 39 | ### HeidiSQL ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL@heidisql.com: https://www.heidisql.com/download.php")](https://www.heidisql.com/download.php) ![](/assets/united-states.png) ![](/assets/usb.png) 40 | 41 | ###### [官网](https://www.heidisql.com/)|[下载页面](https://www.heidisql.com/download.php) 42 | 43 | MSQL 数据库管理 44 | 45 | ### IntelliJ IDEA ![](/assets/图片2.png) [![](/assets/open-source-icon.png "Apache 2.0@jetbrains.org: http://www.jetbrains.org/display/IJOS/Download")](http://www.jetbrains.org/display/IJOS/Download) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 46 | 47 | ###### [官网](https://www.jetbrains.com/idea/)|[下载页面](https://www.jetbrains.com/idea/download) 48 | 49 | IDE工具集合 50 | 51 | ### Locale Emulator ![](/assets/图片2.png) [![](/assets/open-source-icon.png "LGPL 3.0@GitHub: https://github.com/xupefei/Locale-Emulator")](https://github.com/xupefei/Locale-Emulator) ![](/assets/earth-globe.png) ![](/assets/usb.png) 52 | 53 | ###### [官网](http://pooi.moe/Locale-Emulator/)|[下载页面](https://github.com/xupefei/Locale-Emulator/releases) 54 | 55 | 区域与语言拟合 56 | 57 | ### [Scoop](http://scoop.sh/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "NO LISENCE@GitHub: https://github.com/lukesampson/scoop")](https://github.com/lukesampson/scoop) ![](/assets/united-states.png) 58 | 59 | 命令行安装器 60 | 61 | ### [SourceTree](https://www.sourcetreeapp.com/) ![](/assets/图片2.png) ![](/assets/united-states.png) ![](/assets/multi_platform.png) 62 | 63 | 免费的图形化Git与Hg客户端 64 | 65 | ### VirtualBox ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@SourceForge: https://sourceforge.net/projects/phpvirtualbox/")](https://sourceforge.net/projects/phpvirtualbox/) ![](/assets/united-states.png) ![](/assets/multi_platform.png) 66 | 67 | ###### [官网](https://www.virtualbox.org/)|[下载页面](https://www.virtualbox.org/wiki/Downloads) 68 | 69 | 开源跨平台虚拟机应用 70 | 71 | ### Visual Studio ![](/assets/图片2.png) ![](/assets/earth-globe.png) 72 | 73 | ###### [官网](https://www.visualstudio.com/)|[下载页面](https://www.visualstudio.com/downloads/) 74 | 75 | 终极微软开发者工具 76 | 77 | ### VMware Workstation Player ![](/assets/图片2.png) [![](/assets/open-source-icon.png "30+ LISENCES@vmware.com: https://my.vmware.com/en/web/vmware/free#desktop_end_user_computing/vmware_workstation_player/12_0%7CPLAYER-1256%7Copen_source")](https://my.vmware.com/en/web/vmware/free#desktop_end_user_computing/vmware_workstation_player/12_0%7CPLAYER-1256%7Copen_source) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 78 | 79 | ###### [官网](https://www.vmware.com/)|[下载页面](https://www.vmware.com/products/player/playerpro-evaluation.html) 80 | 81 | 性能强劲的虚拟机应用 82 | 83 | ### VMware Workstation Pro [![](/assets/open-source-icon.png "30+ LISENCES@vmware.com: https://my.vmware.com/eu/web/vmware/info/slug/desktop_end_user_computing/vmware_workstation_pro/12_0#open_source")](https://my.vmware.com/eu/web/vmware/info/slug/desktop_end_user_computing/vmware_workstation_pro/12_0#open_source) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 84 | 85 | ###### [官网](https://www.vmware.com/)|[下载页面](https://www.vmware.com/go/downloadworkstation) 86 | 87 | 在隔离的安全虚拟化环境中评估新的操作系统、软件应用和补丁程序以及参考体系结构 88 | 89 | ### Windows Sysinternals ![](/assets/图片2.png) ![](/assets/united-states.png) 90 | 91 | ###### [官网](https://technet.microsoft.com/en-us/sysinternals/)|[下载页面](https://technet.microsoft.com/en-us/bb545027) 92 | 93 | 管理、诊断 Windows 系统和应用。 94 | 95 | ### [x64dbg](http://x64dbg.com) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@GitHub: https://github.com/x64dbg/x64dbg")](https://github.com/x64dbg/x64dbg) ![](/assets/earth-globe.png) ![](/assets/usb.png) 96 | 97 | 开源Windows调试工具 98 | 99 | ### XAMPP ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL@SourceForge: https://sourceforge.net/projects/xampp/files/")](https://sourceforge.net/projects/xampp/files/) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 100 | 101 | ###### [官网](https://www.apachefriends.org/zh_cn/index.html)|[下载页面](https://www.apachefriends.org/zh_cn/download.html) 102 | 103 | 完全免费且易于安装的 Apache 发行版,其中包含 MariaDB、PHP 和 Perl 104 | 105 | -------------------------------------------------------------------------------- /downloader.md: -------------------------------------------------------------------------------- 1 | ## 下载工具 2 | 3 | 帮助下载网络资源 4 | 5 | --- 6 | 7 | ### [aria2](https://aria2.github.io/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@GitHub: https://github.com/aria2/aria2")](https://github.com/aria2/aria2) ![](/assets/united-states.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 8 | 9 | 轻量级多协议支持、多镜像、跨平台下载工具,使用命令行操作。支持HTTP/HTTPS、FTP、SFTP、BT与磁链 10 | 11 | ### [EagleGet](http://www.eagleget.com/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 12 | 13 | 免费全能下载管理器,支持HTTP\(S\) FTP MMS RTSP协议,也可以使用浏览器扩展检测页面媒体内容 14 | 15 | ###### ⚠️默认下载其它无害应用 16 | 17 | ### [FDM](http://www.freedownloadmanager.org/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 18 | 19 | 免费强大的下载加速管理器,支持HTTP/HTTPS/FTP/种子等协议 20 | 21 | ### [HTTrack](https://www.httrack.com/page/2/en/index.html) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 22 | 23 | 离线浏览器工具,可以从网络下载完整页面内容 24 | 25 | ### [IDM](http://internetdownloadmanager.com/) ![](/assets/earth-globe.png) 26 | 27 | 有效的下载加速器,具备响应错链解决能力 28 | 29 | ### [Persepolis Download Manager](https://persepolisdm.github.io/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@GitHub: https://github.com/persepolisdm/persepolis")](https://github.com/persepolisdm/persepolis) ![](/assets/united-states.png) ![](/assets/multi_platform.png) 30 | 31 | 简单易用优雅的跨平台aria2 GUI客户端 32 | 33 | ### qBittorrent ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@SourceForge: https://sourceforge.net/projects/qbittorrent/")](https://sourceforge.net/projects/qbittorrent/) ![](/assets/multi_platform.png) 34 | 35 | ###### [官网](https://www.qbittorrent.org/)|[下载页面](https://www.qbittorrent.org/download.php) 36 | 37 | 基于Qt工具集的µTorrent开源替代 38 | 39 | ### Resilio Sync ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 40 | 41 | ###### [官网](https://www.resilio.com/)|[下载页面](https://www.resilio.com/individuals/) 42 | 43 | P2P文件同步 44 | 45 | ### uGet ![](/assets/图片2.png) [![](/assets/open-source-icon.png "LGPL 2.0@SourceForge: https://sourceforge.net/projects/urlget/")](https://sourceforge.net/projects/urlget/) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 46 | 47 | ###### [官网](http://ugetdm.com/)|[下载页面](http://ugetdm.com/downloads) 48 | 49 | 轻量级多功能下载器,支持含BT在内的所有常见协议的同时兼容 Curl 与 aria2 50 | 51 | ### [WebTorrent Desktop](https://webtorrent.io/desktop/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/webtorrent/webtorrent-desktop")](https://github.com/webtorrent/webtorrent-desktop) ![](/assets/earth-globe.png) 52 | 53 | 实时播放种子中的媒体流 54 | 55 | ### you-get ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/webtorrent/webtorrent-desktop")](https://github.com/webtorrent/webtorrent-desktop) ![](/assets/united-states.png) ![](/assets/usb.png) 56 | 57 | ###### [官网](https://you-get.org/)|[下载页面](https://github.com/soimort/you-get/releases) 58 | 59 | 视频音频嗅探器 60 | 61 | ### youtube-dl ![](/assets/图片2.png) [![](/assets/open-source-icon.png "NO LISENCE@GitHub: https://github.com/rg3/youtube-dl/")](https://github.com/rg3/youtube-dl/) ![](/assets/united-states.png) ![](/assets/usb.png) 62 | 63 | ###### [官网](http://rg3.github.io/youtube-dl/)|[下载页面](http://rg3.github.io/youtube-dl/download.html) 64 | 65 | 从YouTube其许多其他网站下载视频的命令行工具 66 | 67 | -------------------------------------------------------------------------------- /efficiency.md: -------------------------------------------------------------------------------- 1 | ## 效率工具 2 | 3 | 显著提升工作效率 4 | 5 | --- 6 | 7 | ### [Desktopcal](http://www.desktopcal.com/) 桌面日历 ![](/assets/图片2.png) ![](/assets/earth-globe.png) 8 | 9 | 放置于Windows桌面上的日历,用做备忘 10 | 11 | ### Double Commander ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@SourceForge: https://sourceforge.net/projects/doublecmd/")](https://sourceforge.net/projects/doublecmd/) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 12 | 13 | ###### [官网](https://doublecmd.sourceforge.io/)|[下载页面](https://sourceforge.net/p/doublecmd/wiki/Download/) 14 | 15 | 开源跨平台文件管理器,受Total Commander启发并加入新特性 16 | 17 | ### [Everything](http://www.voidtools.com/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 18 | 19 | 最快速的文件/文件名搜索工具 20 | 21 | ### [Find and Run Robot](https://www.donationcoder.com/Software/Mouser/findrun/) ![](/assets/图片2.png) ![](/assets/united-states.png) ![](/assets/usb.png) 22 | 23 | 可高度自定义的启动器 24 | 25 | A launcher with highly cumstomizable features 26 | 27 | ### FreeCommander ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 28 | 29 | ###### [官网](http://freecommander.com/en/summary/)|[下载页面](http://freecommander.com/en/downloads/) 30 | 31 | 简单易用的Windows标准文件管理器替代 32 | 33 | ### Launchy ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@SourceForge: https://sourceforge.net/projects/launchy/")](https://sourceforge.net/projects/launchy/) ![](/assets/earth-globe.png) 34 | 35 | ###### [官网](http://www.launchy.net/)|[下载页面](http://www.launchy.net/download.php) 36 | 37 | 开源键盘启动器 38 | 39 | ### [Listary](http://www.listary.com/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) 40 | 41 | 设计独到的搜索工具 42 | 43 | ### [Multi Commander](http://multicommander.com/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) 44 | 45 | 免费的专业文件管理器 46 | 47 | ### [Nimi Places](http://mynimi.net/Projects/Nimi-Places/) ![](/assets/图片2.png) ![](/assets/united-states.png) 48 | 49 | Fences的免费替代,具备媒体文件预览功能 50 | 51 | ### Outlook on the Desktop ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/mscrivo/ootd")](https://github.com/mscrivo/ootd) ![](/assets/united-states.png) 52 | 53 | ###### [官网](https://outlookonthedesktop.com/)|[下载页面](https://outlookonthedesktop.com/download) 54 | 55 | 在桌面直接且完整地调用Outlook功能 56 | 57 | ### Q-Dir ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 58 | 59 | ###### [官网](http://www.softwareok.com/?seite=Freeware/Q-Dir)|[下载页面](http://www.softwareok.com/?Download=Q-Dir) 60 | 61 | 独到的四屏比对的高级文件管理器 62 | 63 | ### [RescueTime](https://team.rescuetime.com/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) 64 | 65 | 追踪你在应用与页面上使用的时间并给予详细活动报告 66 | 67 | ### [Rolan](http://www.irolan.com/) ![](/assets/图片2.png) ![](/assets/china.png) ![](/assets/usb.png) 68 | 69 | 图标式迷你启动器 70 | 71 | ### [Snipaste](https://snipaste.com/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 72 | 73 | 简单强大的截图工具并可以将截图贴到桌面,元素检测功能惊艳 74 | 75 | ### [Total Commander](https://www.ghisler.com/) ![](/assets/earth-globe.png) 76 | 77 | Windows最佳文件管理 78 | 79 | ### [**WGestures**](http://www.yingdev.com/projects/wgestures) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/Wox-launcher/Wox")](https://github.com/Wox-launcher/Wox) ![](/assets/china.png) ![](/assets/united-states.png) 80 | 81 | Windows全局手势 82 | 83 | ### WindowTabs ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 84 | 85 | ###### [官网](http://windowtabs.com/)|[下载页面](http://windowtabs.com/download/) 86 | 87 | 向任意程序添加标签页 88 | 89 | ### [Winstep Nexus Dock](http://www.winstep.net/nexus.asp) ![](/assets/图片2.png) 90 | 91 | 免费专业的托盘 92 | 93 | ### [Wox](http://www.getwox.com/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/Wox-launcher/Wox")](https://github.com/Wox-launcher/Wox) ![](/assets/earth-globe.png) 94 | 95 | 高效启动器 96 | 97 | ### [ZIKU!](http://ziku.olereo.com/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "NO LISENCE@GitHub: https://github.com/OLEREO/ZIKU")](https://github.com/OLEREO/ZIKU) ![](/assets/china.png) ![](/assets/usb.png) 98 | 99 | 记录简单应用详情的数据库式的启动器 100 | 101 | -------------------------------------------------------------------------------- /emails.md: -------------------------------------------------------------------------------- 1 | ## 电子邮件 2 | 3 | 电子邮件客户端 4 | 5 | --- 6 | 7 | ### [MailBird](https://www.mailbird.com/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) 8 | 9 | IMAP POP3邮件客户端,高度可定制且触控支持良好 10 | 11 | ### [Nylas N1](https://www.nylas.com/download/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) 12 | 13 | 基于现代Web构架的可扩展的桌面邮件应用 14 | 15 | ### Thunderbird 雷鸟 ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MPL@mozilla.org: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Source_Code/Getting_comm-central")](https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Source_Code/Getting_comm-central) ![](/assets/earth-globe.png) 16 | 17 | ###### also Mozilla Thunderbird 18 | 19 | ###### [官网](https://www.mozilla.org/en-US/thunderbird/)|[下载页面](https://www.mozilla.org/en-US/thunderbird/all/) 20 | 21 | 精巧设计的邮件客户端 22 | 23 | -------------------------------------------------------------------------------- /files.md: -------------------------------------------------------------------------------- 1 | ## 文件处理 2 | 3 | 帮助管理处理文件 4 | 5 | --- 6 | 7 | ### Advanced Renamer ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 8 | 9 | ###### [官网](https://www.advancedrenamer.com/)|[下载页面](https://www.advancedrenamer.com/download) 10 | 11 | 一次性重命名多个文件/文件夹,可修改文件属性、时间戳等,具备自定义规则脚本支持 12 | 13 | ### Beyond Compare ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 14 | 15 | ###### [官网](http://www.scootersoftware.com/)|[下载页面](http://www.scootersoftware.com/download.php) 16 | 17 | 高亮标注源代码、文件夹、图像等各种文件的差异 18 | 19 | ### [Dukto](http://www.msec.it/blog/?page_id=11) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@SourceForge: https://sourceforge.net/projects/dukto/")](https://sourceforge.net/projects/dukto/) ![](/assets/united-states.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 20 | 21 | 开源跨平台文件传输工具 22 | 23 | ### **Duplicate Cleaner** ![](/assets/图片2.png) ![](/assets/earth-globe.png) 24 | 25 | ###### [官网](https://www.digitalvolcano.co.uk/duplicatecleaner.html)|[下载页面](https://www.digitalvolcano.co.uk/dcdownloads.html) 26 | 27 | 支持子目录搜索或MD5码搜索的重复文件查询工具 28 | 29 | ### [FastCopy](https://ipmsg.org/tools/fastcopy.html.en) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@ipmsg.org: https://ipmsg.org/tools/fastcopy.html.en")](https://ipmsg.org/tools/fastcopy.html.en) ![](/assets/united-states.png) ![](/assets/usb.png) 30 | 31 | 快速复制、同步、删除文件 32 | 33 | ### 菲菲更名宝贝之得意非凡 ![](/assets/图片2.png) ![](/assets/china.png) ![](/assets/usb.png) 34 | 35 | ###### [官网](http://www.ffhome.com/category/works/ffrenamepro)|[下载页面](http://www.ffhome.com/works/1406.html) 36 | 37 | 进阶文件重命名工具,带有重命名需要的一切能力 38 | 39 | ###### ⚠长期无更新但未发现明显的bug 40 | 41 | ### FileZilla ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@SourceForge: https://sourceforge.net/projects/filezilla/")](https://sourceforge.net/projects/filezilla/) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 42 | 43 | ###### [官网](https://filezilla-project.org/)|[下载页面](https://filezilla-project.org/download.php?show_all=1) 44 | 45 | FTP FTPS SFTP客户端 46 | 47 | ### [FreeFileSync](http://www.freefilesync.org/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@freefilesync.org: https://www.freefilesync.org/download.php")](https://www.freefilesync.org/download.php) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 48 | 49 | 简单的文件(夹)备份工具,支持镜像、双向、更新等方式 50 | 51 | ###### ⚠️默认下载其它无害应用 52 | 53 | ### [Hasher](http://www.den4b.com/products/hasher) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 54 | 55 | 文件哈希值校验工具,支持CRC32 MD2 MD4 MD5 SHA1 SHA256 SHA512 RipeMD128 RipeMD160 ED2K 56 | 57 | ### MediaCoder ![](/assets/图片2.png) ![](/assets/china.png) ![](/assets/united-states.png) 58 | 59 | ###### [International Website](http://mediacoderhq.com/)/[中文网](http://mediacoder.com.cn/) 60 | 61 | 免费的通用影音转码工具 62 | 63 | ### [Meld](http://meldmerge.org/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@GitHub: https://github.com/GNOME/meld")](https://github.com/GNOME/meld) ![](/assets/united-states.png) ![](/assets/multi_platform.png) 64 | 65 | 可视化文件文件夹对比 66 | 67 | ### [Pandoc](http://pandoc.org/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0+@GitHub: https://github.com/jgm/pandoc")](https://github.com/jgm/pandoc) ![](/assets/united-states.png) 68 | 69 | 通用文档转换器 70 | 71 | ### ReNamer ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 72 | 73 | ###### [官网](http://www.den4b.com/)|[下载页面](http://www.den4b.com/products/renamer) 74 | 75 | 强大灵活的文件重命名,提供许多强大内置规则. 76 | 77 | ### [Resource Hacker](http://www.angusj.com/resourcehacker/) ![](/assets/图片2.png) ![](/assets/united-states.png) ![](/assets/usb.png) 78 | 79 | 获取Windows可执行文件(EXE DLL SCR MUI等)中的资源文件 80 | 81 | ### [rimraf](https://www.npmjs.com/package/rimraf) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "ISC@GitHub: https://github.com/isaacs/rimraf")](https://github.com/isaacs/rimraf) ![](/assets/united-states.png) 82 | 83 | node使用的深度删除模块。删除深目录文件(夹) 84 | 85 | ### [SDelete](https://technet.microsoft.com/en-us/sysinternals/sdelete.aspx) ![](/assets/图片2.png) ![](/assets/united-states.png) 86 | 87 | 安全地删除文件的命令行工具 88 | 89 | ### Seer ![](/assets/图片2.png) ![](/assets/earth-globe.png) 90 | 91 | ###### [官网](http://1218.io/)|[下载页面](http://sourceforge.net/projects/ccseer/) 92 | 93 | Windows文件预览,类似于Mac OS但是更强大,可定制度更高 94 | 95 | ### SHAREit 茄子快传 ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 96 | 97 | ###### [International Website](http://www.ushareit.com/)/ [中文网](http://www.ushareit.com/zh/index.html) {#international-website中文网} 98 | 99 | 跨平台文件传输 100 | 101 | ### SpaceSniffer ![](/assets/图片2.png) ![](/assets/united-states.png) 102 | 103 | ###### [官网](http://www.uderzo.it/main_products/space_sniffer/index.html)|[下载页面](http://www.uderzo.it/main_products/space_sniffer/download.html) 104 | 105 | 使用可视化树状图布局以直观展示大文件(夹)的磁盘占用情况 106 | 107 | ### [Syncthing](https://syncthing.net/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MPL 2.0@GitHub: https://github.com/syncthing/syncthing")](https://github.com/syncthing/syncthing) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 108 | 109 | 不依赖云服务器即可在多计算机之间简单安全地同步文件 110 | 111 | ### [TeraCopy](http://www.codesector.com/teracopy) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 112 | 113 | 更快速安全的文件复制方案,帮助解决复制错误、支持文件效验与拖放操作 114 | 115 | ### [Waltr](http://softorino.com/waltr/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 116 | 117 | 向iPhone iTunes传输电影音频文件 118 | 119 | ### WinMerge ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@SourceForge: https://sourceforge.net/projects/winmerge/")](https://sourceforge.net/projects/winmerge/) ![](/assets/earth-globe.png) ![](/assets/usb.png) 120 | 121 | ###### [官网](http://winmerge.org/)|[下载页面](http://winmerge.org/downloads/) 122 | 123 | 工程化的文件文件夹对比工具 124 | 125 | ###### ⚠长期无更新但未发现明显的bug 126 | 127 | 128 | 129 | -------------------------------------------------------------------------------- /games.md: -------------------------------------------------------------------------------- 1 | ## 游戏相关 2 | 3 | 游戏零售平台或游戏相关工具 4 | 5 | --- 6 | 7 | ### [Cheat Engine](http://www.cheatengine.org/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "NO LISENCE@GitHub: https://github.com/cheat-engine/cheat-engine/")](https://github.com/cheat-engine/cheat-engine/) ![](/assets/united-states.png) 8 | 9 | 通过简单脚本修改破译本地游戏 10 | 11 | ###### ⚠️默认下载其它无害应用 12 | 13 | ### JoyToKey ![](/assets/图片2.png) ![](/assets/united-states.png) ![](/assets/usb.png) 14 | 15 | ###### [官网](http://joytokey.net/en/)|[下载页面](http://joytokey.net/en/download) 16 | 17 | 使用键盘控制需要游戏手柄的游戏 18 | 19 | ### [Origin](https://www.origin.com/en-in/store/) ![](/assets/earth-globe.png) 20 | 21 | 类似于Steam,但属于EA 22 | 23 | ### [Remotr](http://remotrapp.com/) ![](/assets/图片2.png) ![](/assets/united-states.png) ![](/assets/multi_platform.png) 24 | 25 | 在其它任何设备上远程享受PC游戏 26 | 27 | ### [Steam](http://store.steampowered.com/) ![](/assets/earth-globe.png) 28 | 29 | 最大在线游戏零售平台 30 | 31 | -------------------------------------------------------------------------------- /hardwares.md: -------------------------------------------------------------------------------- 1 | ## 硬件信息 2 | 3 | 显示硬件信息或微调硬件配置 4 | 5 | --- 6 | 7 | ### [CPU-Z](http://www.cpuid.com/softwares/cpu-z.html) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 8 | 9 | Windows与Android免费系统资料与监视 10 | 11 | ### [CrystalDiskInfo](http://crystalmark.info/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 12 | 13 | HDD/SSD信息工具,支持部分USB连接设备跟Intel RAID 14 | 15 | ### [f.lux](http://stereopsis.com/flux/) ![](/assets/图片2.png) ![](/assets/open-source-icon.png) ![](/assets/united-states.png) ![](/assets/multi_platform.png) 16 | 17 | 自动调节屏幕色温以匹配环境亮度 18 | 19 | ### GPU-Z ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 20 | 21 | ###### [官网](https://www.techpowerup.com/gpuz/)|[下载页面](https://www.techpowerup.com/download/techpowerup-gpu-z/#) 22 | 23 | 显示显卡与图形处理器硬件信息的轻量级系统工具 24 | 25 | ### Iobit Driver Booster ![](/assets/图片2.png) ![](/assets/earth-globe.png) 26 | 27 | ###### [官网](http://www.iobit.com/en/driver-booster.php)|[下载页面](http://download.cnet.com/Driver-Booster/3001-18513_4-75992725.html?hasJs=n&part=dl-) 28 | 29 | 驱动管理更新工具 30 | 31 | ###### ⚠有用户报告安装不正确驱动 32 | 33 | ### Open Hardware Monitor ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MPL 2.0@GitHub: https://github.com/openhardwaremonitor/openhardwaremonitor")](https://github.com/openhardwaremonitor/openhardwaremonitor) ![](/assets/united-states.png) ![](/assets/usb.png) 34 | 35 | ###### [官网 Official Site](http://openhardwaremonitor.org/)|[下载页面 Download Page](http://openhardwaremonitor.org/downloads/) 36 | 37 | 开源的硬件风扇转速、CPU/主板电压、温度、状态显示软件 38 | 39 | ### Speccy ![](/assets/图片2.png) ![](/assets/earth-globe.png) 40 | 41 | ###### [官网](https://www.piriform.com/speccy)|[下载页面](https://www.piriform.com/speccy/download/standard) 42 | 43 | 了解计算机硬件详细信息 44 | 45 | ### [SSD-Z](http://aezay.dk/aezay/ssdz/) ![](/assets/图片2.png) ![](/assets/united-states.png) ![](/assets/usb.png) 46 | 47 | 显示固态硬盘及其它硬盘的关联信息 48 | 49 | ### ~~护眼宝~~ ![](/assets/图片2.png) ![](/assets/china.png) ![](/assets/multi_platform.png) 50 | 51 | ~~为屏幕添加蓝光过滤滤镜~~ 52 | 53 | -------------------------------------------------------------------------------- /images.md: -------------------------------------------------------------------------------- 1 | ## 图形图像 2 | 3 | 图片文件查看、管理、转格式与编辑等 4 | 5 | --- 6 | 7 | ### [FastStone Image Viewer](http://www.faststone.org/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) 8 | 9 | 图片查看管理并提供基本图像编辑 10 | 11 | ### Gimp ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL@GNOME.org: https://git.gnome.org/browse/gimp")](https://git.gnome.org/browse/gimp) ![](/assets/usb.png) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 12 | 13 | ###### [官网](https://www.gimp.org/)|[下载页面](https://www.gimp.org/downloads/) 14 | 15 | 开源图像编辑器 16 | 17 | ### Greenshot ![](/assets/图片2.png) [![](/assets/open-source-icon.png "NO LISENCE@GitHub/BitBucket: http://getgreenshot.org/downloads/")](http://getgreenshot.org/downloads/) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 18 | 19 | ###### [官网](http://getgreenshot.org/)|[下载页面](http://getgreenshot.org/downloads/) 20 | 21 | 免费开源的屏幕捕获与分享 22 | 23 | ### [Honeyview](http://www.bandisoft.com/honeyview/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) 24 | 25 | 超快图片查看,支持多种格式 26 | 27 | ### ImageMagick ![](/assets/图片2.png) [![](/assets/open-source-icon.png "Apache 2.0@GitHub/GitLab: https://www.imagemagick.org/script/index.php")](https://www.imagemagick.org/script/index.php) ![](/assets/usb.png) ![](/assets/multi_platform.png) 28 | 29 | ###### [官网](https://www.imagemagick.org/script/index.php)|[下载页面](https://www.imagemagick.org/script/download.php) 30 | 31 | 具备命令行支持的多功能图像处理工具 32 | 33 | ### Inkscape ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL@inkscape.org: https://inkscape.org/en/download/source/")](https://inkscape.org/en/download/source/) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 34 | 35 | ###### [官网](https://inkscape.org/en/)|[下载页面](https://inkscape.org/en/download/windows/) 36 | 37 | 基于vector的图像设计软件 38 | 39 | ### Ken Burns Slideshow ![](/assets/图片2.png) ![](/assets/open-source-icon.png "NO LISENCE@GitHub/Sourceforge") ![](/assets/earth-globe.png) 40 | 41 | ###### available on both [GitHub](https://github.com/changbowen/Ken-Burns-Slideshow) or [Sourceforge](https://sourceforge.net/projects/ken-burns-slideshow/) 42 | 43 | 像iMac一样轮播相册,即时、便携、全屏的Ken Burns特效幻灯片展示 44 | 45 | ### Krita ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@krita.org: https://krita.org/en/download")](https://krita.org/en/download) ![](/assets/earth-globe.png) ![](/assets/usb.png) 46 | 47 | ###### [官网](https://krita.org/en/)|[下载页面](https://krita.org/en/download/krita-desktop/) 48 | 49 | 免费绘画工具集 50 | 51 | ### Paint.net ![](/assets/图片2.png) ![](/assets/earth-globe.png) 52 | 53 | ###### [官网](https://www.getpaint.net/index.html)|[下载页面](https://www.getpaint.net/download.html) 54 | 55 | 免费的图像照片编辑 56 | 57 | ### PicPick ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 58 | 59 | ###### [官网](http://ngwin.com/picpick)|[下载页面](http://ngwin.com/picpick/download) 60 | 61 | 多功能图像工具,包含截屏、简单图像编辑、取色器、调色板、像素尺、量角器、十字准线、白板等等 62 | 63 | ### [**qrcode**](https://github.com/sylnsfar/qrcode) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@GitHub: https://github.com/sylnsfar/qrcode")](https://github.com/sylnsfar/qrcode) ![](/assets/united-states.png) ![](/assets/usb.png) 64 | 65 | Python编写的艺术二维码生成器 66 | 67 | ### Riot ![](/assets/图片2.png) ![](/assets/united-states.png) ![](/assets/usb.png) 68 | 69 | ###### [官网](http://luci.criosweb.ro/riot/)|[下载页面](http://luci.criosweb.ro/riot/download/) 70 | 71 | 根据多种文件属性压缩图像 72 | 73 | ### [ShareX](https://getsharex.com/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@GitHub: https://github.com/ShareX/ShareX")](https://github.com/ShareX/ShareX) ![](/assets/earth-globe.png) ![](/assets/usb.png) 74 | 75 | 免费开源的屏幕捕获与分享 76 | 77 | ### [Splashify](https://splashify.net/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/gilbitron/Splashify")](https://github.com/gilbitron/Splashify) ![](/assets/united-states.png) 78 | 79 | 桌面壁纸软件 80 | 81 | ### [XnConvert](http://www.xnview.com/en/xnconvert/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 82 | 83 | 免费跨平台图片批量转换工具,内置微调滤镜 84 | 85 | ### Xnview ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 86 | 87 | ###### [官网](http://www.xnview.com/en/)|[下载页面](http://www.xnview.com/en/xnview/#downloads) 88 | 89 | 高效的图片查看管理与转格式,格式支持最全 90 | 91 | -------------------------------------------------------------------------------- /internet.md: -------------------------------------------------------------------------------- 1 | ## 网络通信 2 | 3 | 网络信息处理 4 | 5 | --- 6 | 7 | ### [Anydesk](http://anydesk.com/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 8 | 9 | 顺手的远程桌面应用 10 | 11 | ### [Best Trace](https://www.ipip.net/download.html) ![](/assets/图片2.png) ![](/assets/china.png) 12 | 13 | 从Windows中发起traceroute请求并可视化展示 14 | 15 | ### [**Brave**](https://www.brave.com/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MPL 2.0@GitHub: https://github.com/brave")](https://github.com/brave) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 16 | 17 | 自动拦截广告与追踪器的浏览器 18 | 19 | ### [Cent Browser](http://www.centbrowser.com/) 美分浏览器 ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 20 | 21 | 附带的许多特性显著增强了Chromium浏览器的体验 22 | 23 | ### [Chrome](https://dl.google.com) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 24 | 25 | 一款适用于计算机、手机和平板电脑的浏览器 26 | 27 | One browser for your computer, phone and tablet 28 | 29 | ### Chromium ![](/assets/图片2.png) [![](/assets/open-source-icon.png "BSD & Others@chromium.org: https://www.chromium.org/developers/how-tos/get-the-code")](https://www.chromium.org/developers/how-tos/get-the-code) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 30 | 31 | ###### [官网](https://www.chromium.org/Home)|[下载页面](https://www.chromium.org/getting-involved/download-chromium) 32 | 33 | Chromium是一个由Google主导开发的网页浏览器,以BSD许可证等多重开源协议发行并且开放源代码,Chrome和Chromium在实际功能上没有太大差距,可以说Chromium是Chrome的开源版本 34 | 35 | ### [CloudXNS DDNS with PowerShell](https://03k.org/cloudxns-api-ddns.html) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/lixuy/CloudXNS-DDNS-with-PowerShell")](https://github.com/lixuy/CloudXNS-DDNS-with-PowerShell) ![](/assets/united-states.png) ![](/assets/usb.png) 36 | 37 | 一个利用 CloudXNS 的 API 实现自己的 DDNS 服务的 PowerShell 脚本 38 | 39 | ### Firefox 火狐 ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MPL@mozilla.org: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Source_Code/Downloading_Source_Archives")](https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Source_Code/Downloading_Source_Archives) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 40 | 41 | ###### also Mozilla Firefox 42 | 43 | ###### [官网](https://www.mozilla.org)|[下载页面](https://www.mozilla.org/en-US/firefox/all/) 44 | 45 | 开源网页浏览器,高度扩展性并尊重用户隐私 46 | 47 | ### [HaloRadio](https://www.douban.com/note/561310960/) ![](/assets/图片2.png) ![](/assets/hong-kong.png) ![](/assets/united-states.png) ![](/assets/japan.png) 48 | 49 | 在Windows享受豆瓣电台、Soundcloud、互联网收音机与Podcast 50 | 51 | ### [Maxthon](http://www.maxthon.com/mx5/) ![](/assets/图片2.png) ![](/assets/china.png) ![](/assets/united-states.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 52 | 53 | * ###### 此处指国际版,请注意与国内版相区别 54 | 55 | 同时内嵌Trident与chromium的网页浏览器,内置高效密码管理器 56 | 57 | ### [Opera](http://www.opera.com/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 58 | 59 | 基于chromium的浏览器,内置内容拦截器与快速预读取 60 | 61 | ### Proxifier ![](/assets/united-states.png) ![](/assets/usb.png) 62 | 63 | ###### [官网](http://proxifier.com/)|[下载页面](http://proxifier.com/download.htm) 64 | 65 | 为没有代理支持的应用添加代理 66 | 67 | ### QuiteRSS ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@GitHub: https://github.com/QuiteRSS/quiterss")](https://github.com/QuiteRSS/quiterss) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 68 | 69 | ###### [官网](https://quiterss.org/)|[下载页面](https://quiterss.org/en/download) 70 | 71 | 开源跨平台RSS/Atom阅读器 72 | 73 | ### Retroshare ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@GitHub: https://github.com/RetroShare/RetroShare")](https://github.com/RetroShare/RetroShare) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 74 | 75 | ###### [官网](http://retroshare.net/)|[下载页面](http://retroshare.net/downloads.html) 76 | 77 | 免费开源适用于亲友间的安全的去中心化交流平台,可用于聊天、语音视频、分享文件、论坛等 78 | 79 | ### [SoundWire](http://georgielabs.net/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 80 | 81 | 使用无线传输音频,从PC到Android、平板或者其它PC 82 | 83 | ### [TeamViewer](http://www.teamviewer.com/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 84 | 85 | 远程控制与桌面共享会议工具,也可以共享文件 86 | 87 | ### Tor Project ![](/assets/图片2.png) [![](/assets/open-source-icon.png "BSD/MIT@torproject.org: https://www.torproject.org/download/download.html.en")](https://www.torproject.org/download/download.html.en) ![](/assets/china.png) ![](/assets/united-states.png) ![](/assets/multi_platform.png) 88 | 89 | ###### [官网](https://www.torproject.org/)|[下载页面](https://www.torproject.org/download/download.html.en) 90 | 91 | 匿名化通信浏览器 92 | 93 | ### UC Browser ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 94 | 95 | ###### [官网](http://www.ucweb.com/)|[下载页面](http://www.ucweb.com/ucbrowser/download/) 96 | 97 | * ###### 此处指国际版,请注意与国内版相区别 98 | 99 | 基于Trident的网页浏览器,内置多项增强 100 | 101 | ### [Vivaldi](https://vivaldi.com/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 102 | 103 | 同样基于chromium的优秀浏览器 104 | 105 | ### [ZeroNet ](https://zeronet.io/)![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@GitHub: https://github.com/HelloZeroNet/ZeroNet")](https://github.com/HelloZeroNet/ZeroNet) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 106 | 107 | 开源跨平台的去中心化网络框架 108 | 109 | -------------------------------------------------------------------------------- /online-storage.md: -------------------------------------------------------------------------------- 1 | ## 在线存储 2 | 3 | 提供网盘服务 4 | 5 | --- 6 | 7 | ### DropBox 8 | 9 | ### OneDrive 10 | 11 | ### Google Drive 12 | 13 | ### Mediafire 14 | 15 | ### Mega 16 | 17 | ### 坚果云 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /practicals.md: -------------------------------------------------------------------------------- 1 | ## 实用程序 2 | 3 | 实用的小工具集合 4 | 5 | --- 6 | 7 | ### [Clipber](http://clipber.com/clipber/) 快帖 ![](/assets/图片2.png) ![](/assets/china.png) ![](/assets/multi_platform.png) 8 | 9 | 跨平台系统剪贴板同步工具 10 | 11 | ### Defraggler ![](/assets/图片2.png) ![](/assets/earth-globe.png) 12 | 13 | ###### [官网](https://www.piriform.com/defraggler)|[下载页面](https://www.piriform.com/defraggler/download) 14 | 15 | 简单有效的磁盘碎片整理工具 16 | 17 | ### [Hourglass](https://chris.dziemborowicz.com/apps/hourglass/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/dziemborowicz/hourglass")](https://github.com/dziemborowicz/hourglass) ![](/assets/united-states.png) ![](/assets/usb.png) 18 | 19 | 自然语言倒计时器 20 | 21 | ### [KeyCastOW](https://brookhong.github.io/2014/04/28/keycast-on-windows.html) ![](/assets/图片2.png) ![](/assets/open-source-icon.png) ![](/assets/united-states.png) ![](/assets/usb.png) 22 | 23 | Windows键盘活动可视化以便录屏时展示 24 | 25 | ### [LICEcap](http://www.cockos.com/licecap/) ![](/assets/图片2.png) ![](/assets/united-states.png) 26 | 27 | 屏幕录制并保存为GIF 28 | 29 | ###### ⚠长期无更新但无明显bug 30 | 31 | ### NirLauncher ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 32 | 33 | ###### [官网](http://launcher.nirsoft.net/)|[下载页面](http://launcher.nirsoft.net/downloads/index.html) 34 | 35 | 超过200个便携工具的集合 36 | 37 | ### [Ninite](https://ninite.com/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) 38 | 39 | 更新安装软件的简单快速的方式 40 | 41 | ### [PingInfoView](http://www.nirsoft.net/utils/multiple_ping_tool.html) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 42 | 43 | 批量 Ping 多个主机名或 IP 地址,实时显示结果,并可导出 HTML TEXT XML 44 | 45 | ### **QTranslate **![](/assets/图片2.png) ![](/assets/earth-globe.png) 46 | 47 | ###### [官网](https://quest-app.appspot.com/)|[下载页面](https://quest-app.appspot.com/download) 48 | 49 | Windows下免费翻译工具 50 | 51 | ### [rufus](http://rufus.akeo.ie/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) [![](/assets/open-source-icon.png "GPL3.0@GitHub: https://github.com/pbatard/rufus")](https://github.com/pbatard/rufus) ![](/assets/usb.png) 52 | 53 | 简单地创建 U 盘启动盘 54 | 55 | ### [ScreenToGif](http://www.screentogif.com/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "Microsoft Public License@GitHub: https://github.com/NickeManarin/ScreenToGif/")](https://github.com/NickeManarin/ScreenToGif/) ![](/assets/earth-globe.png) ![](/assets/usb.png) 56 | 57 | 将选定区域屏幕录制为GIF或视频 58 | 59 | ### spacedesk ![](/assets/图片2.png) ![](/assets/united-states.png) ![](/assets/multi_platform.png) 60 | 61 | ###### [官网 Official Site](http://www.spacedesk.net/)|[下载页面 Download Page](http://spacedesk.ph/download/) 62 | 63 | 将本地网咯中的其它设备作为扩展屏幕 64 | 65 | ### [Steam Cleaner](https://github.com/Codeusa/SteamCleaner) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@GitHub: https://github.com/Codeusa/SteamCleaner")](https://github.com/Codeusa/SteamCleaner) ![](/assets/united-states.png) ![](/assets/usb.png) 66 | 67 | 拯救因大型游戏平台而告急的磁盘空间 68 | 69 | ### [Steam Mover](http://www.traynier.com/software/steammover) ![](/assets/图片2.png) ![](/assets/united-states.png) ![](/assets/usb.png) 70 | 71 | 移动已安装的Steam游戏所在目录 72 | 73 | ### SUMo ![](/assets/图片2.png) ![](/assets/earth-globe.png) 74 | 75 | ###### [官网 Official Site](http://www.kcsoftwares.com/?sumo)|[下载页面 Download Page](http://www.kcsoftwares.com/?download) 76 | 77 | 无需使用本身软件就了解软件是否有更新可用 78 | 79 | ### ~~Touchpad Blocker~~ ![](/assets/图片2.png) ![](/assets/united-states.png) 80 | 81 | ###### [~~官网~~](http://touchpad-blocker.com/)~~|~~[~~下载页面~~](http://touchpad-blocker.com/download/) 82 | 83 | ~~打字时防止因触摸板造成的光标跳动~~ 84 | 85 | ###### ⚠长期无更新但无明显bug 86 | 87 | ### [ZoomIt](https://technet.microsoft.com/en-us/sysinternals/zoomit.aspx) ![](/assets/图片2.png) ![](/assets/united-states.png) ![](/assets/usb.png) 88 | 89 | 屏幕局部放大 90 | 91 | ###### ⚠长期无更新但无明显bug 92 | 93 | 94 | 95 | -------------------------------------------------------------------------------- /productivity.md: -------------------------------------------------------------------------------- 1 | ## 生产工具 2 | 3 | 显著提高生产力 4 | 5 | --- 6 | 7 | ### [Adobe Master Collection Series](https://www.adobe.com/creativecloud.html) ![](/assets/earth-globe.png) 8 | 9 | ### Adobe 大师版系列 10 | 11 | 无需过多赘述,绝大多数人应当清楚这一系列工具在设计中的强大作用 12 | 13 | Adobe Acrobat DC, Adobe After Effects, Adobe Animate, Adobe Audition, Adobe Bridge, Adobe Captivate, Adobe Character Animator, Adobe Dreamweaver, Adobe Edge Code, Adobe Edge Reflow, Adobe Encore, Adobe Fireworks, Adobe Fuse, Adobe Illustrator, Adobe InCopy, Adobe InDesign, Adobe Lightroom, Adobe Muse, Adobe Photoshop, Adobe Prelude, Adobe Premiere, Adobe Scout, Adobe SpeedGrade 14 | 15 | ### [amWiki ](https://github.com/TevinLi/amWiki)![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/TevinLi/amWiki")](https://github.com/TevinLi/amWiki) ![](/assets/united-states.png) 16 | 17 | 基于JavaScript、依赖于Atom编辑器、应用MarkDown标记的wiki文档系统 18 | 19 | ### [AutoHotkey](https://www.autohotkey.com/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@GitHub: https://github.com/Lexikos/AutoHotkey_L")](https://github.com/Lexikos/AutoHotkey_L) ![](/assets/earth-globe.png) ![](/assets/usb.png) 20 | 21 | 开源Windows脚本语言,用户可以轻松创建各种脚本完成各种任务 22 | 23 | ### AutoIt ![](/assets/图片2.png) ![](/assets/united-states.png) ![](/assets/usb.png) 24 | 25 | ###### [官网](https://www.autoitscript.com/site/autoit/)|[下载页面](https://www.autoitscript.com/site/autoit/downloads/) 26 | 27 | 类BASIC脚本语言,用于Windows GUI的自动化以及编写一般脚本 28 | 29 | ###### ⚠ 长期无更新但无明显bug 30 | 31 | ### Cortana ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 32 | 33 | 微软开发的Windows 10内置个人助理 34 | 35 | ### [HelloFont](http://www.hellofont.cn/index.php) 字由 ![](/assets/图片2.png) ![](/assets/china.png) 36 | 37 | 一站式字体管理、预览、备份与范例展示 38 | 39 | ### LibreOffice ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MPL 2.0@libreoffice.org: https://www.libreoffice.org/about-us/source-code/")](https://www.libreoffice.org/about-us/source-code/) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 40 | 41 | ###### [官网](https://www.libreoffice.org/)|[下载页面](https://www.libreoffice.org/download/download/) 42 | 43 | 开源Office套装 44 | 45 | ### [Materialette](http://mikeschultz.xyz/materialette/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHUb: https://github.com/mike-schultz/materialette")](https://github.com/mike-schultz/materialette) ![](/assets/earth-globe.png) ![](/assets/usb.png) 46 | 47 | material设计的调色板 48 | 49 | ### [Matterwiki](http://matterwiki.com/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/Matterwiki/Matterwiki")](https://github.com/Matterwiki/Matterwiki) ![](/assets/earth-globe.png) 50 | 51 | 简单优雅的团队wiki 52 | 53 | ### Medibang Paint ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 54 | 55 | ###### [官网](https://medibangpaint.com/zh_CN/)|[下载页面](https://medibangpaint.com/zh_CN/app-download/) 56 | 57 | 可以使用云端功能,免费使用丰富素材,知名字体,多彩笔刷,操作轻便、简洁的动漫绘图软件 58 | 59 | ### [Microsoft Office](http://www.office.com) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 60 | 61 | 微软开发的生产力套装,包含: 62 | 63 | Access, Excel, OneDrive \(for Business\), OneNote, Outlook, PowerPoint, Project, Publisher, Skype \(for Business\), Visio, Word 64 | 65 | ### XMind ![](/assets/图片2.png) [![](/assets/open-source-icon.png "EPL 1.0/LGPL 3.0@GitHub:https://github.com/xmindltd/xmind")](https://github.com/xmindltd/xmind) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 66 | 67 | ###### [官网](http://www.xmind.net/)|[下载页面](http://www.xmind.net/download/win/) 68 | 69 | 思维导图工具,带有免费的云端同步 70 | 71 | ### Zim Desktop Wiki ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@GitHub: https://github.com/jaap-karssenberg/zim-desktop-wiki/")](https://github.com/jaap-karssenberg/zim-desktop-wiki/) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 72 | 73 | ###### [官网](http://zim-wiki.org/index.html)|[下载页面](http://zim-wiki.org/downloads.html) 74 | 75 | 使用本地文件储存的wiki式的笔记本 76 | 77 | -------------------------------------------------------------------------------- /security.md: -------------------------------------------------------------------------------- 1 | ## 隐私安全 2 | 3 | 增加隐私保护与系统安全性 4 | 5 | --- 6 | 7 | ### [Acrylic DNS Proxy](http://mayakron.altervista.org/wikibase/show.php?id=AcrylicHome) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@SourceForge: https://sourceforge.net/projects/acrylic/")](https://sourceforge.net/projects/acrylic/) ![](/assets/united-states.png) ![](/assets/china.png) ![](/assets/usb.png) 8 | 9 | 本地DNS代理,缓存DNS服务器回应并通过设置hosts文件防止恶意广告 10 | 11 | * [中文编译版页面](https://github.com/miaomiaosoft/Acrylic-DNS-Proxy-GUI) 12 | 13 | ### [AdwCleaner](https://toolslib.net/downloads/viewdownload/1-adwcleaner/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 14 | 15 | 免费清理工具,针对广告软件、PUP/LPI、恶意工具栏跟劫持软件 16 | 17 | ### [BitDefender](https://www.bitdefender.com/solutions/free.html) ![](/assets/图片2.png) ![](/assets/united-states.png) 18 | 19 | 正合适的防病毒保护 20 | 21 | ### CCleaner ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 22 | 23 | ###### [官网](https://www.piriform.com/CCLEANER)|[下载页面](https://www.piriform.com/ccleaner/download/standard) 24 | 25 | 轻量PC优化工具,屡获殊荣 26 | 27 | ### [Comodo Firewall](https://personalfirewall.comodo.com/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) 28 | 29 | 个人防火墙与HIPS防护 30 | 31 | ### Cryptomator ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT X Consortium & Others@GitHub: https://github.com/cryptomator/cryptomator")](https://github.com/cryptomator/cryptomator) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 32 | 33 | ###### [官网](https://cryptomator.org/)|[下载页面](https://cryptomator.org/downloads/#allVersions) 34 | 35 | 加密你的云端文件 36 | 37 | ### [Encrypto](http://macpaw.com/encrypto) ![](/assets/图片2.png) ![](/assets/united-states.png) 38 | 39 | 优雅地加密文件 40 | 41 | ### [GlassWire](https://www.glasswire.com/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 42 | 43 | 网络通信活动监视并可视化显示 44 | 45 | ### [Huorong Security](http://www.huorong.cn/) 火绒 ![](/assets/图片2.png) ![](/assets/china.png) 46 | 47 | 病毒防护软件,PUA防护表现惊艳 48 | 49 | ###### ⚠可通过自身设置取消的主页绑定 50 | 51 | ### [Kaspersky Free](https://www.kaspersky.com.cn/downloads#tools) ![](/assets/图片2.png) ![](/assets/china.png) ![](/assets/russia.png) 52 | 53 | 卡巴斯基防病毒免费版,俄语国家与中国可用 54 | 55 | ### KeePass ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0+@SourceForge: https://sourceforge.net/projects/keepass/")](https://sourceforge.net/projects/keepass/) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 56 | 57 | ###### [官网](http://keepass.info/)|[下载页面](http://keepass.info/download.html) 58 | 59 | 开源密码管理器 60 | 61 | ### LastPass ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 62 | 63 | ###### [官网](https://www.lastpass.com/)|[下载页面](https://lastpass.com/misc_download2.php?tab=windows) 64 | 65 | 强大的全能密码生成管理器,具有免费跨平台云同步 66 | 67 | ### NetLimiter ![](/assets/图片2.png) ![](/assets/united-states.png) 68 | 69 | ###### [官网](https://www.netlimiter.com/)|[下载页面](https://www.netlimiter.com/download) 70 | 71 | 网络通信控制与监视工具 72 | 73 | ### [Pcap\_DNSProxy](https://github.com/chengr28/Pcap_DNSProxy) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@GitHub: https://github.com/chengr28/Pcap_DNSProxy")](https://github.com/chengr28/Pcap_DNSProxy) ![](/assets/united-states.png) ![](/assets/multi_platform.png) 74 | 75 | 基于 WinPcap/LibPcap 用于过滤 DNS 投毒污染的工具,支持多服务器并行请求能以提高在恶劣网络环境下域名解析的可靠性 76 | 77 | ### [RevokeChinaCerts](https://github.com/chengr28/RevokeChinaCerts) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0 for Windows@GitHub: https://github.com/chengr28/RevokeChinaCerts")](https://github.com/chengr28/RevokeChinaCerts) ![](/assets/united-states.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 78 | 79 | 吊销中国网络安全中心签发的SSL证书(属非法证书) 80 | 81 | ### [Sandboxie](http://www.sandboxie.com/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) 82 | 83 | 基于沙盒的隔离软件 84 | 85 | ### Shadowsocks 影梭 ![](/assets/图片2.png) [![](/assets/open-source-icon.png "APL 2.0/GPL 3.0/LGPL 3.0@GitHub: https://github.com/shadowsocks")](https://github.com/shadowsocks) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 86 | 87 | ###### [官网](https://shadowsocks.org/en/index.html)|[下载页面](https://shadowsocks.org/en/download/clients.html) 88 | 89 | Socks5代理工具 90 | 91 | ### [ShadowsocksR ](https://breakwa11.github.io/)![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@GitHub: https://github.com/shadowsocksr")](https://github.com/shadowsocksr) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 92 | 93 | 基于Shadowsocks的主要分支之一 94 | 95 | ### [Simple DNSCrypt](https://simplednscrypt.org/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/bitbeans/SimpleDnsCrypt")](https://github.com/bitbeans/SimpleDnsCrypt) ![](/assets/earth-globe.png) 96 | 97 | 简单的DNSCrypt管理工具,可防止DNS污染 98 | 99 | ### [**XX-Net**](https://github.com/XX-net/XX-Net) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "NO LISENCE@GitHub: https://github.com/XX-net/XX-Net")](https://github.com/XX-net/XX-Net) ![](/assets/earth-globe.png) ![](/assets/usb.png) 100 | 101 | 网络代理工具 102 | 103 | -------------------------------------------------------------------------------- /system.md: -------------------------------------------------------------------------------- 1 | ## 系统增强 2 | 3 | 增强系统本身功能或者赋予新功能 4 | 5 | --- 6 | 7 | ### [~~160WIFI~~](http://wifi.160.com/) ![](/assets/图片2.png) ![](/assets/china.png) 8 | 9 | ~~虚拟WiFi路由软件,整洁免费~~ 10 | 11 | ###### ⚠据报告有可疑行为 12 | 13 | ### Advanced SystemCare ![](/assets/图片2.png) ![](/assets/earth-globe.png) 14 | 15 | ###### [官网](http://www.iobit.com/en/advancedsystemcarefree.php#)|[下载页面](http://download.cnet.com/Advanced-SystemCare-Free/3001-2086_4-10407614.html?hasJs=n&part=dl-) 16 | 17 | 一站式系统优化套件 18 | 19 | ###### ⚠捆绑另一款无害应用 20 | 21 | ### [AltDrag](https://stefansundin.github.io/altdrag/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@GitHub: https://github.com/stefansundin/altdrag")](https://github.com/stefansundin/altdrag) ![](/assets/earth-globe.png) ![](/assets/usb.png) 22 | 23 | 按下Alt键时,拖动窗口,调整大小,最小化等等 24 | 25 | ###### ⚠长期无更新但未发现明显的bug 26 | 27 | ### AOMEI Partition Assistant 分区助手 ![](/assets/图片2.png) ![](/assets/china.png) ![](/assets/united-states.png) ![](/assets/usb.png) 28 | 29 | ###### [官网](http://www.disktool.cn/)|[下载页面](http://www.disktool.cn/download.html) 30 | 31 | 无损分区工具,提供简单、易用的磁盘分区管理操作 32 | 33 | ### AquaSnap ![](/assets/图片2.png) ![](/assets/earth-globe.png) 34 | 35 | ###### [官网](http://www.nurgo-software.com/products/aquasnap)|[下载页面](http://www.nurgo-software.com/pricing/aquasnap) 36 | 37 | 为窗口添加全局动作特效,显著提升多窗口操作效率 38 | 39 | ### cFosSpeed ![](/assets/earth-globe.png) 40 | 41 | ###### [官网](https://www.cfos.de/zh-cn/cfosspeed/cfosspeed.htm)|[下载页面](https://www.cfos.de/zh-cn/download/download.htm) 42 | 43 | 为不同进程调节不同的网络占用优先级并帮助降低延时 44 | 45 | ### ~~Clover~~ ![](/assets/图片2.png) ![](/assets/earth-globe.png) 46 | 47 | ~~为文件资源浏览器增加多标签特性~~ 48 | 49 | ###### ⚠侵入式广告嫌疑 50 | 51 | ### [Dism++](https://www.chuyu.me/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/Chuyu-Team")](https://github.com/Chuyu-Team) ![](/assets/earth-globe.png) ![](/assets/usb.png) 52 | 53 | 全球首家基于CBS的Dism GUI实现 54 | 55 | ### [Ditto](https://sourceforge.net/projects/ditto-cp/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@SourceForge: https://sourceforge.net/projects/ditto-cp/")](https://sourceforge.net/projects/ditto-cp/) ![](/assets/earth-globe.png) 56 | 57 | 剪贴板管理 58 | 59 | ### [EarTrumpet](https://www.microsoft.com/zh-cn/store/p/eartrumpet/9nblggh516xp) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/File-New-Project/EarTrumpet")](https://github.com/File-New-Project/EarTrumpet) ![](/assets/united-states.png) 60 | 61 | 分别调整系统内所有使用扬声器的应用的音量 62 | 63 | ###### ⚠针对Windows 8.1/10的UWP应用 64 | 65 | * ###### 向下兼容Windows 8.1的版本可见于[GitHub](https://github.com/File-New-Project/EarTrumpet),Windows 10 RS 2用户建议从应用商店安装 66 | 67 | ### FileMenu Tools ![](/assets/图片2.png) ![](/assets/open-source-icon.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 68 | 69 | ###### [官网](https://lopesoft.com/index.php/en/products)|[下载页面](https://lopesoft.com/index.php/en/download/filemenu-tools) 70 | 71 | 右键菜单自定义 72 | 73 | ### GeekUninstaller ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 74 | 75 | ###### [官网](https://www.geekuninstaller.com/)|[下载页面](https://www.geekuninstaller.com/download) 76 | 77 | 清理卸载残余并提供便携版本 78 | 79 | ### Iobit Uninstaller ![](/assets/图片2.png) ![](/assets/earth-globe.png) 80 | 81 | ###### [官网](http://www.iobit.com/en/advanceduninstaller.php#)|[下载页面](http://download.cnet.com/IObit-Uninstaller/3001-2096_4-75161625.html?hasJs=n&part=dl-) 82 | 83 | 不留残余地彻底卸载已安装软件 84 | 85 | ### MediaInfo ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 86 | 87 | ###### [官网](https://mediaarea.net/en/MediaInfo)|[下载页面](https://mediaarea.net/en/MediaInfo/Download/Windows) 88 | 89 | 方便地查看视频音频文件的技术数据与元数据标签 90 | 91 | ### memreduct ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@GitHub: https://github.com/henrypp/memreduct")](https://github.com/henrypp/memreduct) ![](/assets/united-states.png) ![](/assets/usb.png) 92 | 93 | ###### [官网](http://www.henrypp.org/product/memreduct)|[下载页面](https://github.com/henrypp/memreduct/releases/latest) 94 | 95 | 监控优化系统内存 96 | 97 | ### [Process Explorer](https://technet.microsoft.com/en-us/sysinternals/processexplorer.aspx) ![](/assets/图片2.png) ![](/assets/united-states.png) ![](/assets/usb.png) 98 | 99 | 增强型任务管理器, 允许终结一些系统的关键进程 100 | 101 | ### Process Hacker ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@GitHub: https://github.com/processhacker2/processhacker2")](https://github.com/processhacker2/processhacker2) ![](/assets/united-states.png) ![](/assets/usb.png) 102 | 103 | ###### [官网](https://wj32.org/processhacker/index.php)|[下载页面](https://wj32.org/processhacker/downloads.php) 104 | 105 | 多功能进程管理工具 106 | 107 | ### [Process Lasso](https://bitsum.com/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) 108 | 109 | Adjust processes priority to prevent CPU unresponsing on some devices 110 | 111 | 自动实时调节优化系统内所有进程优先级以防止一些设备的卡死 112 | 113 | ### [QTTabBar](http://qttabbar.wikidot.com/) ![](/assets/图片2.png) ![](/assets/open-source-icon.png "NO LISENCE@HOMEPAGE: http://qttabbar.wikidot.com/") ![](/assets/earth-globe.png) ![](/assets/usb.png) 114 | 115 | 一站式Explorer增强工具 116 | 117 | ###### ⚠长期无更新但未发现明显的bug 118 | 119 | ### Rapid Environment Editor ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 120 | 121 | ###### [官网](https://www.rapidee.com/en/about)|[下载页面](https://www.rapidee.com/en/download) 122 | 123 | 编辑系统环境变量信息 124 | 125 | ### Startup Delayer ![](/assets/图片2.png) ![](/assets/earth-globe.png) 126 | 127 | ###### [官网](http://www.r2.com.au/page/products/show/startup-delayer/)|[下载页面](http://www.r2.com.au/page/products/download/startup-delayer/) 128 | 129 | 根据CPU与磁盘运行情况在登录到系统时延时第三方程序的自启过程 130 | 131 | ### Winaero Tweaker ![](/assets/图片2.png) ![](/assets/united-states.png) ![](/assets/usb.png) 132 | 133 | ###### [官网](http://winaero.com/comment.php?comment.news.1836)|[下载页面](http://winaero.com/request.php?1796) 134 | 135 | 调整各种Windows外观与行为特性 136 | 137 | ### WinDirStat ![](/assets/图片2.png) ![](/assets/earth-globe.png) 138 | 139 | ###### [官网](https://windirstat.net/)|[下载页面](https://www.fosshub.com/WinDirStat.html) 140 | 141 | 磁盘占用统计 142 | 143 | ### Windows 10 Codecs ![](/assets/图片2.png) ![](/assets/united-states.png) 144 | 145 | ###### [官网](http://shark007.net/)|[下载页面](http://shark007.net/forum/Thread-Setup-and-usage) 146 | 147 | 显著增强Windows Media Player 148 | 149 | -------------------------------------------------------------------------------- /terminal.md: -------------------------------------------------------------------------------- 1 | ## 终端调试 2 | 3 | 远程调试服务器 4 | 5 | --- 6 | 7 | ### Bitvise SSH ![](/assets/图片2.png) ![](/assets/united-states.png) 8 | 9 | ###### [官网](https://www.bitvise.com/index)|[下载页面](https://www.bitvise.com/download-area) 10 | 11 | SSH客户端 12 | 13 | ### [I'm Only Resting](http://www.swensensoftware.com/im-only-resting) ![](/assets/图片2.png) ![](/assets/united-states.png) ![](/assets/usb.png) 14 | 15 | 特效丰富的基于WinForms的HTTP客户端 16 | 17 | ### Insomnia ![](/assets/图片2.png) ![](/assets/united-states.png) 18 | 19 | ###### [官网](https://insomnia.rest/)|[下载页面](https://insomnia.rest/download/#windows) 20 | 21 | 现代化的REST客户端 22 | 23 | ### [Kitty](http://www.9bis.net/kitty/) ![](/assets/图片2.png) ![](/assets/united-states.png) ![](/assets/usb.png) 24 | 25 | 高级Putty 26 | 27 | ### MobaXterm ![](/assets/图片2.png) ![](/assets/earth-globe.png) 28 | 29 | ###### [官网](http://mobaxterm.mobatek.net/)|[下载页面](http://mobaxterm.mobatek.net/download-home-edition.html) 30 | 31 | 具备Xserver并标签化的SSH客户端 32 | 33 | ### mRemoteNG ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@GitHub: https://github.com/mRemoteNG/mRemoteNG")](https://github.com/mRemoteNG/mRemoteNG) ![](/assets/earth-globe.png) ![](/assets/usb.png) 34 | 35 | ###### [官网](https://mremoteng.org/)|[下载页面](https://mremoteng.org/download) 36 | 37 | 开源、标签化、多协议的远程连接管理器 38 | 39 | ### MTPuTTY ![](/assets/图片2.png) ![](/assets/united-states.png) ![](/assets/usb.png) 40 | 41 | ###### [官网](http://ttyplus.com/multi-tabbed-putty/)|[下载页面](http://ttyplus.com/downloads.html) 42 | 43 | 标签化的PuTTY 44 | 45 | ### [Putty](http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) ![](/assets/图片2.png) ![](/assets/open-source-icon.png "独有协议@主页") ![](/assets/united-states.png) 46 | 47 | SSH与telnet客户端 48 | 49 | ### WinSCP ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL@winscp.net: https://winscp.net/eng/download.php")](https://winscp.net/eng/download.php) ![](/assets/earth-globe.png) ![](/assets/usb.png) 50 | 51 | ###### [官网](https://winscp.net/eng/docs/lang:chs)|[下载页面](https://winscp.net/eng/docs/lang:chs#下载) 52 | 53 | 免费开源的SFTP/FTP/WebDAV/SCP客户端 54 | 55 | ### Xshell ![](/assets/图片2.png) ![](/assets/earth-globe.png) 56 | 57 | ###### [官网](http://www.netsarang.com/products/xsh_overview.html)|[下载页面](http://www.netsarang.com/download/down_xsh5.html) 58 | 59 | 强大终端工具,支持SSH SFTP TELNET RLOGIN与SERIAL 60 | 61 | -------------------------------------------------------------------------------- /text-editor.md: -------------------------------------------------------------------------------- 1 | ## 文本编辑器 2 | 3 | 提升文本编辑效率 4 | 5 | --- 6 | 7 | ### [AkelPad](https://sourceforge.net/projects/akelpad/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "BSD@SourceForge: https://sourceforge.net/projects/akelpad/")](https://sourceforge.net/projects/akelpad/) ![](/assets/earth-globe.png) 8 | 9 | 高度轻量化的高级文本编辑器 10 | 11 | ### Atom ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/atom/atom")](https://github.com/atom/atom) ![](/assets/united-states.png) ![](/assets/usb.png) 12 | 13 | ###### [官网](https://atom.io/)|[下载页面](https://github.com/atom/atom/releases) 14 | 15 | 可破译的文本编辑器 16 | 17 | ### EmEditor ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 18 | 19 | ###### [官网](https://www.emeditor.com)|[下载页面](https://www.emeditor.com/download/) 20 | 21 | 支持宏,Unicode,可处理大数据以及 CSV 文件的文本编辑器 22 | 23 | ### EverEdit ![](/assets/图片2.png) ![](/assets/china.png) ![](/assets/united-states.png) ![](/assets/japan.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 24 | 25 | ###### [官网](http://www.everedit.net/)|[下载页面](http://www.everedit.net/download) 26 | 27 | 内置Markdown预览与二进制编辑的文本编辑器 28 | 29 | ### [GitBook Editor](https://www.gitbook.com/editor) ![](/assets/图片2.png) ![](/assets/united-states.png) 30 | 31 | 使用GitBook的GUI客户端 32 | 33 | ### GNU Emacs ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL系列@fsf.org: https://directory.fsf.org/wiki/GNU")](https://directory.fsf.org/wiki/GNU) ![](/assets/united-states.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 34 | 35 | ###### [官网](https://www.gnu.org/software/emacs/)|[下载页面](https://www.gnu.org/software/emacs/download.html) 36 | 37 | 具有Emacs Lisp解释能力的文本编辑器 38 | 39 | ### [Inkdrop](https://www.inkdrop.info/) ![](/assets/earth-globe.png) ![](/assets/usb.png) 40 | 41 | 使用MarkDown的笔记本应用 42 | 43 | ### Knowte ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@GitHub: https://github.com/digimezzo/Knowte")](https://github.com/digimezzo/Knowte) ![](/assets/earth-globe.png) 44 | 45 | ###### [官网](http://www.digimezzo.com/software/knowte-2/)|[下载页面](http://www.digimezzo.com/content/software/knowte/) 46 | 47 | UWP风格UI的笔记本应用 48 | 49 | ### Leanote 蚂蚁笔记 ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0+@GitHub: https://github.com/leanote")](https://github.com/leanote) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 50 | 51 | ###### [官网](https://leanote.com/)|[下载页面](http://app.leanote.com/) 52 | 53 | 支持 Markdown 的开源云笔记,也可以搭建个人博客 54 | 55 | ### [Light Table](http://lighttable.com/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/LightTable/LightTable")](https://github.com/LightTable/LightTable) ![](/assets/earth-globe.png) ![](/assets/usb.png) 56 | 57 | 可定制化的编辑器,实时显示代码反馈与数据流 58 | 59 | ### [Markdown Plus](http://tylingsoft.com/markdown-plus/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "NO LISENCE@GitHub: https://github.com/tylingsoft/markdown-plus")](https://github.com/tylingsoft/markdown-plus) ![](/assets/united-states.png) ![](/assets/multi_platform.png) 60 | 61 | Markdown编辑器,支持通用 markdown、GitHub markdown 之外,还支持:实时预览代码、高亮任务列表、Emoji 图标、Font Awesome 图标、Ionicons 图标、数学公式、流程图、顺序图、甘特图 62 | 63 | ### Notepad++ ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@GitHub: https://github.com/notepad-plus-plus/notepad-plus-plus")](https://github.com/notepad-plus-plus/notepad-plus-plus) ![](/assets/earth-globe.png) ![](/assets/usb.png) 64 | 65 | ###### [官网](https://notepad-plus-plus.org/)|[下载页面](https://notepad-plus-plus.org/download/v7.3.3.html) 66 | 67 | 开源代码编辑器,支持多种编程语言 68 | 69 | ### PSPad ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 70 | 71 | ###### [官网](http://www.pspad.com/)|[下载页面](http://www.pspad.com/en/download.php) 72 | 73 | 免费的文本编辑器,支持170种以上的语法高亮。 74 | 75 | ### [Simplenote](https://simplenote.com/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) 76 | 77 | 简单跨平台云同步笔记应用 78 | 79 | ### [Sublime Text 3](http://www.sublimetext.com/3) ![](/assets/united-states.png) ![](/assets/usb.png) 80 | 81 | 现代UI设计的文本编辑器 82 | 83 | ### [Typora](https://typora.io/) ![](/assets/图片2.png) ![](/assets/united-states.png) 84 | 85 | 简洁MarkDown阅读编写应用 86 | 87 | ### [Visual Studio Code](https://code.visualstudio.com/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "MIT@GitHub: https://github.com/Microsoft/vscode")](https://github.com/Microsoft/vscode) ![](/assets/earth-globe.png) ![](/assets/usb.png) 88 | 89 | 微软出品的开源文本编辑器 90 | 91 | -------------------------------------------------------------------------------- /videos.md: -------------------------------------------------------------------------------- 1 | ## 视频工具 2 | 3 | 视频播放、管理、转格式、编辑等 4 | 5 | --- 6 | 7 | ### [5KPlayer](https://www.5kplayer.com/) ![](/assets/图片2.png) ![](/assets/united-states.png) ![](/assets/multi_platform.png) 8 | 9 | 支持Airplay、广播电台与一些视频站点下载功能的通用多媒体播放器 10 | 11 | ### [EMDB](http://www.emdb.eu/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/usb.png) 12 | 13 | 电影及电视剧追播进度记录,同时支持光盘与本地媒体文件 14 | 15 | ### [HandBrake](http://handbrake.fr/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@GitHub: https://github.com/HandBrake/HandBrake")](https://github.com/HandBrake/HandBrake) ![](/assets/earth-globe.png) 16 | 17 | UI优美、性能优秀的视频编码工具 18 | 19 | ### [Kodi](https://kodi.tv/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@GitHub: https://github.com/xbmc/xbmc")](https://github.com/xbmc/xbmc) ![](/assets/earth-globe.png) 20 | 21 | 免费开源家庭影院软件 22 | 23 | ### [Media Player Classic - BE](https://mpcbe.sourceforge.io/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@SourceForge: https://sourceforge.net/projects/mpcbe/")](https://sourceforge.net/projects/mpcbe/) ![](/assets/earth-globe.png) ![](/assets/usb.png) 24 | 25 | 基于 "Media Player Classic"\(MPC,Gabest\) 及 "Media Player Classic Home Cinema" \(MPC-HC,Casimir666\),包含一些功能增强及 bug 修复 26 | 27 | ### mpv ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@GitHub: https://github.com/mpv-player/mpv")](https://github.com/mpv-player/mpv) ![](/assets/united-states.png) 28 | 29 | ###### [官网](https://mpv.io/)|[下载页面](https://mpv.io/installation/) 30 | 31 | 免费开源跨平台媒体播放器 32 | 33 | ### [OBS Studio](https://obsproject.com/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@GitHub: https://github.com/jp9000/obs-studio")](https://github.com/jp9000/obs-studio) ![](/assets/united-states.png) ![](/assets/usb.png) 34 | 35 | 屏幕录制或生成直播媒体流 36 | 37 | ### Plex ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 38 | 39 | ###### [官网](https://www.plex.tv/)|[下载页面](https://www.plex.tv/apps/) 40 | 41 | 一站式家庭影院解决方案 42 | 43 | ### [PotPlayer](http://potplayer.daum.net/) ![](/assets/图片2.png) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 44 | 45 | 多媒体播放器,解码器众多,配置能力强 46 | 47 | ###### ⚠[FFmpeg PUBLIC LICENSE VIOLATED 违反FFmpeg公共许可证](https://github.com/FFmpeg/web/blob/master/src/shame#L63) 48 | 49 | ### Shotcut ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 3.0@GitHub: https://github.com/mltframework/shotcut")](https://github.com/mltframework/shotcut) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 50 | 51 | ###### [官网](https://www.shotcut.org/)|[下载页面](https://www.shotcut.org/download/) 52 | 53 | 少见的功能强大而且还开源的视频编辑工具 54 | 55 | ### [SMPlayer](https://sourceforge.net/projects/smplayer/) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@SourceForge: https://sourceforge.net/projects/smplayer/")](https://sourceforge.net/projects/smplayer/) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 56 | 57 | 可针对单个视频记忆设置选项的多媒体播放器 58 | 59 | ### tinyMediaManager ![](/assets/图片2.png) [![](/assets/open-source-icon.png "Apache 2.0@GitHub: https://github.com/tinyMediaManager/tinyMediaManager")](https://github.com/tinyMediaManager/tinyMediaManager) ![](/assets/earth-globe.png) ![](/assets/usb.png) ![](/assets/multi_platform.png) 60 | 61 | ###### [官网](http://www.tinymediamanager.org/)|[下载页面](http://www.tinymediamanager.org/download/) 62 | 63 | 电影电视剧管理工具,支持自动下载影片信息、字幕、标记已观看、同步 Trakt.tv 等功能 64 | 65 | ###### 📌需要Java1.7或更新 66 | 67 | ### [VLC](http://www.videolan.org/vlc/index.html) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "GPL 2.0@GitHub: https://github.com/videolan/vlc")](https://github.com/videolan/vlc) ![](/assets/earth-globe.png) ![](/assets/multi_platform.png) 68 | 69 | 免费开源多媒体播放器与框架,可播放DVD 音频CD VCD与多种流协议 70 | 71 | ### [**zogvm**](https://github.com/zogvm/zogvm) ![](/assets/图片2.png) [![](/assets/open-source-icon.png "NO LISENCE@GitHub: https://github.com/zogvm/zogvm")](https://github.com/zogvm/zogvm) ![](/assets/china.png) ![](/assets/usb.png) 72 | 73 | 视频引索管理器 74 | 75 | --------------------------------------------------------------------------------