├── .gitignore ├── LICENSE ├── README.md ├── README_CN.md ├── _config.yml └── doc └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | # Logs 2 | logs 3 | *.log 4 | npm-debug.log* 5 | yarn-debug.log* 6 | yarn-error.log* 7 | 8 | # Runtime data 9 | pids 10 | *.pid 11 | *.seed 12 | *.pid.lock 13 | 14 | # Directory for instrumented libs generated by jscoverage/JSCover 15 | lib-cov 16 | 17 | # Coverage directory used by tools like istanbul 18 | coverage 19 | 20 | # nyc test coverage 21 | .nyc_output 22 | 23 | # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) - 24 | .grunt 25 | 26 | # Bower dependency directory (https://bower.io/) - 27 | bower_components 28 | 29 | # node-waf configuration 30 | .lock-wscript 31 | 32 | # Compiled binary addons (https://nodejs.org/api/addons.html) - 33 | build/Release 34 | 35 | # Dependency directories 36 | node_modules/ 37 | jspm_packages/ 38 | 39 | # TypeScript v1 declaration files 40 | typings/ 41 | 42 | # Optional npm cache directory 43 | .npm 44 | 45 | # Optional eslint cache 46 | .eslintcache 47 | 48 | # Optional REPL history 49 | .node_repl_history 50 | 51 | # Output of 'npm pack' 52 | *.tgz 53 | 54 | # Yarn Integrity file 55 | .yarn-integrity 56 | 57 | # dotenv environment variables file 58 | .env 59 | 60 | # next.js build output 61 | .next 62 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) - 2018 白永建 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software") - , to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
2 |

3 | AwesomeTools 4 |

5 |
6 | 7 | Awesome Tools 为软件开发者们整理众多操作系统下实用的工具和学习资源,项目灵感来源于 [Awesome macOS](https://github.com/iCHAIT/awesome-macOS 'Awesome macOS')、[Awesome](https://github.com/Awesome-Windows/Awesome.git)、[Windows 绝赞应用](https://amazing-apps.gitbook.io/windows-apps-that-amaze-us/zh-cn)。 8 | 9 | 欢迎加入 Telegram 频道:[https://t.me/awesometools](https://t.me/awesometools) 10 | ## Applications 11 | ### Windows 12 | 13 | - [Listary][listary] - 搜索文件和快速启动软件 14 | - [Wox][wox] - 快速启动软件 15 | - [WGestures][wgestures] - 鼠标手势操作电脑 16 | - [AutoHotkey][autohotkey] - 重新映射键盘按键 17 | - [QuickLook][quicklook] - 快速预览文件 18 | - [Quicker](https://getquicker.net/) - 为常用操作建立捷径,让效率触手可及 19 | - [AutoHotKey](https://www.autohotkey.com/) - The ultimate automation scripting language for Windows. 20 | - [dexpot](https://dexpot.de/) - 虚拟桌面,方便切换屏幕窗口 21 | - [Ditto](https://ditto-cp.sourceforge.io/) - 剪贴板管理工具 22 | - [PowerToys](https://github.com/microsoft/PowerToys) - 快速启动工具,windows 系统组件 23 | - [Sizer](http://www.brianapps.net/sizer/) - 快速调整窗口大小 24 | - [potplayer][potplayer] - 视频播放器 25 | - [Flow Launcher](https://www.flowlauncher.com/) - Flow Launcher 26 | - [Zeal - Offline Documentation Browser](https://zealdocs.org/) - Offline Documentation Browser 27 | - [Notepads](https://github.com/JasonStein/Notepads) - A modern, lightweight text editor with a minimalist design. 28 | - [Wallpaper][wallpaper] - steam 平台美化桌面工具 29 | - [Snipaste][snipaste] - 截图和贴图工具 30 | - [Picpick][pickpick] - 图像编辑器 31 | - [Carnac][carnac] - 录制按键操作 32 | - [ScreenToGif][screentogif] - 视频、动图录制和编辑 33 | - [Uninstall Tool][uninstall tool] - 卸载软件工具 34 | - [Geek Uninstaller](https://geekuninstaller.com/) - Efficient and Fast, Small and Portable. 100% Free 35 | - [CCleaner][ccleaner] - 清理工具 36 | - [SpaceSniffer][spacesniffer] - 可视化电脑硬盘空间管理 37 | - [MacType](https://www.mactype.net/) 渲染 Windows 字体, 使其更好显示。 38 | - [Windows 系统](https://v0v.bid/) - 一句命令激活 39 | - [Office Tool Plus][otoolplus] - Office Tool 是一个用于管理、下载、安装、激活 Office、Visio、Project 的小工具。 40 | - [Files Community](https://files.community/) - Files Community 是一个社区开发的window增强版文件管理器。适配window10/11风格 支持主题。更强大的功能 41 | - [Scoop](https://github.com/ScoopInstaller/Scoop) - A command-line installer for Windows. 42 | - [winget-cli](https://github.com/microsoft/winget-cli) - Windows Package Manager CLI (aka winget) 43 | - [Chocolatey Software](https://chocolatey.org/) - The package manager for Windows 44 | - [UUP dump](https://uupdump.net/) - 多版本Windows 镜像,支持使用脚本下载 45 | - [Microsoft software download](https://www.microsoft.com/en-us/software-download/) - Windows 操作系统镜像 46 | - [rufus](https://rufus.ie/en/) - Create bootable USB drives the easy way 47 | 48 | ### macOS 49 | 50 | - [JustFocus](https://www.getjustfocus.com/) - 简洁易用的休息提醒工具。 51 | - [CheatSheet](https://mediaatelier.com/GrandTotal6/?lang=en) - 一键查询系统,应用程序的快捷键 52 | - [Paste](https://pasteapp.me/) - 剪贴板工具,**付费**。 53 | - [Things](https://culturedcode.com/things/) - 任务管理,**付费** 54 | - [Alfred](https://www.alfredapp.com/) - 快速启动 Mac 文件和软件。 55 | - [Rocket](https://matthewpalmer.net/rocket/) - 使用简单容易的方式快速打出表情 56 | - [elpass](https://elpass.app/) - 密码管理,**app 内购买** 57 | - [Vimac](https://vimacapp.com/) - 使用 vim 操作的方式导航 macOS 58 | - [DEVONthink](devontechnologies.com/apps/devonthink) - Collect, organize, edit and annotate documents of any kind. 59 | - [Roam Research](https://roamresearch.com/) - 笔记记录工具 60 | - [Script Kit: Shortcut to Everything](https://www.scriptkit.com/) - Script Kit: Shortcut to Everything 61 | - [Karabiner-Elements](https://karabiner-elements.pqrs.org/) - Karabiner-Elements 62 | - [Numi](https://numi.app/) - Numi. Beautiful calculator app for Mac. 63 | - [Bob](https://github.com/ripperhe/Bob) - Mac 端翻译软件,支持划词翻译、截图翻译等 64 | - [folivora.ai](https://folivora.ai/) - folivora.ai - Great Tools for your Mac! 65 | - [Rectangle](https://rectangleapp.com/) - 免费开源的分屏软件 66 | - [alt-tab](https://alt-tab-macos.netlify.app/) - 使用 windows 系统 alt+tab 的方式切换 macOS 屏幕 67 | - [balenaEtcher](https://www.balena.io/etcher/) - Flash OS images to SD cards & USB drives, safely and easily. 68 | 69 | ### Android 70 | 71 | - [XDA labs][xda] - 自由分发和推广应用程序的平台 72 | - [F-Droid][f-droid] - 免费开源的安卓应用市场 73 | - [NewPipe][newpipe] - 轻量级第三方 Youtube 客户端,支持后台视频播放 74 | - [YMusic][ymusic]- 第三方 Youtube 音乐播放器,支持后台播放 75 | - [Kiwi Browser](https://kiwibrowser.com/) - Kiwi browser 76 | 77 | ### Cross-Platform 78 | 79 | - [stoop](https://stoopinbox.com/) - A newsletter app 80 | - [Anydesk](https://anydesk.com/zhs) 远程协作 81 | - [textexpander](https://textexpander.com/) - 文本替换工具,提高打字效率。 82 | - [aText](https://trankynam.com/atext/) - 使用缩略语快速替换你自定义频繁使用的短语 83 | - [Calibre][calibre] - 电子图书管理,格式转换 84 | - [Koodo Reader](https://koodo.960960.xyz/en) - Koodo Reader 85 | - [sodaplayer](https://www.sodaplayer.com/) 种子播放器 86 | - [f.lux][f.lux] - 护眼模式工具 87 | - [Typora][typora] - markdown 编辑器 88 | 89 | ### Terminal 90 | - [Hyper](https://hyper.is/) - 一个漂亮并且可拓展的命令行终端。 91 | - [kitty](https://sw.kovidgoyal.net/kitty/) - kitty 92 | - [Alacritty](https://alacritty.org/) - Alacritty 93 | - [Warp](https://www.warp.dev/) - Warp—The blazingly fast, Rust-based terminal 94 | - [iTerm2](https://iterm2.com/) - iTerm2 - macOS Terminal Replacement 95 | - [wezterm](https://wezfurlong.org/wezterm/) - Wez's Terminal Emulator 96 | - [MobaXterm](https://mobaxterm.mobatek.net/) - Enhanced terminal for Windows with X11 server, tabbed SSH client, network tools and much more 97 | - [WinSCP](https://winscp.net/eng/index.php) - Free SFTP and FTP client for Microsoft Windows 98 | - [FileZila](https://filezilla-project.org/) - Free FTP Client for all operating system 99 | - [Cyberduck](https://cyberduck.io/) - Free FTP client for Mac and Windows 100 | - [Vmware](https://www.vmware.com/) 101 | - [VirtualBox](https://www.virtualbox.org/) 102 | - [Parallels](https://www.parallels.com/) 103 | 104 | ### Web Tools 105 | 106 | - [pdf.to](https://pdf.to/) - PDF 格式转换 107 | - [ilovepdf](https://www.ilovepdf.com/zh-cn) pdf 格式转换 108 | - [YouTube to MP4 & MP3 Converter](https://www.clipconverter.cc/) 109 | - [Chrome Extension Downloader][chrome extension downloader] - Chrome 扩展离线安装包 110 | - [Crx][crx] - 下载 Chrome 扩展离线安装包 111 | - [filesamples](https://filesamples.com/) - 获取用于测试目的各种格式的文件样本 112 | - [Zero Width Shortener](https://zws.im/) - 短网址生成器 113 | - [transform](https://transform.tools/) - 多种 web 语言转换器 114 | - [IPAddress.com](https://www.ipaddress.com/) - The Best IP Address, Email and Networking Tools - IPAddress.com 115 | - [drawio](https://drawio-app.com/) - 流程图制作工作 116 | - [excalidraw](https://excalidraw.com/) - 画草图的简易白板工具 117 | - [tldraw](https://www.tldraw.com/) - tldraw 118 | - [FigJam](https://www.figma.com/figjam/?ref=stackshare) - FigJam is an online whiteboard for teams to explore ideas together 119 | - [ToolJet](https://tooljet.com/?ref=stackshare) - Open-source low-code framework for building internal tools 120 | - [双拼输入法][sp] - 在线练习应用 121 | - [bulletjournal](https://bulletjournal.app/) - 子弹笔记 122 | - [Learning Git Branching](https://learngitbranching.js.org/) - 关卡挑战,逐步深入的学习 Git 的功能。 123 | - [TDEE Calculator](https://tdeecalculator.net/) - 计算每天燃烧的卡路里。它首先提供基础的代谢消耗,然后这个值乘以活动因子,得出你在不同锻炼频率下的卡路里消耗值。 124 | - [extendsclass](https://extendsclass.com/) - Online Tools for Developers 125 | - [Real-time Air Quality Index](https://aqicn.org/city/beijing/) - [Real time](Real-time) Air Quality Index 126 | - [photopea](https://www.photopea.com/) - 免费的图像处理工具,操作习惯和外观与 photoshop 相似。 127 | - [removebg](https://www.remove.bg/zh) - 去除人像图片背景,自动抠图。 128 | - [getavataaars][卡通] - 卡通图像生成器 129 | - [Image Extractor](https://extract.pics/) - 拉取网站中所有的图片资源,适合前端开发,参考这篇文章 [Master Frontend Development 💻 By Cloning These Websites](https://dev.to/hyggedev/master-frontend-development-by-cloning-these-websites-1m08) 130 | - [Color Leap](https://colorleap.app/home) - 读取历史照片颜色 131 | - [Give Me Colors](https://observablehq.com/@makio135/give-me-colors) - Give Me Colors / Lionel Radisson / Observable 132 | 133 | #### Development & Debugging Tools 134 | - [地图选择器](https://datav.aliyun.com/tools/atlas/index.html) - 下载中国省、市、县的 [GeoJSON](https://geojson.org/) 地理数据 135 | - [echarts-maps](https://github.com/echarts-maps) - 非 Apache ECharts 官方项目,独立维护的 echart 地图数据 136 | - [china_regions](https://github.com/wecatch/china_regions) - 全最新中国省,市,地区json及sql数据 137 | - [Combine GeoJSON files](https://findthatpostcode.uk/tools/merge-geojson) - 合并多个 GeoJSON 文件 138 | - [Great landing pages for your products](https://pazly.dev/) - Build fast without coding. Drag and drop editable components and build beautiful responsive websites. 139 | - [CanInclude](https://caninclude.glitch.me/) - 基于 HTML 标准文档,检查一个 HTML 标签是否可以包含在另一个标签元素里。 140 | - [Can I use](https://caniuse.com/) - 检查前端技术在现代桌面和手机端浏览器的支持程度 141 | - [regexr](https://regexr.com/) 正则表达式校验 142 | - [regex101](https://regex101.com/) - build, test, and debug regex 143 | - [Tailblocks](https://tailblocks.cc/) - Ready-to-use Tailwind CSS blocks 144 | - [Tailwind Play](https://play.tailwindcss.com/) - Tailwind Play 145 | - [UnoCSS Playground](https://unocss.antfu.me/) - UnoCSS Playground 146 | - [Visual Studio Code](https://vscode.dev/) - Online Visual Studio Code 147 | - [GitHub1s](https://github1s.com/) - GitHub1s 148 | - [Quod AI](https://www.quod.ai/?ref=stackshare) - Find the code you need faster 149 | - [Coder](https://coder.com/) - Developer workspaces on your infrastructure 150 | - [GitHub Wrapped](https://wrapped.run/) - GitHub Wrapped 151 | - [shields](https://shields.io/) - Quality metadata badges for open source projects 152 | - [StaticGen](https://www.staticgen.com/) 开源静态博客生成器热度排行 153 | - [Sourcegraph](https://sourcegraph.com/search) - Sourcegraph 154 | - [i18ns](https://i18ns.com/zh/index.html) - App&Web 国际化翻译搜索。 155 | 156 | ## Chrome Extensions 157 | 158 | - [Fireshot][fireshot] - 捕捉网页截图,编辑并将它们保存为 PDF,JPEG,GIF,PNG 或 BMP。 159 | - [网页截图:注释&录屏](https://www.awesomescreenshot.com/) - 网页截图:注释&录屏。 160 | - [image-downloader](https://pactinteractive.github.io/image-downloader/) - 拉取网站图片资源开源扩展 161 | - [Imagus](https://tiny.cc/Imagus) - 鼠标指针悬停在链接或缩略图上时直接在当前页面的弹出视图上显示这些图片、HTML5 视频/音频和内容专辑。 162 | - [Youtube Subscription Manager](https://yousub.info/) - 使用文件夹管理订阅的 YouTube 频道。 163 | - [Youtube 视频下载](https://addoncrop.com/) 164 | - [All Netflix Categories][All Netflix Categories] - Netflix has tons of hidden categories — this extension unlocks more than 27000 Hidden Netflix Secret Categories. 165 | - [Trim: IMDB Ratings on Netflix][Trim: IMDB Ratings on Netflix] - Show IMDB and Rotten Tomatoes ratings on Netflix and Amazon Prime Video 166 | - [GoodTwitter](https://chrome.google.com/webstore/detail/goodtwitter/jbanhionoclikdjnjlcmefiofgjimgca) 强制浏览器使用旧版 twitter。 已停止支持 167 | - [Twemex][twemex] - Get more insight from Twitter 使用侧边栏显示热门推文 168 | - [OneTab][onetab] - 单击OneTab图标,将所有标签页转换成一个列表,节省内存,并减轻标签页混乱现象 169 | - [The Great Suspender](https://chrome.google.com/webstore/detail/the-great-suspender/klbibkeccnjlkjkiokjodocebajanakg?hl=en) - 冻结长时间不用的网页,释放系统资源。 170 | - [uAutoPagerize](https://chrome.google.com/webstore/detail/uautopagerize/kdplapeciagkkjoignnkfpbfkebcfbpb) - 自动加载网页搜索结果的分页内容。 171 | - [Check My Links][Check-My-Links] - 快速检查网页中所有的链接是否有效 172 | - [Chrono下载管理器][Chrono Download Manager] - Chrono接管你在Chrome中的所有下载,并添加了对浏览器菜单、工具栏和快捷键的支持 。 173 | - [Extension Manager](https://chrome.google.com/webstore/detail/extension-manager/gjldcdngmdknpinoemndlidpcabkggco) - 扩展管理器。 174 | - [Google Hit Hider](https://greasyfork.org/en/scripts/1682-google-hit-hider-by-domain-search-filter-block-sites) - Block unwanted sites from your Google, DuckDuckGo, Startpage.com, Bing and Yahoo search results 175 | - [Video Speed Controller][video speed] - 网页视频加速调节工具,还可以快进广告。 176 | - [Vimium][vimium] 根据 Vim 编辑器的操作习惯,提供导航和控制的键盘快捷键 177 | - [网盘直链下载助手](https://www.baiduyun.wiki/) - 油猴脚本 一个免费脚本搞定网盘下载。 178 | - [Dualsub](https://dualsub.netlify.com/zh-cn/) - Youtube 双语字幕。 179 | - [YouTube™双字幕](https://www.dual-subtitles.com/) - Youtube 双字幕,搭配其他翻译工具可实现划词翻译 180 | - [burningvocabulary](https://burningvocabulary.com/) - 在任何网页上给不认识的单词打标签 181 | - [Bionic Reading](https://bionic-reading.com/en/) - A higher dimension of reading. 182 | - [沙拉查词](https://saladict.crimx.com/) - 聚合多种词典,可划词翻译。 183 | - [Language Learning with Netflix][Language Learning with Netflix] - 在Netflix网站上观看视频时,字幕以两种语言显示,允许您将原始音频和文本与您的语言翻译进行比较。 184 | - [Relingo](https://relingo.net/en/index) - Read interesting English articles, watch interesting videos and master vocabulary step by step 185 | - [Mate Translate](https://gikken.co/mate-translate/) - 翻译器、词典 一站式翻译您的网页、标记的文字段落和 Netflix 影集字幕。快速翻译和学习多达 103 种语言。 186 | - [Markdown Here](https://markdown-here.com/) - 转换 Markdown 格式的文本。 187 | - [clippings.io](https://www.clippings.io/) 管理 Kindle 设备上的摘抄和笔记 188 | - [Push to Kindle](https://chrome.google.com/webstore/detail/push-to-kindle/pnaiinchjaonopoejhknmgjingcnaloc) - Push to Kindle 是一项推送网页文章到 kiddle 的免费服务。该插件提供了一种快捷的方式,只需点击扩展按钮即可将文章发送到 Kindle 或者其他电子阅读器上。 189 | - [Google 文档、表格及幻灯片的 Office 编辑扩展程序](https://chrome.google.com/webstore/detail/office-editing-for-docs-s/gbkeegbaiigmenfmjfclcdgdpimamgkj) 离线可用,用 Chrome 直接查看和编辑 Word、Excel、PPT 文档。 190 | - [为什么你们就是不能加个空格呢?](https://github.com/vinta/pangu.js) - 自动在网页中所有的中文字和半形的英文、数字、符号之间插入空白。 191 | - [Infinity 新标签页](https://www.infinitynewtab.com/) - Infinity 新标签页。 192 | - [Momentum](https://momentumdash.com/) - 简洁标签页。 193 | 194 | ### Development & Debugging Tools 195 | 196 | - [GitZip for github][gitzip] - 下载 github 单个文件扩展 197 | - [Octotree][octotree] - github 项目目录 198 | - [GitHub Repository Size][gitsize] - 显示 github 仓库大小 199 | - [Web Developer](https://chrispederick.com/work/web-developer/) - Web 开发。 200 | - [Site Palette](http://palette.site/) - 拾取网页颜色。 201 | - [keyframes.app](https://keyframes.app/) - Keyframes gives you a visual timeline to help you create, view, and run animations without having to go back and forth between your browser and editor. 202 | - [Isometric Contributions](https://github.com/jasonlong/isometric-contributions) - 将 github 提交信息切换成更直观的 3D 柱状图。 203 | - [json-viewer][jsonviewer] - 格式化、高亮显示 JSON 数据 204 | - [Fonts Ninja][fontsninja] - 可识别网页中的字体类型,加快设计速度,适合网页设计师和前端开发者 205 | 206 | ## Resources 207 | ### Command-Line Tools 208 | 209 | - [fasd](https://github.com/clvv/fasd) - Command-line productivity booster, offers quick access to files and directories, inspired by autojump, z and v. 210 | - [bat](https://github.com/sharkdp/bat) - A cat(1) clone with wings. 211 | - [exa](https://github.com/ogham/exa) - A modern replacement for ‘ls’. 212 | - [fd](https://github.com/sharkdp/fd) - A simple, fast and user-friendly alternative to 'find' 213 | - [fzf](https://github.com/junegunn/fzf) - A command-line fuzzy finder 214 | - [tldr](https://github.com/tldr-pages/tldr) - 📚 Collaborative cheatsheets for console commands 215 | - [htop](https://htop.dev/) - an interactive process viewer 216 | - [NCurses Disk Usage](https://dev.yorhel.nl/ncdu) - NCurses Disk Usage 217 | - [asciinema](https://asciinema.org/) - asciinema - Record and share your terminal sessions, the right way 218 | - [svg-term-cli](https://github.com/marionebl/svg-term-cli) - Share terminal sessions via SVG and CSS 219 | - [httpie](https://github.com/httpie/httpie) - As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie 220 | - [fig](https://github.com/withfig/fig) - Public issue tracker for Fig 221 | - [tig](https://github.com/jonas/tig) - Text-mode interface for git 222 | - [Terminals Are Sexy](https://terminalsare.sexy/) - Terminals Are Sexy - Terminals Are Sexy 223 | - [zsh](https://www.zsh.org/) - zsh 224 | - [fish shell](https://fishshell.com/) - fish shell 225 | - [tmux](https://github.com/tmux/tmux) - tmux/tmux: tmux source code 226 | - [PowerShell Documentation](https://docs.microsoft.com/en-us/powershell/) - Microsoft [Docs](Docs) 227 | - [zimfw](https://github.com/zimfw/zimfw) - zimfw/zimfw: Zim: Modular, customizable, and blazing fast Zsh framework 228 | - [plugin-git](https://github.com/jhillyerd/plugin-git) - Git plugin for Oh My Fish (similar to oh-my-zsh git) 229 | - [autopair.fish](https://github.com/jorgebucaran/autopair.fish) - Auto-complete matching pairs in the Fish command line. 230 | - [z](https://github.com/jethrokuan/z) - Pure-fish z directory jumping 231 | - [tide](https://github.com/IlanCosman/tide) - 🌊 The ultimate Fish prompt. 232 | - [fzf.fish](https://github.com/PatrickF1/fzf.fish) - Augment your fish command line with fzf key bindings. 233 | - [nvm.fish](https://github.com/jorgebucaran/nvm.fish) - Node.js version manager lovingly made for Fish. 234 | - [awsm.fish](https://github.com/jorgebucaran/awsm.fish) - A curation of prompts, plugins & other resources for Fish. 🐚 235 | - [Fish shell playground](https://rootnroll.com/d/fish-shell/) - Fish shell playgroun 236 | 237 | ### Learning Resources 238 | #### Guides 239 | 240 | - [2021 JavaScript Rising Stars](https://risingstars.js.org/2021/en) - 2021 JavaScript Rising Stars 241 | - [Devhints](https://devhints.io/) - TL;DR for developer documentation 242 | - [React Cheatsheet](http://www.developer-cheatsheets.com/) - React Cheatsheet 243 | - [Cheat Sheets For Every Occasion](https://cheatography.com/) - Download Free Cheat Sheets or Create Your Own 244 | - [Cheat Sheet](http://www.cheat-sheets.org/) - Cheat Sheet : All Cheat Sheets in one page 245 | - [HTML Reference](https://htmlreference.io/) - HTML Reference - A free guide to all HTML elements and attributes. 246 | - [CSS Reference](https://cssreference.io/) - CSS Reference - A free visual guide to CSS 247 | - [GRID](https://grid.malven.co/) - GRID: A simple visual cheatsheet for CSS Grid Layout 248 | - [OverAPI.com](https://overapi.com/) - Collecting all the cheat sheets 249 | - [GitSheet](https://gitsheet.wtf/) - GitSheet 250 | - [HTML Cheat Sheet](https://htmlcheatsheet.com/) - The best interactive cheat sheet 251 | - [explainshell](https://explainshell.com/) - write down a command-line to see the help text that matches each argument. 252 | - [command-not-found.com](https://command-not-found.com/) - command-not-found.com 253 | - [Bash One-Liners](https://www.bashoneliners.com/) - Bash [One Liners](One-Liners) 254 | - [命令行的艺术](https://github.com/jlevy/the-art-of-command-line/blob/master/README-zh.md) - 学习命令行技巧,提高作为工程师的灵活性和生产力 255 | - [cheat.sh](https://cheat.sh/) - cheat.sh/:firstpage 256 | - [shell-fu](https://www.shell-fu.org/) - shell-fu 257 | - [ShellCheck](https://www.shellcheck.net/) - ShellCheck – shell script analysis tool 258 | - [styleguide](https://google.github.io/styleguide/shellguide.html) - Style guides for Google-originated open-source projects 259 | - [Developer Roadmaps](https://roadmap.sh/roadmaps) - Developer Roadmaps 260 | 261 | #### Books 262 | 263 | - [Atomic Design](https://atomicdesign.bradfrost.com/table-of-contents/) - Atomic Design by Brad Frost 264 | - [Learning JavaScript Design Patterns](https://www.patterns.dev/posts/classic-design-patterns/) - Learning JavaScript Design Patterns 265 | - [Structure and Interpretation of Computer Programs](https://sicp.comp.nus.edu.sg/) - 计算机结构和编译电子书资源,javascript 版。 266 | - [James Clear's 30 Days to Better Habits email course](https://jamesclear.com/30-days) - James Clear's 30 Days to Better Habits email course 267 | - [Exploring JS](https://exploringjs.com/) - JavaScript books for programmers 268 | - [The Modern JavaScript Tutorial](https://javascript.info/) - The Modern JavaScript Tutorial 269 | 270 | #### Online Courses 271 | - [freecodecamp](https://www.freecodecamp.org/) 272 | - [prototypr][prototypr] - 设计相关的新闻和工具 273 | - [Class Cental](https://www.classcentral.com) - 免费的网络和公开课搜索引擎,赶紧安排学习起来。 274 | - [Coursera](https://www.coursera.org/) - Coursera 的在线课程由世界上顶尖大学和公司的讲师提供教学。 275 | - [Udemy](https://www.udemy.com/) - Udemy 课程种类丰富,什么课程都有,类似于淘宝的在线教育平台。 276 | - [Khan Academy](https://zh.khanacademy.org/) - 可汗学院提供练习习题, 教学视频和个性化的学习界面,让学习者能够在课堂内外按照自己的进度学习。 277 | - [code.org](https://code.org/) - Code.org® 是一个非营利组织。它致力于为学校、妇女和少数族裔提供学习计算机科学的机会。 278 | - [DevTube](https://dev.tube/) - The best developer videos in one place. 279 | - [wikiHow](https://zh.wikihow.com/) - wikiHow 以「如何做某事」的提问方式,提供了很多实用的百科指南。 280 | - [数学乐](https://www.shuxuele.com/) - 有趣及易懂的方法来演示数学,本网站旨在覆盖整个幼儿园到高中的数学课程。 281 | - [AutoHotkey 学习指南](https://www.autohotkey.com/boards/viewtopic.php?f=29&t=1099) - AutoHotkey 中文学习指南。 282 | - [cambridgeHelp](https://dictionary.cambridge.org/help/codes.html#) 283 | - [figmachina](https://figmachina.com/) - figma 中文学习资源 284 | 285 | ### Media Resources 286 | 287 | - [coverr][coverr] - 短视频下载网站 288 | - [Mazwai][mazwai] - 短视频下载网站 289 | - [pexels][pexels] - 图片库,支持关键词、颜色搜索 290 | - [Unsplash][unsplash] - 摄影师社区推动平台、高清壁纸分享 291 | - [imgbin](https://imgbin.com/) - 透明 PNG 图片下载 292 | - [New Old Stock][new old stock] - 历史照片、黑白照片 293 | - [StreetWill][streetwill] - 人文地理、自然风景类图片 294 | - [fontsfree](https://fontsfree.net/) - 字体下载 295 | - [xfonts](https://xfonts.pro/) - 字体下载 296 | - [Vectary](https://www.vectary.com/) - Vectary - Free online 3D design and Augmented Reality platform 297 | - [Rive](https://rive.app/) - Rive - About Rive 298 | - [Clipchamp](https://clipchamp.com/en/) - All your video needs in one place 299 | - [icons8](https://icons8.com/) - Free Icons, Clipart Illustrations, Photos, and Musick 300 | - [Icones](https://icones.js.org/) 301 | - [Illustrations](https://undraw.co/illustrations) - Illustrations, unDraw 302 | - [SVG Repo - Free SVG Vectors and Icons](https://www.svgrepo.com/) - SVG Repo - Free SVG Vectors and Icons 303 | - [OpenMoji](https://openmoji.org/) - OpenMoji 304 | - [IconMoon](https://icomoon.io/#home) 图标库,可自定义下载 305 | - [Font Awesome](https://fontawesome.com/) 图标库 306 | - [Sub HD 字幕站](https://subhd.tv/) 字幕下载站 307 | - [Opensubtitles](https://www.opensubtitles.org/en/search/subs) - 字幕站。 308 | - [subscene](https://subscene.com/) - 字幕站。 309 | - [the pirate bay](https://www.thepiratebay.org/) 种子资源网 310 | - [prism-break](https://prism-break.org/zh-CN/) - 隐私/安全 全套软件。 311 | 312 | ### Hardware 313 | 314 | - [RGBKB](https://www.rgbkb.net/) - RGBKB.net 315 | - [Vortexgear](http://www.vortexgear.tw/) - Vortexgear, Keyboard, Keyca 316 | - [ErgoDox EZ](https://ergodox-ez.com/) - An Incredible Mechanical Ergonomic Keyboard 317 | - [kinesis](https://kinesis-ergo.com/keyboards) - keyboards 318 | - [zFrontier](https://www.zfrontier.com/app/#new) - forums 319 | 320 | ## Miscellaneous 321 | 322 | - [Web design Museum](https://www.webdesignmuseum.org/) 各大网站网页设计发展历程 323 | - [Version Museum](https://www.versionmuseum.com/) - 展示众多流行网站、操作系统、应用程序和游戏的视觉设计历史演变,英文网站。 324 | - [showeet](https://www.showeet.com/) - 具有创造力的免费 PPT 模板,英文网站。 325 | - [Get emoji](https://getemoji.com/) - 表情资源,可复制粘贴使用。 326 | - [public-apis](https://public-apis.xyz/) - 公共免费的 API 集合。 327 | - [techurls](http://techurls.com/) - 科技频道 328 | - [devurls](http://devurls.com/ ) - 程序员频道 329 | - [sciurls](http://sciurls.com/) - 科学频道 330 | - [finurls](https://finurls.com/) - 财经频道 331 | - [Mirror: Create and connect your world on web3](https://mirror.xyz/) - Mirror: Create and connect your world on web3 332 | - [teddit](https://teddit.net/) - the alternative, privacy respecting, front page of internet. 333 | 334 | ## Top Case 335 | - [The Top 100 Developer Tools of 2021](https://stackshare.io/posts/top-developer-tools-2021#new) 336 | - [the-book-of-secret-knowledge](https://github.com/trimstray/the-book-of-secret-knowledge) - A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more 337 | - [Awesome Tech Blogs](https://tech-blogs.dev/) 338 | - [Uses - Wes Bos](https://uses.tech/) 339 | 340 | [oss icon]: https://jaywcjlove.github.io/sb/ico/min-oss.svg 'Open Source Software' 341 | [freeware icon]: https://jaywcjlove.github.io/sb/ico/min-free.svg 'Freeware' 342 | [app-store icon]: https://jaywcjlove.github.io/sb/ico/min-app-store.svg 'App Store Software' 343 | [awesome-list icon]: https://jaywcjlove.github.io/sb/ico/min-awesome.svg 'Awesome List' 344 | [listary]: https://www.listary.com/ 345 | [wox]: http://www.wox.one/ 346 | [wgestures]: http://www.yingdev.com/projects/wgestures 347 | [autohotkey]: https://www.autohotkey.com/ 348 | [quicklook]: https://pooi.moe/QuickLook/?utm_source=www.appinn.com 349 | [deviantart]: https://www.deviantart.com/ 350 | [uninstall tool]: https://www.crystalidea.com/uninstall-tool 351 | [ccleaner]: https://www.ccleaner.com/ 352 | [spacesniffer]: http://www.uderzo.it/main_products/space_sniffer/index.html 353 | [pansou]: http://www.pansou.com/ 354 | [snipaste]: https://www.snipaste.com/ 355 | [pickpick]: https://picpick.app/zh/ 356 | [carnac]: http://code52.org/carnac/ 357 | [screentogif]: https://www.screentogif.com/?l=zh_cn 358 | [otoolplus]: https://otp.landian.vip/zh-cn/ 359 | [rocketdock]: https://rocketdock.en.softonic.com/ 360 | [wallpaper]: https://store.steampowered.com/app/431960/Wallpaper_Engine/ 361 | [rainmeter]: https://www.rainmeter.net/ 362 | [f.lux]: https://justgetflux.com/ 363 | [synery]: https://symless.com/synergy 364 | [yomail]: http://www.nextechat.com/ 365 | [ymusic]: https://ymusic.io/ 366 | [newpipe]: https://f-droid.org/en/packages/org.schabi.newpipe/ 367 | [f-droid]: https://f-droid.org/en/ 368 | [xda]: https://labs.xda-developers.com/ 369 | [crx]: http://yurl.sinaapp.com/crx.php 370 | [chrome extension downloader]: https://chrome-extension-downloader.com/ 371 | [gitsize]: https://chrome.google.com/webstore/detail/github-repository-size/apnjnioapinblneaedefcnopcjepgkci?hl=zh-CN 372 | [octotree]: https://chrome.google.com/webstore/detail/octotree/bkhaagjahfmjljalopjnoealnfndnagc/related?hl=zh-CN 373 | [video speed]: https://github.com/igrigorik/videospeed 374 | [vimium]: http://vimium.github.io/ 375 | [markdownh]: https://markdown-here.com/ 376 | [bear]: https://bear.app/ 377 | [typora]: https://www.typora.io/ 378 | [github trend]: https://github.com/trending 379 | [github topic]: https://github.com/topics 380 | [adobe spark]: https://spark.adobe.com/sp/ 381 | [pexels videos]: https://videos.pexels.com/ 382 | [mazwai]: http://mazwai.com/#/ 383 | [marmoset]: https://www.marmosetmusic.com/ 384 | [streetwill]: http://streetwill.co/ 385 | [new old stock]: https://nos.twnsnd.co/ 386 | [unsplash]: https://unsplash.com/ 387 | [pexels]: https://www.pexels.com/ 388 | [stardock]: https://www.stardock.com/ 389 | [itellyou]: https://msdn.itellyou.cn/ 390 | [sourceforge]: https://sourceforge.net/ 391 | [ntwind software]: https://www.ntwind.com/ 392 | [softonic]: https://en.softonic.com/ 393 | [twilio]: https://www.twilio.com/docs/ 394 | [smsreceivefree]: https://smsreceivefree.com/ 395 | [temmail]: https://temp-mail.org/ 396 | [亚马逊免费电子书]: http://t.cn/RkPrzFb 397 | [书伴]: https://bookfere.com/ebook 398 | [鸠摩搜索]: https://www.jiumodiary.com/ 399 | [蚂蚁搬书]: http://book.mybanshu.win/ 400 | [coverr]: https://coverr.co/ 401 | [iloveimg]: https://www.iloveimg.com/zh-cn 402 | [yousb]: https://yousub.info/ 403 | [fireshot]: https://getfireshot.com/ 404 | [chromeapp]: https://github.com/zhaoolee/ChromeAppHeroes 405 | [fakeaddress]: https://www.fakeaddressgenerator.com/ 406 | [fakename]: https://www.fakenamegenerator.com/ 407 | [sp]: https://sp.linci.co/ 408 | [calibre]: https://calibre-ebook.com/ 409 | [knotes]: https://knotesapp.cn/ 410 | [potplayer]: http://potplayer.daum.net/?lang=zh_CN 411 | [pxcook]: https://www.fancynode.com.cn/pxcook 412 | [colorleap]: https://colorleap.app/home 413 | [prototypr]: https://www.prototypr.io/home/ 414 | [remove]: https://www.remove.bg/ 415 | [卡通]: https://getavataaars.com/ 416 | [gitzip]: https://chrome.google.com/webstore/detail/gitzip-for-github/ffabmkklhbepgcgfonabamgnfafbdlkn?hl=zh-CN 417 | [fontsninja]: https://www.fonts.ninja/ 418 | [jsonviewer]: https://github.com/tulios/json-viewer 419 | [Check-My-Links]: https://github.com/PageModifiedOfficial/Check-My-Links 420 | [Chrono Download Manager]: https://www.chronodownloader.net/ 421 | [onetab]: https://www.one-tab.com/ 422 | [Language Learning with Netflix]: https://chrome.google.com/webstore/detail/language-learning-with-ne/hoombieeljmmljlkjmnheibnpciblicm 423 | [All Netflix Categories]: https://chrome.google.com/webstore/detail/all-netflix-categories/fkjmbiakdlohkehbmcoalflelnbhpkpl 424 | [Trim: IMDB Ratings on Netflix]: https://chrome.google.com/webstore/detail/trim-imdb-ratings-on-netf/lpgajkhkagnpdjklmpgjeplmgffnhhjj 425 | [twemex]: https://twemex.app/ 426 | -------------------------------------------------------------------------------- /README_CN.md: -------------------------------------------------------------------------------- 1 |
2 |

3 | AwesomeTools 4 |

5 |
6 | 7 | Awesome Tools 整理众多操作系统下实用的工具和学习资源,项目灵感来源于 [Awesome macOS](https://github.com/iCHAIT/awesome-macOS 'Awesome macOS')、[Awesome](https://github.com/Awesome-Windows/Awesome.git)、[Windows 绝赞应用](https://amazing-apps.gitbook.io/windows-apps-that-amaze-us/zh-cn)。 8 | 9 | 欢迎加入 Telegram 频道:[https://t.me/awesometools](https://t.me/awesometools) 10 | 11 | ## Windows 12 | 13 | ### 效率工具 14 | 15 | - [Listary][listary] - 搜索文件和快速启动软件 16 | - [Wox][wox] - 快速启动软件 17 | - [WGestures][wgestures] - 鼠标手势操作电脑 18 | - [AutoHotkey][autohotkey] - 重新映射键盘按键 19 | - [QuickLook][quicklook] - 快速预览文件 20 | - [Quicker](https://getquicker.net/) - 为常用操作建立捷径,让效率触手可及 21 | - [AutoHotKey](https://www.autohotkey.com/) - The ultimate automation scripting language for Windows. 22 | - [dexpot](https://dexpot.de/) - 虚拟桌面,方便切换屏幕窗口 23 | - [Ditto](https://ditto-cp.sourceforge.io/) - 剪贴板管理工具 24 | - [PowerToys](https://github.com/microsoft/PowerToys) - 快速启动工具,windows 系统组件 25 | - [Sizer](http://www.brianapps.net/sizer/) - 快速调整窗口大小 26 | - [potplayer][potplayer] - 视频播放器 27 | - [Flow Launcher](https://www.flowlauncher.com/) - Flow Launcher 28 | - [Zeal - Offline Documentation Browser](https://zealdocs.org/) - Offline Documentation Browser 29 | - [Notepads](https://github.com/JasonStein/Notepads) - A modern, lightweight text editor with a minimalist design. 30 | 31 | ### 系统管理 32 | 33 | - [Uninstall Tool][uninstall tool] - 卸载软件工具 34 | - [Geek Uninstaller](https://geekuninstaller.com/) - Efficient and Fast, Small and Portable. 100% Free 35 | - [CCleaner][ccleaner] - 清理工具 36 | - [SpaceSniffer][spacesniffer] - 可视化电脑硬盘空间管理 37 | - [MacType](https://www.mactype.net/) 渲染 Windows 字体, 使其更好显示。 38 | - [Windows 系统](https://v0v.bid/) - 一句命令激活 39 | - [Office Tool Plus][otoolplus] - Office Tool 是一个用于管理、下载、安装、激活 Office、Visio、Project 的小工具。 40 | - [Files Community](https://files.community/) - Files Community 是一个社区开发的window增强版文件管理器。适配window10/11风格 支持主题。更强大的功能 41 | 42 | ### 操作系统镜像 43 | 44 | - [UUP dump](https://uupdump.net/) - 使用脚本下载文件,支持将文件整合为 ISO 镜像。支持下载微软发布的正式和预览版本的 Windows 45 | - [Microsoft software download](https://www.microsoft.com/en-us/software-download/) - Windows 操作系统,微软官网提供 46 | 47 | ### 截图和录制 48 | 49 | - [Snipaste][snipaste] - 截图 + 贴图工具 50 | - [Picpick][pickpick] - 图像编辑器 51 | - [Carnac][carnac] - 录制按键操作 52 | - [ScreenToGif][screentogif] - 视频、动图录制和编辑 53 | 54 | ### 桌面美化 55 | 56 | - [Rainmeter][rainmeter] - 卓面美化程序 57 | - [Wallpaper][wallpaper] - steam 平台美化桌面工具 58 | - [RocketDock][rocketdock] - Windows 桌面任务栏 59 | - [deviantart][deviantart] - 支持 RocketDock 和 Rainmeter 的主题 60 | 61 | ### 包管理器 62 | - [Scoop](https://github.com/ScoopInstaller/Scoop) - A command-line installer for Windows. 63 | - [winget-cli](https://github.com/microsoft/winget-cli) - Windows Package Manager CLI (aka winget) 64 | - [Chocolatey Software](https://chocolatey.org/) - The package manager for Windows 65 | 66 | ## macOS 67 | 68 | - [JustFocus](https://www.getjustfocus.com/) - 简洁易用的休息提醒工具。 69 | - [CheatSheet](https://mediaatelier.com/GrandTotal6/?lang=en) - 一键查询系统,应用程序的快捷键 70 | - [Paste](https://pasteapp.me/) - 剪贴板工具,**付费**。 71 | - [Things](https://culturedcode.com/things/) - 任务管理,**付费** 72 | - [Alfred](https://www.alfredapp.com/) - 快速启动 Mac 文件和软件。 73 | - [Rocket](https://matthewpalmer.net/rocket/) - 使用简单容易的方式快速打出表情 74 | - [elpass](https://elpass.app/) - 密码管理,**app 内购买** 75 | - [Vimac](https://vimacapp.com/) - 使用 vim 操作的方式导航 macOS 76 | - [DEVONthink](devontechnologies.com/apps/devonthink) - Collect, organize, edit and annotate documents of any kind. 77 | - [Roam Research](https://roamresearch.com/) - 笔记记录工具 78 | - [Script Kit: Shortcut to Everything](https://www.scriptkit.com/) - Script Kit: Shortcut to Everything 79 | - [Karabiner-Elements](https://karabiner-elements.pqrs.org/) - Karabiner-Elements 80 | - [Numi](https://numi.app/) - Numi. Beautiful calculator app for Mac. 81 | - [Bob](https://github.com/ripperhe/Bob) - Mac 端翻译软件,支持划词翻译、截图翻译等 82 | - [folivora.ai](https://folivora.ai/) - folivora.ai - Great Tools for your Mac! 83 | - [Rectangle](https://rectangleapp.com/) - 免费开源的分屏软件 84 | - [alt-tab](https://alt-tab-macos.netlify.app/) - 使用 windows 系统 alt+tab 的方式切换 macOS 屏幕 85 | 86 | ## Android 87 | 88 | - [XDA labs][xda] - 自由分发和推广应用程序的平台 89 | - [F-Droid][f-droid] - 免费开源的安卓应用市场 90 | - [NewPipe][newpipe] - 轻量级第三方 Youtube 客户端,支持后台视频播放 91 | - [YMusic][ymusic]- 第三方 Youtube 音乐播放器,支持后台播放 92 | - [Kiwi Browser](https://kiwibrowser.com/) - Kiwi Browser 93 | 94 | ## 多平台应用 95 | 96 | - [stoop](https://stoopinbox.com/) - A newsletter app 97 | - [Anydesk](https://anydesk.com/zhs) 远程协作 98 | - [textexpander](https://textexpander.com/) - 文本替换工具,提高打字效率。 99 | - [aText](https://trankynam.com/atext/) - 使用缩略语快速替换你自定义频繁使用的短语 100 | - [PxCook](https://www.fancynode.com.cn/pxcook) - 效易用的自动标注工具, 生成前端代码, 设计研发协作利器 101 | - [Hyper](https://hyper.is/) - 一个漂亮并且可拓展的命令行终端。 102 | - [Knotes][knotes] - kindle 标注笔记导出工具 103 | - [Calibre][calibre] - 电子图书管理,格式转换 104 | - [Koodo Reader](https://koodo.960960.xyz/en) - Koodo Reader 105 | - [sodaplayer](https://www.sodaplayer.com/) 种子播放器 106 | - [f.lux][f.lux] - 护眼模式工具 107 | - [Typora][typora] - markdown 编辑器 108 | 109 | ## Chrome扩展 110 | 111 | ### 语言学习 112 | 113 | - [Dualsub](https://dualsub.netlify.com/zh-cn/) - Youtube 双语字幕。 114 | - [YouTube™双字幕](https://www.dual-subtitles.com/) - Youtube 双字幕,搭配其他翻译工具可实现划词翻译 115 | - [burningvocabulary](https://burningvocabulary.com/) - 在任何网页上给不认识的单词打标签 116 | - [Bionic Reading](https://bionic-reading.com/en/) - A higher dimension of reading. 117 | - [沙拉查词](https://saladict.crimx.com/) - 聚合多种词典,可划词翻译。 118 | - [Language Learning with Netflix][Language Learning with Netflix] - 在Netflix网站上观看视频时,字幕以两种语言显示,允许您将原始音频和文本与您的语言翻译进行比较。 119 | - [Relingo](https://relingo.net/en/index) - Read interesting English articles, watch interesting videos and master vocabulary step by step 120 | - [Mate Translate](https://gikken.co/mate-translate/) - 翻译器、词典 一站式翻译您的网页、标记的文字段落和 Netflix 影集字幕。快速翻译和学习多达 103 种语言。 121 | 122 | ### 图片编辑和下载 123 | - [Fireshot][fireshot] - 捕捉网页截图,编辑并将它们保存为 PDF,JPEG,GIF,PNG 或 BMP。 124 | - [网页截图:注释&录屏](https://www.awesomescreenshot.com/) - 网页截图:注释&录屏。 125 | - [image-downloader](https://pactinteractive.github.io/image-downloader/) - 拉取网站图片资源开源扩展 126 | - [Imagus](https://tiny.cc/Imagus) - 鼠标指针悬停在链接或缩略图上时直接在当前页面的弹出视图上显示这些图片、HTML5 视频/音频和内容专辑。 127 | - [Video Speed Controller][video speed] - 网页视频加速调节工具,还可以快进广告。 128 | 129 | ### 社交媒体和流媒体 130 | - [Youtube Subscription Manager](https://yousub.info/) - 使用文件夹管理订阅的 YouTube 频道。 131 | - [Youtube 视频下载](https://addoncrop.com/) 132 | - [GoodTwitter](https://chrome.google.com/webstore/detail/goodtwitter/jbanhionoclikdjnjlcmefiofgjimgca) 强制浏览器使用旧版 twitter。 已停止支持 133 | - [All Netflix Categories][All Netflix Categories] - Netflix has tons of hidden categories — this extension unlocks more than 27000 Hidden Netflix Secret Categories. 134 | - [Trim: IMDB Ratings on Netflix][Trim: IMDB Ratings on Netflix] - Show IMDB and Rotten Tomatoes ratings on Netflix and Amazon Prime Video 135 | - [Twemex][twemex] - Get more insight from Twitter 使用侧边栏显示热门推文 136 | 137 | ### 管理 138 | - [OneTab][onetab] - 单击OneTab图标,将所有标签页转换成一个列表,节省内存,并减轻标签页混乱现象 139 | - [The Great Suspender](https://chrome.google.com/webstore/detail/the-great-suspender/klbibkeccnjlkjkiokjodocebajanakg?hl=en) - 冻结长时间不用的网页,释放系统资源。 140 | - [Infinity 新标签页](https://www.infinitynewtab.com/) - Infinity 新标签页。 141 | - [Momentum](https://momentumdash.com/) - 简洁标签页。 142 | - [uAutoPagerize](https://chrome.google.com/webstore/detail/uautopagerize/kdplapeciagkkjoignnkfpbfkebcfbpb) - 自动加载网页搜索结果的分页内容。 143 | - [Check My Links][Check-My-Links] - 快速检查网页中所有的链接是否有效 144 | - [Chrono下载管理器][Chrono Download Manager] - Chrono接管你在Chrome中的所有下载,并添加了对浏览器菜单、工具栏和快捷键的支持 。 145 | - [Extension Manager](https://chrome.google.com/webstore/detail/extension-manager/gjldcdngmdknpinoemndlidpcabkggco) - 扩展管理器。 146 | 147 | ### 编程开发 148 | 149 | - [GitZip for github][gitzip] - 下载 github 单个文件扩展 150 | - [Octotree][octotree] - github 项目目录 151 | - [GitHub Repository Size][gitsize] - 显示 github 仓库大小 152 | - [Web Developer](https://chrispederick.com/work/web-developer/) - Web 开发。 153 | - [Site Palette](http://palette.site/) - 拾取网页颜色。 154 | - [keyframes.app](https://keyframes.app/) - Keyframes gives you a visual timeline to help you create, view, and run animations without having to go back and forth between your browser and editor. 155 | - [Isometric Contributions](https://github.com/jasonlong/isometric-contributions) - 将 github 提交信息切换成更直观的 3D 柱状图。 156 | - [json-viewer][jsonviewer] - 格式化、高亮显示 JSON 数据 157 | - [Fonts Ninja][fontsninja] - 可识别网页中的字体类型,加快设计速度,适合网页设计师和前端开发者 158 | 159 | ### 油猴插件 160 | - [Google Hit Hider](https://greasyfork.org/en/scripts/1682-google-hit-hider-by-domain-search-filter-block-sites) - Block unwanted sites from your Google, DuckDuckGo, Startpage.com, Bing and Yahoo search results 161 | 162 | ### 其他 163 | - [Markdown Here](https://markdown-here.com/) - 转换 Markdown 格式的文本。 164 | - [clippings.io](https://www.clippings.io/) 管理 Kindle 设备上的摘抄和笔记 165 | - [Push to Kindle](https://chrome.google.com/webstore/detail/push-to-kindle/pnaiinchjaonopoejhknmgjingcnaloc) - Push to Kindle 是一项推送网页文章到 kiddle 的免费服务。该插件提供了一种快捷的方式,只需点击扩展按钮即可将文章发送到 Kindle 或者其他电子阅读器上。 166 | - [Google 文档、表格及幻灯片的 Office 编辑扩展程序](https://chrome.google.com/webstore/detail/office-editing-for-docs-s/gbkeegbaiigmenfmjfclcdgdpimamgkj) 离线可用,用 Chrome 直接查看和编辑 Word、Excel、PPT 文档。 167 | - [为什么你们就是不能加个空格呢?](https://github.com/vinta/pangu.js) - 自动在网页中所有的中文字和半形的英文、数字、符号之间插入空白。 168 | - [Vimium][vimium] 根据 Vim 编辑器的操作习惯,提供导航和控制的键盘快捷键 169 | - [网盘直链下载助手](https://www.baiduyun.wiki/) - 油猴脚本 一个免费脚本搞定网盘下载。 170 | 171 | ## Oneline Tools 172 | 173 | - [photopea](https://www.photopea.com/) - 免费的图像处理工具,操作习惯和外观与 photoshop 相似。 174 | - [drawio](https://drawio-app.com/) - 流程图制作工作 175 | - [pdf.to](https://pdf.to/) - PDF 格式转换 176 | - [ilovepdf](https://www.ilovepdf.com/zh-cn) pdf 格式转换 177 | - [YouTube to MP4 & MP3 Converter](https://www.clipconverter.cc/) 178 | - [transform](https://transform.tools/) - 多种 web 语言转换器 179 | - [removebg](https://www.remove.bg/zh) - 去除人像图片背景,自动抠图。 180 | - [getavataaars][卡通] - 卡通图像生成器 181 | - [双拼输入法][sp] - 在线练习应用 182 | - [bulletjournal](https://bulletjournal.app/) - 子弹笔记 183 | - [Zero Width Shortener](https://zws.im/) - 短网址生成器 184 | - [突字幕](https://2zimu.com/) - 上传视频,得字幕。 185 | - [Learning Git Branching](https://learngitbranching.js.org/) - 关卡挑战,逐步深入的学习 Git 的功能。 186 | - [TDEE Calculator](https://tdeecalculator.net/) - 计算每天燃烧的卡路里。它首先提供基础的代谢消耗,然后这个值乘以活动因子,得出你在不同锻炼频率下的卡路里消耗值。 187 | - [Crx][crx] - 下载 Chrome 扩展离线安装包 188 | - [Chrome Extension Downloader][chrome extension downloader] - 下载 Chrome 扩展离线安装包 189 | - [Image Extractor](https://extract.pics/) - 拉取网站中所有的图片资源,适合前端开发,参考这篇文章 [Master Frontend Development 💻 By Cloning These Websites](https://dev.to/hyggedev/master-frontend-development-by-cloning-these-websites-1m08) 190 | - [extendsclass](https://extendsclass.com/) - Online Tools for Developers 191 | - [Color Leap](https://colorleap.app/home) - 读取历史照片颜色 192 | - [Give Me Colors](https://observablehq.com/@makio135/give-me-colors) - Give Me Colors / Lionel Radisson / Observable 193 | - [Real-time Air Quality Index](https://aqicn.org/city/beijing/) - [Real time](Real-time) Air Quality Index 194 | - [excalidraw](https://excalidraw.com/) - 画草图的简易白板工具 195 | - [tldraw](https://www.tldraw.com/) - tldraw 196 | - [FigJam](https://www.figma.com/figjam/?ref=stackshare) - FigJam is an online whiteboard for teams to explore ideas together 197 | - [ToolJet](https://tooljet.com/?ref=stackshare) - Open-source low-code framework for building internal tools 198 | - [IPAddress.com](https://www.ipaddress.com/) - The Best IP Address, Email and Networking Tools - IPAddress.com 199 | - [Popsy](https://popsy.co/) - Popsy - Free website builder for Notion 200 | - [filesamples](https://filesamples.com/) - 获取用于测试目的各种格式的文件样本 201 | 202 | ## VSCode插件 203 | - [Font Matter](https://frontmatter.codes/?ref=stackshare) - The CMS running in VS Code for your static sites 204 | - [Quokka.js](https://quokkajs.com/) Runtime values are updated and displayed in your IDE next to your code, as you type. 205 | - [Better Comments](https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments) 206 | - [Auto Rename Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag) 207 | - [Bracket Pair Colorizer 2](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2) 208 | - [DotENV](https://marketplace.visualstudio.com/items?itemName=mikestead.dotenv) 209 | - [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) 210 | - [File Utils](https://marketplace.visualstudio.com/items?itemName=sleistner.vscode-fileutils) 211 | - [File Browser](https://marketplace.visualstudio.com/items?itemName=bodil.file-browser) 212 | - [advanced-new-file](https://marketplace.visualstudio.com/items?itemName=patbenatar.advanced-new-file) 213 | - [Import Cost](https://marketplace.visualstudio.com/items?itemName=wix.vscode-import-cost) 214 | - [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) 215 | - [Night Owl](https://marketplace.visualstudio.com/items?itemName=sdras.night-owl) 216 | - [px to rem & rpx (cssrem)](https://marketplace.visualstudio.com/items?itemName=cipchk.cssrem) 217 | - [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) 218 | - [stylelint](https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint) 219 | - [Vim](https://marketplace.visualstudio.com/items?itemName=vscodevim.vim) 220 | - [Vetur](https://marketplace.visualstudio.com/items?itemName=octref.vetur) 221 | - [VueDX](https://marketplace.visualstudio.com/items?itemName=znck.vue-language-features) 222 | 223 | ## 开源书籍 224 | - [Atomic Design](https://atomicdesign.bradfrost.com/table-of-contents/) - Atomic Design by Brad Frost 225 | - [Learning JavaScript Design Patterns](https://www.patterns.dev/posts/classic-design-patterns/) - Learning JavaScript Design Patterns 226 | - [Structure and Interpretation of Computer Programs](https://sicp.comp.nus.edu.sg/) - 计算机结构和编译电子书资源,javascript 版。 227 | - [James Clear's 30 Days to Better Habits email course](https://jamesclear.com/30-days) - James Clear's 30 Days to Better Habits email course 228 | - [Exploring JS](https://exploringjs.com/) - JavaScript books for programmers 229 | - [The Modern JavaScript Tutorial](https://javascript.info/) - The Modern JavaScript Tutorial 230 | 231 | ## 硬件产品 232 | - [RGBKB](https://www.rgbkb.net/) - RGBKB.net 233 | - [Vortexgear](http://www.vortexgear.tw/) - Vortexgear, Keyboard, Keyca 234 | - [ErgoDox EZ](https://ergodox-ez.com/) - An Incredible Mechanical Ergonomic Keyboard 235 | - [kinesis](https://kinesis-ergo.com/keyboards) - keyboards 236 | - [zFrontier](https://www.zfrontier.com/app/#new) 237 | 238 | ## 命令行 && shell script 239 | 240 | ### 工具 241 | - [explainshell](https://explainshell.com/) - write down a command-line to see the help text that matches each argument. 242 | - [command-not-found.com](https://command-not-found.com/) - command-not-found.com 243 | - [Bash One-Liners](https://www.bashoneliners.com/) - Bash [One Liners](One-Liners) 244 | - [命令行的艺术](https://github.com/jlevy/the-art-of-command-line/blob/master/README-zh.md) - 学习命令行技巧,提高作为工程师的灵活性和生产力 245 | - [cheat.sh](https://cheat.sh/) - cheat.sh/:firstpage 246 | - [styleguide](https://google.github.io/styleguide/shellguide.html) - Style guides for Google-originated open-source projects 247 | - [shell-fu](https://www.shell-fu.org/) - shell-fu 248 | - [ShellCheck](https://www.shellcheck.net/) - ShellCheck – shell script analysis tool 249 | 250 | ### 增强命令 251 | - [fasd](https://github.com/clvv/fasd) - Command-line productivity booster, offers quick access to files and directories, inspired by autojump, z and v. 252 | - [bat](https://github.com/sharkdp/bat) - A cat(1) clone with wings. 253 | - [exa](https://github.com/ogham/exa) - A modern replacement for ‘ls’. 254 | - [fd](https://github.com/sharkdp/fd) - A simple, fast and user-friendly alternative to 'find' 255 | - [fzf](https://github.com/junegunn/fzf) - A command-line fuzzy finder 256 | - [tldr](https://github.com/tldr-pages/tldr) - 📚 Collaborative cheatsheets for console commands 257 | - [htop](https://htop.dev/) - an interactive process viewer 258 | - [NCurses Disk Usage](https://dev.yorhel.nl/ncdu) - NCurses Disk Usage 259 | - [asciinema](https://asciinema.org/) - asciinema - Record and share your terminal sessions, the right way 260 | - [svg-term-cli](https://github.com/marionebl/svg-term-cli) - Share terminal sessions via SVG and CSS 261 | - [httpie](https://github.com/httpie/httpie) - As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie 262 | - [fig](https://github.com/withfig/fig) - Public issue tracker for Fig 263 | - [tig](https://github.com/jonas/tig) - Text-mode interface for git 264 | 265 | ## 终端应用 266 | - [kitty](https://sw.kovidgoyal.net/kitty/) - kitty 267 | - [Alacritty](https://alacritty.org/) - Alacritty 268 | - [Warp](https://www.warp.dev/) - Warp—The blazingly fast, Rust-based terminal 269 | - [iTerm2](https://iterm2.com/) - iTerm2 - macOS Terminal Replacement 270 | - [wezterm](https://wezfurlong.org/wezterm/) - Wez's Terminal Emulator 271 | 272 | ## shell 273 | - [Terminals Are Sexy](https://terminalsare.sexy/) - Terminals Are Sexy - Terminals Are Sexy 274 | - [Zsh](https://www.zsh.org/) - Zsh 275 | - [fish shell](https://fishshell.com/) - fish shell 276 | - [tmux](https://github.com/tmux/tmux) - tmux/tmux: tmux source code 277 | - [PowerShell Documentation](https://docs.microsoft.com/en-us/powershell/) - Microsoft [Docs](Docs) 278 | 279 | ### Zsh plugins 280 | - [zimfw](https://github.com/zimfw/zimfw) - zimfw/zimfw: Zim: Modular, customizable, and blazing fast Zsh framework 281 | 282 | ### Fishshell plugins 283 | - [plugin-git](https://github.com/jhillyerd/plugin-git) - Git plugin for Oh My Fish (similar to oh-my-zsh git) 284 | - [autopair.fish](https://github.com/jorgebucaran/autopair.fish) - Auto-complete matching pairs in the Fish command line. 285 | - [z](https://github.com/jethrokuan/z) - Pure-fish z directory jumping 286 | - [tide](https://github.com/IlanCosman/tide) - 🌊 The ultimate Fish prompt. 287 | - [fzf.fish](https://github.com/PatrickF1/fzf.fish) - Augment your fish command line with fzf key bindings. 288 | - [nvm.fish](https://github.com/jorgebucaran/nvm.fish) - Node.js version manager lovingly made for Fish. 289 | - [awsm.fish](https://github.com/jorgebucaran/awsm.fish) - A curation of prompts, plugins & other resources for Fish. 🐚 290 | - [Fish shell playground](https://rootnroll.com/d/fish-shell/) - Fish shell playgroun 291 | 292 | ## 编程开发工具 293 | 294 | ### 集合 295 | 296 | - [地图选择器](https://datav.aliyun.com/tools/atlas/index.html) - 下载中国省、市、县的 [GeoJSON](https://geojson.org/) 地理数据 297 | - [echarts-maps](https://github.com/echarts-maps) - 非 Apache ECharts 官方项目,独立维护的 echart 地图数据 298 | - [china_regions](https://github.com/wecatch/china_regions) - 全最新中国省,市,地区json及sql数据 299 | - [Combine GeoJSON files](https://findthatpostcode.uk/tools/merge-geojson) - 合并多个 GeoJSON 文件 300 | - [Great landing pages for your products](https://pazly.dev/) - Build fast without coding. Drag and drop editable components and build beautiful responsive websites. 301 | - [CanInclude](https://caninclude.glitch.me/) - 基于 HTML 标准文档,检查一个 HTML 标签是否可以包含在另一个标签元素里。 302 | - [Can I use](https://caniuse.com/) - 检查前端技术在现代桌面和手机端浏览器的支持程度 303 | - [regexr](https://regexr.com/) 正则表达式校验 304 | - [regex101](https://regex101.com/) - build, test, and debug regex 305 | - [Tailblocks](https://tailblocks.cc/) - Ready-to-use Tailwind CSS blocks 306 | - [Tailwind Play](https://play.tailwindcss.com/) - Tailwind Play 307 | - [UnoCSS Playground](https://unocss.antfu.me/) - UnoCSS Playground 308 | - [Visual Studio Code](https://vscode.dev/) - Release Notes: 1.64.2 - default (Workspace) - Visual Studio Code 309 | - [GitHub1s](https://github1s.com/) - Welcome - conwnet/github1s - GitHub1s 310 | - [Quod AI](https://www.quod.ai/?ref=stackshare) - Find the code you need faster - Quod AI 311 | - [Coder](https://coder.com/) - Coder: Developer workspaces on your infrastructure 312 | - [GitHub Wrapped](https://wrapped.run/) - GitHub Wrapped 313 | 314 | ### SSH & SFTP 工具 315 | - [MobaXterm](https://mobaxterm.mobatek.net/) - Enhanced terminal for Windows with X11 server, tabbed SSH client, network tools and much more 316 | - [WinSCP](https://winscp.net/eng/index.php) - Free SFTP and FTP client for Microsoft Windows 317 | - [FileZila](https://filezilla-project.org/) - Free FTP Client for all operating system 318 | - [Cyberduck](https://cyberduck.io/) - Free FTP client for Mac and Windows 319 | 320 | ### cheatsheets 321 | 322 | - [2021 JavaScript Rising Stars](https://risingstars.js.org/2021/en) - 2021 JavaScript Rising Stars 323 | - [Devhints](https://devhints.io/) - TL;DR for developer documentation 324 | - [React Cheatsheet](http://www.developer-cheatsheets.com/) - React Cheatsheet 325 | - [Cheat Sheets For Every Occasion](https://cheatography.com/) - Download Free Cheat Sheets or Create Your Own 326 | - [Cheat Sheet](http://www.cheat-sheets.org/) - Cheat Sheet : All Cheat Sheets in one page 327 | - [HTML Reference](https://htmlreference.io/) - HTML Reference - A free guide to all HTML elements and attributes. 328 | - [CSS Reference](https://cssreference.io/) - CSS Reference - A free visual guide to CSS 329 | - [GRID](https://grid.malven.co/) - GRID: A simple visual cheatsheet for CSS Grid Layout 330 | - [OverAPI.com](https://overapi.com/) - Collecting all the cheat sheets 331 | - [GitSheet](https://gitsheet.wtf/) - GitSheet 332 | - [HTML Cheat Sheet](https://htmlcheatsheet.com/) - The best interactive cheat sheet 333 | 334 | ## 资源 335 | 336 | ### 制作 U 盘启动器 337 | 338 | - [rufus](https://rufus.ie/en/) - For Windows 339 | - [balenaEtcher](https://www.balena.io/etcher/) - For Mac 340 | - [WoeUSB](https://github.com/slacka/WoeUSB) - For Linux Desktop 341 | 342 | ### 虚拟机软件平台 343 | 344 | - [Vmware](https://www.vmware.com/) 345 | - [VirtualBox](https://www.virtualbox.org/) 346 | - [Parallels](https://www.parallels.com/) 347 | 348 | ### GitHub 项目 349 | 350 | - [GitHub Topic][github topic] - github 中优秀的项目 351 | - [GitHub Trend][github trend] - github 每天受欢迎的项目排行 352 | - [chromeapp][chromeapp] - Chrome 插件推荐 353 | - [shields](https://shields.io/) - Quality metadata badges for open source projects 354 | - [HELLOGITHUB](https://hellogithub.com/) - 分享 GitHub 上有趣、入门级的开源项目 355 | - [rapidapi](https://rapidapi.com/zh/marketplace) - api 集合 356 | - [github-star-search](https://github.com/JaosnHsieh/github-star-search) - Search your github starred repositories offline through README , description and other fields. 357 | - [LibHunt - Trending open-source projects and their alternatives](https://www.libhunt.com/) - LibHunt - Trending open-source projects and their alternatives 358 | - [Sourcegraph](https://sourcegraph.com/search) - Sourcegraph 359 | 360 | ### 设计资源和工具 361 | 362 | - [coverr][coverr] - 短视频下载网站 363 | - [Mazwai][mazwai] - 短视频下载网站 364 | - [pexels][pexels] - 图片库,支持关键词、颜色搜索 365 | - [Unsplash][unsplash] - 摄影师社区推动平台、高清壁纸分享 366 | - [imgbin](https://imgbin.com/) - 透明 PNG 图片下载 367 | - [New Old Stock][new old stock] - 历史照片、黑白照片 368 | - [StreetWill][streetwill] - 人文地理、自然风景类图片 369 | - [fontsfree](https://fontsfree.net/) - 字体下载 370 | - [xfonts](https://xfonts.pro/) - 字体下载 371 | - [figmachina](https://figmachina.com/) - figma 中文学习资源 372 | - [Vectary](https://www.vectary.com/) - Vectary - Free online 3D design and Augmented Reality platform 373 | - [Rive](https://rive.app/) - Rive - About Rive 374 | - [Clipchamp](https://clipchamp.com/en/) - All your video needs in one place 375 | 376 | ### icons 377 | - [icons8](https://icons8.com/) - Free Icons, Clipart Illustrations, Photos, and Musick 378 | - [Icones](https://icones.js.org/) 379 | - [Illustrations](https://undraw.co/illustrations) - Illustrations, unDraw 380 | - [SVG Repo - Free SVG Vectors and Icons](https://www.svgrepo.com/) - SVG Repo - Free SVG Vectors and Icons 381 | - [OpenMoji](https://openmoji.org/) - OpenMoji 382 | - [IconMoon](https://icomoon.io/#home) 图标库,可自定义下载 383 | - [Font Awesome](https://fontawesome.com/) 图标库 384 | 385 | ### 字幕资源 386 | 387 | - [Sub HD 字幕站](https://subhd.tv/) 字幕下载站 388 | - [Opensubtitles](https://www.opensubtitles.org/en/search/subs) - 字幕站。 389 | - [subscene](https://subscene.com/) - 字幕站。 390 | - [the pirate bay](https://www.thepiratebay.org/) 种子资源网 391 | 392 | ### 网盘资源 393 | 394 | - [大力盘搜索](https://www.dalipan.com/) - 网盘资源文件搜索应用 395 | - [PanSou][pansou] - 百度网盘搜索引擎 396 | 397 | ### 学习资源 398 | 399 | - [freecodecamp](https://www.freecodecamp.org/) 400 | - [prototypr][prototypr] - 设计相关的新闻和工具 401 | - [Class Cental](https://www.classcentral.com) - 免费的网络和公开课搜索引擎,赶紧安排学习起来。 402 | - [Coursera](https://www.coursera.org/) - Coursera 的在线课程由世界上顶尖大学和公司的讲师提供教学。 403 | - [Udemy](https://www.udemy.com/) - Udemy 课程种类丰富,什么课程都有,类似于淘宝的在线教育平台。 404 | - [Khan Academy](https://zh.khanacademy.org/) - 可汗学院提供练习习题, 教学视频和个性化的学习界面,让学习者能够在课堂内外按照自己的进度学习。 405 | - [code.org](https://code.org/) - Code.org® 是一个非营利组织。它致力于为学校、妇女和少数族裔提供学习计算机科学的机会。 406 | - [wikiHow](https://zh.wikihow.com/) - wikiHow 以「如何做某事」的提问方式,提供了很多实用的百科指南。 407 | - [DevTube](https://dev.tube/) - The best developer videos in one place. 408 | - [i18ns](https://i18ns.com/zh/index.html) - App&Web 国际化翻译搜索。 409 | - [数学乐](https://www.shuxuele.com/) - 有趣及易懂的方法来演示数学,本网站旨在覆盖整个幼儿园到高中的数学课程。 410 | - [Structure and Interpretation of Computer Programs](https://sicp.comp.nus.edu.sg/) - 计算机结构和编译电子书资源,javascript 版。 411 | - [AutoHotkey 学习指南](https://www.autohotkey.com/boards/viewtopic.php?f=29&t=1099) - AutoHotkey 中文学习指南。 412 | - [标准网](https://www.biaozhun.org/) - 免费的标准下载分享的平台。 413 | - [Developer Roadmaps](https://roadmap.sh/roadmaps) - Developer Roadmaps 414 | - [cambridgeHelp](https://dictionary.cambridge.org/help/codes.html#) 415 | 416 | ### 电子书 417 | 418 | - [鸠摩搜索][鸠摩搜索] - 电子书资源搜索引擎 419 | - [书伴][书伴] - 不支持下载、阅读,只提供 Kindle 图书资源推荐 420 | - [亚马逊免费电子书][亚马逊免费电子书] - 亚马逊官方网站免费电子书资源 421 | - [PDF Drive](https://www.pdfdrive.com/) - PDF Drive 是一个免费的搜索引擎,允许你搜索,预览和下载无限制的 PDF 文件到你设备上。 422 | - [ZLibrary](https://b-ok.cc/) - The world's largest ebook library. 423 | 424 | ### 虚拟信息 425 | 426 | - [TemMail][temmail] - 虚拟邮箱 427 | - [SMSReceiveFree][smsreceivefree] - 临时电话号码,免费接受短信验证码 428 | - [Temp Mail — Temporary Email Address](https://temp-mail.to/) - Temp Mail — Temporary Email Address 429 | 430 | ### 科学上网 431 | 432 | - [ShadowsocksR-Windows](https://github.com/HMBSbige/ShadowsocksR-Windows) - windows 系统科学上网工具 433 | - [clashX](https://github.com/yichengchen/clashX) - mac 系统科学上网工具 434 | 435 | ### 可视化搭建工具 436 | - [anima](https://www.animaapp.com/) - 将设计稿直接转换成 HTML、React 或者 Vue 代码 437 | - [Utopia](https://utopia.app/) - It combines VSCode with a design and preview tool, and full two-way synchronisation: design and code update each other, in real time. 438 | 439 | ### 类 notion 440 | - [Focalboard](https://www.focalboard.com/?ref=stackshare) - Focalboard: Open source alternative to Trello, Asana, and Notion 441 | - [Kitemaker](https://kitemaker.co/?ref=stackshare) - Kitemaker 442 | - [AppFlowy](https://www.appflowy.io/?ref=stackshare) - AppFlowy.IO 443 | 444 | ### wiki 445 | - [BookStack](https://www.bookstackapp.com/?ref=stackshare) - BookStack 446 | - [Dendron](https://wiki.dendron.so/) - Dendron 447 | - [personal wiki](https://wiki.nikitavoloboev.xyz/) - 个人 wiki 项目 448 | 449 | ### 其他 450 | 451 | - [StaticGen](https://www.staticgen.com/) 开源静态博客生成器热度排行 452 | - [Web design Museum](https://www.webdesignmuseum.org/) 各大网站网页设计发展历程 453 | - [Version Museum](https://www.versionmuseum.com/) - 展示众多流行网站、操作系统、应用程序和游戏的视觉设计历史演变,英文网站。 454 | - [showeet](https://www.showeet.com/) - 具有创造力的免费 PPT 模板,英文网站。 455 | - [Get emoji](https://getemoji.com/) - 表情资源,可复制粘贴使用。 456 | - [public-apis](https://public-apis.xyz/) - 公共免费的 API 集合。 457 | - [prism-break](https://prism-break.org/zh-CN/) - 隐私/安全 全套软件。 458 | - [techurls](http://techurls.com/) - 科技频道 459 | - [devurls](http://devurls.com/ ) - 程序员频道 460 | - [sciurls](http://sciurls.com/) - 科学频道 461 | - [finurls](https://finurls.com/) - 财经频道 462 | - [Mirror: Create and connect your world on web3](https://mirror.xyz/) - Mirror: Create and connect your world on web3 463 | - [teddit](https://teddit.net/) - the alternative, privacy respecting, front page of internet. 464 | 465 | ## 类似项目 466 | - [The Top 100 Developer Tools of 2021](https://stackshare.io/posts/top-developer-tools-2021#new) 467 | - [the-book-of-secret-knowledge](https://github.com/trimstray/the-book-of-secret-knowledge) - A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more 468 | - [Awesome Tech Blogs](https://tech-blogs.dev/) 469 | - [Uses - Wes Bos](https://uses.tech/) 470 | 471 | [oss icon]: https://jaywcjlove.github.io/sb/ico/min-oss.svg 'Open Source Software' 472 | [freeware icon]: https://jaywcjlove.github.io/sb/ico/min-free.svg 'Freeware' 473 | [app-store icon]: https://jaywcjlove.github.io/sb/ico/min-app-store.svg 'App Store Software' 474 | [awesome-list icon]: https://jaywcjlove.github.io/sb/ico/min-awesome.svg 'Awesome List' 475 | [listary]: https://www.listary.com/ 476 | [wox]: http://www.wox.one/ 477 | [wgestures]: http://www.yingdev.com/projects/wgestures 478 | [autohotkey]: https://www.autohotkey.com/ 479 | [quicklook]: https://pooi.moe/QuickLook/?utm_source=www.appinn.com 480 | [deviantart]: https://www.deviantart.com/ 481 | [uninstall tool]: https://www.crystalidea.com/uninstall-tool 482 | [ccleaner]: https://www.ccleaner.com/ 483 | [spacesniffer]: http://www.uderzo.it/main_products/space_sniffer/index.html 484 | [pansou]: http://www.pansou.com/ 485 | [snipaste]: https://www.snipaste.com/ 486 | [pickpick]: https://picpick.app/zh/ 487 | [carnac]: http://code52.org/carnac/ 488 | [screentogif]: https://www.screentogif.com/?l=zh_cn 489 | [otoolplus]: https://otp.landian.vip/zh-cn/ 490 | [rocketdock]: https://rocketdock.en.softonic.com/ 491 | [wallpaper]: https://store.steampowered.com/app/431960/Wallpaper_Engine/ 492 | [rainmeter]: https://www.rainmeter.net/ 493 | [f.lux]: https://justgetflux.com/ 494 | [synery]: https://symless.com/synergy 495 | [yomail]: http://www.nextechat.com/ 496 | [ymusic]: https://ymusic.io/ 497 | [newpipe]: https://f-droid.org/en/packages/org.schabi.newpipe/ 498 | [f-droid]: https://f-droid.org/en/ 499 | [xda]: https://labs.xda-developers.com/ 500 | [crx]: http://yurl.sinaapp.com/crx.php 501 | [chrome extension downloader]: https://chrome-extension-downloader.com/ 502 | [gitsize]: https://chrome.google.com/webstore/detail/github-repository-size/apnjnioapinblneaedefcnopcjepgkci?hl=zh-CN 503 | [octotree]: https://chrome.google.com/webstore/detail/octotree/bkhaagjahfmjljalopjnoealnfndnagc/related?hl=zh-CN 504 | [video speed]: https://github.com/igrigorik/videospeed 505 | [vimium]: http://vimium.github.io/ 506 | [markdownh]: https://markdown-here.com/ 507 | [bear]: https://bear.app/ 508 | [typora]: https://www.typora.io/ 509 | [github trend]: https://github.com/trending 510 | [github topic]: https://github.com/topics 511 | [adobe spark]: https://spark.adobe.com/sp/ 512 | [pexels videos]: https://videos.pexels.com/ 513 | [mazwai]: http://mazwai.com/#/ 514 | [marmoset]: https://www.marmosetmusic.com/ 515 | [streetwill]: http://streetwill.co/ 516 | [new old stock]: https://nos.twnsnd.co/ 517 | [unsplash]: https://unsplash.com/ 518 | [pexels]: https://www.pexels.com/ 519 | [stardock]: https://www.stardock.com/ 520 | [itellyou]: https://msdn.itellyou.cn/ 521 | [sourceforge]: https://sourceforge.net/ 522 | [ntwind software]: https://www.ntwind.com/ 523 | [softonic]: https://en.softonic.com/ 524 | [twilio]: https://www.twilio.com/docs/ 525 | [smsreceivefree]: https://smsreceivefree.com/ 526 | [temmail]: https://temp-mail.org/ 527 | [亚马逊免费电子书]: http://t.cn/RkPrzFb 528 | [书伴]: https://bookfere.com/ebook 529 | [鸠摩搜索]: https://www.jiumodiary.com/ 530 | [蚂蚁搬书]: http://book.mybanshu.win/ 531 | [coverr]: https://coverr.co/ 532 | [iloveimg]: https://www.iloveimg.com/zh-cn 533 | [yousb]: https://yousub.info/ 534 | [fireshot]: https://getfireshot.com/ 535 | [chromeapp]: https://github.com/zhaoolee/ChromeAppHeroes 536 | [fakeaddress]: https://www.fakeaddressgenerator.com/ 537 | [fakename]: https://www.fakenamegenerator.com/ 538 | [sp]: https://sp.linci.co/ 539 | [calibre]: https://calibre-ebook.com/ 540 | [knotes]: https://knotesapp.cn/ 541 | [potplayer]: http://potplayer.daum.net/?lang=zh_CN 542 | [pxcook]: https://www.fancynode.com.cn/pxcook 543 | [colorleap]: https://colorleap.app/home 544 | [prototypr]: https://www.prototypr.io/home/ 545 | [remove]: https://www.remove.bg/ 546 | [卡通]: https://getavataaars.com/ 547 | [gitzip]: https://chrome.google.com/webstore/detail/gitzip-for-github/ffabmkklhbepgcgfonabamgnfafbdlkn?hl=zh-CN 548 | [fontsninja]: https://www.fonts.ninja/ 549 | [jsonviewer]: https://github.com/tulios/json-viewer 550 | [Check-My-Links]: https://github.com/PageModifiedOfficial/Check-My-Links 551 | [Chrono Download Manager]: https://www.chronodownloader.net/ 552 | [onetab]: https://www.one-tab.com/ 553 | [Language Learning with Netflix]: https://chrome.google.com/webstore/detail/language-learning-with-ne/hoombieeljmmljlkjmnheibnpciblicm 554 | [All Netflix Categories]: https://chrome.google.com/webstore/detail/all-netflix-categories/fkjmbiakdlohkehbmcoalflelnbhpkpl 555 | [Trim: IMDB Ratings on Netflix]: https://chrome.google.com/webstore/detail/trim-imdb-ratings-on-netf/lpgajkhkagnpdjklmpgjeplmgffnhhjj 556 | [twemex]: https://twemex.app/ 557 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-cayman -------------------------------------------------------------------------------- /doc/README.md: -------------------------------------------------------------------------------- 1 | ## 安装使用 aria2 2 | 3 | - [Install Aria2 as Download Manager for macOS](https://redplus.me/post/install-aria2-as-download-manager-for-macos/) - 4 | 5 | - [Centos 安裝 aria2 下載工具](https://eric0703.pentaxfans.net/2929) - 6 | 7 | ### aria2c 8 | 9 | - -d --dir=/Users/liuyajuan/Downloads 10 | - -l --log=LOG 11 | - -x --max-connection-per-server=15 12 | - -s --split=15 13 | - -k --min-split-size=10M 14 | 15 | `aria2c -d /Users/liuyajuan/Downloads -x 15 -s 5 -k 10M` 16 | 17 | ## windows 18 | 19 | ## Mac 20 | 21 | ## Mac and Windows 22 | 23 | ### TextExpander 的进阶功能有这些 24 | 25 | - 插入预设文本:通过快捷短语来输入文本。 26 | - 插入日期时间:包括日期时间的加减。 27 | - 代入其他片段:可以引用已有的其他内容。 28 | - 代按特殊按键:比如输入邮箱后自动按下 Tab。 29 | - 模板填空功能:比如制作一份可调整的模板。 30 | - 输入缩写后改变光标位置:比如在输入 \*\* 之后移动光标到两者之间。 31 | - 剪贴板和图片调用:比如输入剪贴板中的内容、插入图片。 32 | - 快捷运行脚本:比如运行 JS 等代码。 33 | 34 | ## Chrome 扩展 35 | 36 | ## 资源网站 37 | --------------------------------------------------------------------------------