diff --git a/docs/awesome/awesome-agi-cocosci.md b/docs/awesome/awesome-agi-cocosci.md index 2c84080507..33cbf7e301 100644 --- a/docs/awesome/awesome-agi-cocosci.md +++ b/docs/awesome/awesome-agi-cocosci.md @@ -150,7 +150,7 @@ Contributions are greatly welcomed! Please refer to [Contribution Guidelines](ht * [Interpretation as abduction](https://www.sciencedirect.com/science/article/abs/pii/0004370293900154?via%3Dihub) - ***Artificial Intelligence***, 1993. [[All Versions](https://scholar.google.com/scholar?cluster=12658433318211361322)]. Abduction is inference to the best explanation. The authors have developed an approach to abductive inference, called “weighted abduction”, that has resulted in a significant simplification of how the problem of interpreting texts is conceptualized. The interpretation of a text is the minimal explanation of why the text would be true. More precisely, to interpret a text, one must prove the logical form of the text from what is already mutually known, allowing for coercions, merging redundancies where possible, and making assumptions where necessary. It is shown how such “local pragmatics” problems as reference resolution, the interpretation of compound nominals, the resolution of syntactic ambiguity and metonymy, and schema recognition can be solved in this manner. Moreover, this approach of “interpretation as abduction” can be combined with the older view of “parsing as deduction” to produce an elegant and thorough integration of syntax, semantics, and pragmatics, one that spans the range of linguistic phenomena from phonology to discourse structure. -* [Probabilistic Horn abduction and Bayesian networks](https://www.sciencedirect.com/science/article/abs/pii/000437029390061F?via%3Dihub) - ***Artificial Intelligence***, 1993. [[All Versions](https://scholar.google.com/scholar?cluster=7728248035489349629&hl=en&as_sdt=0,5)]. Casual abduction in Bayesian networks. +* [Probabilistic Horn abduction and Bayesian networks](https://www.sciencedirect.com/science/article/abs/pii/000437029390061F?via%3Dihub) - ***Artificial Intelligence***, 1993. [[All Versions](https://scholar.google.com/scholar?cluster=7728248035489349629)]. This paper presents a simple framework for Horn-clause abduction, with probabilities associated with hypotheses. The framework incorporates assumptions about the rule base and independence assumptions amongst hypotheses. It is shown how any probabilistic knowledge representable in a discrete Bayesian belief network can be represented in this framework. The main contribution is in finding a relationship between logical and probabilistic notions of evidential reasoning. This provides a useful representation language in its own right, providing a compromise between heuristic and epistemic adequacy. * [Abductive Inference in Bayesian Networks: A Review](https://link.springer.com/chapter/10.1007/978-3-540-39879-0_6) - ***Advances in Bayesian Networks***, 2004. [[All Versions](https://scholar.google.com/scholar?cluster=8502276402734843212&hl=en&as_sdt=0,5)]. diff --git a/docs/awesome/awesome-angular.md b/docs/awesome/awesome-angular.md index 63c57d1d69..2db07c4453 100644 --- a/docs/awesome/awesome-angular.md +++ b/docs/awesome/awesome-angular.md @@ -556,6 +556,7 @@ become an Angular expert. * [ngx-xapi](https://github.com/BerryCloud/ngx-xapi) - Lightweight Angular wrapper for [xAPI](https://xapi.com/). * [angular-rsocket](https://github.com/saleweaver/angular-rsocket) - This service allows you to easily connect to an [RSocket](https://rsocket.io/) server, handle streams and messages, and manage authentication tokens flexibly via a token provider. * [ngx-pendo](https://github.com/yociduo/ngx-pendo) - A simple wrapper to load Pendo in Angular. +* [ngx-surreal](https://github.com/vandaeldev/ngx-surreal) - Lightweight Angular wrapper for the [SurrealDB](https://surrealdb.com/) JavaScript SDK. #### Internationalization @@ -807,6 +808,7 @@ become an Angular expert. * [angular-yandex-smart-captcha](https://github.com/flowXM/angular-yandex-smart-captcha) - This library adds the Yandex SmartCaptcha component to your Angular application, providing an easy way to integrate CAPTCHA protection into your forms and other user interactions. * [go-captcha-angular](https://github.com/wenlng/go-captcha-angular) - A simple, easy-to-use, interactive, and secure behavioral verification code that implements verification modes such as text/graphic clicking, sliding/dragging, and rotation. * [ng-recaptcha-2](https://github.com/LakhveerChahal/ng-recaptcha-2) - Angular 18 fork of [ng-recaptcha](https://github.com/DethAriel/ng-recaptcha). Alternatively, you create your own service that implements Google's reCAPTCHA with the help of this [article](https://ben-5.azurewebsites.net/2024/9/5/google-recaptcha-v3-with-angular/#google_vignette). +* [ngx-slider-recaptcha](https://github.com/mrzinkowin/ngx-slider-recaptcha) - Customizable Angular library that provides a slider-based CAPTCHA component to help secure forms from spam and bot submissions. #### Carousels @@ -1131,6 +1133,7 @@ to simplify usage and allow quick customization. * [ng-circle-progress](https://github.com/bootsoon/ng-circle-progress) - A simple circle progress component created for Angular based on SVG Graphics. * [ngx-loading-buttons](https://github.com/dkreider/ngx-loading-buttons) - A lightweight Angular library to add a loading spinner to your Angular Material buttons. * [ngx-fastboot](https://github.com/KernelPanic92/ngx-fastboot) - A dynamic configuration loader for Angular applications. It optimizes the startup performance by loading configurations in a separate chunk during compilation. +* [nx-svg-loaders](https://github.com/ngeenx/nx-svg-loaders) - Angular, React, Svelte, Vue SVG loader/spinner collection. #### Loggers @@ -1211,6 +1214,7 @@ to simplify usage and allow quick customization. * [dialog](https://github.com/ngneat/dialog) - A simple to use, highly customizable, and powerful modal. * [ngx-modal-ease](https://github.com/GreenFlag31/modal-library) - `ngx-modal-ease` is a versatile Angular library providing a lightweight, simple, and performant modal. * [ngx-smart-modal](https://github.com/maximelafarie/ngx-smart-modal) - Modal/Dialog component crafted for Angular (Ivy-compatible). +* [up-window-angular](https://github.com/criar-art/up-window-angular) - An Angular library designed to create dynamic, customizable modals and window-based components for web applications. #### Notifications @@ -1445,6 +1449,7 @@ for the creation of web applications developed with Angular. * [ngx-lamp](https://github.com/omnedia/ngx-lamp) - A simple component library to create a lamp. * [ngx-globe](https://github.com/omnedia/ngx-globe) - A simple component library to create a container with an animated globe. * [ngx-copypaste](https://github.com/JsDaddy/ngx-copypaste) - A pure and awesome copy paste directive for Angular. +* [ngx-morse](https://github.com/monkeyscript/ngx-morse) - A simple morse code encoder and decoder for Angular. --- diff --git a/docs/awesome/awesome-directus.md b/docs/awesome/awesome-directus.md index 621574d63d..89d7fcf957 100644 --- a/docs/awesome/awesome-directus.md +++ b/docs/awesome/awesome-directus.md @@ -78,6 +78,7 @@ - [Classified Group](https://github.com/formfcw/directus-extension-classified-group) - A group to which a class can be assigned for custom styling. - [Tokenized Preview](https://github.com/formfcw/directus-extension-tokenized-preview) - An endpoint that adds an active auth token to your preview URL. - [Umami Analytics](https://github.com/egidiusmengelberg/directus-extension-umami) - Add Umami analytics to Directus. +- [Auto generate file transformations](https://github.com/utomic-media/directus-extension-auto-generate-file-transformations) - Automatically generate selected file transformations on upload ### Extension Scripts diff --git a/docs/awesome/awesome-machine-learning.md b/docs/awesome/awesome-machine-learning.md index cac4cfbd64..5ca42ab632 100644 --- a/docs/awesome/awesome-machine-learning.md +++ b/docs/awesome/awesome-machine-learning.md @@ -1140,6 +1140,7 @@ be * [Frouros](https://github.com/IFCA/frouros): Frouros is an open source Python library for drift detection in machine learning systems. * [CometML](https://github.com/comet-ml/comet-examples): The best-in-class MLOps platform with experiment tracking, model production monitoring, a model registry, and data lineage from training straight through to production. * [Okrolearn](https://github.com/Okerew/okrolearn): A python machine learning library created to combine powefull data analasys feautures with tensors and machine learning components, while mantaining support for other libraries. +* [Opik](https://github.com/comet-ml/opik): Evaluate, trace, test, and ship LLM applications across your dev and production lifecycles. #### Data Analysis / Data Visualization @@ -1337,6 +1338,10 @@ be * [RLlib](https://github.com/ray-project/ray) - RLlib is an industry level, highly scalable RL library for tf and torch, based on Ray. It's used by companies like Amazon and Microsoft to solve real-world decision making problems at scale. * [DI-engine](https://github.com/opendilab/DI-engine) - DI-engine is a generalized Decision Intelligence engine. It supports most basic deep reinforcement learning (DRL) algorithms, such as DQN, PPO, SAC, and domain-specific algorithms like QMIX in multi-agent RL, GAIL in inverse RL, and RND in exploration problems. + +#### Speech Recognition +* [EspNet](https://github.com/espnet/espnet) - ESPnet is an end-to-end speech processing toolkit for tasks like speech recognition, translation, and enhancement, using PyTorch and Kaldi-style data processing. + ## Ruby diff --git a/docs/awesome/awesome-pokemon.md b/docs/awesome/awesome-pokemon.md index 874ba58860..bd3efe27fa 100644 --- a/docs/awesome/awesome-pokemon.md +++ b/docs/awesome/awesome-pokemon.md @@ -8,7 +8,7 @@

- 精选的PokémonPokémon GO资源、工具等精选清单. + A curated list of awesome Pokémon & Pokémon GO resources, tools and more.

@@ -17,8 +17,8 @@

-
-请查看贡献指南以获取有关格式化和编写拉取请求的信息. +Looking for contributors. Submit a pull request if you have something to add :)
+Please check the contribution guidelines for info on formatting and writing pull requests.

@@ -27,75 +27,76 @@ ## Development Projects #### APIs -- [PokeAPI](https://github.com/PokeAPI/pokeapi/) - 用于 Pokémon 的 RESTful API (http://pokeapi.co/). -- [pgoapi](https://github.com/tejado/pgoapi) - 神奇宝贝 GO API 库/演示. -- [pokemon-API](https://github.com/Purukitto/pokemon-api) - 初学者友好的 API 端点,以 JSON 格式返回 Pokémon 数据 (https://app.pokemon-api.xyz). -- [Pokemon-GO-node-api](https://github.com/Armax/Pokemon-GO-node-api) - 神奇宝贝 GO API Node.js 库. +- [PokeAPI](https://github.com/PokeAPI/pokeapi/) - A RESTful API for Pokémon (http://pokeapi.co/). +- [pgoapi](https://github.com/tejado/pgoapi) - Pokémon GO API lib/demo. +- [pokemon-API](https://github.com/Purukitto/pokemon-api) - Beginner friendly API endpoint that returns Pokémon Data in JSON format (https://app.pokemon-api.xyz). +- [Pokemon-GO-node-api](https://github.com/Armax/Pokemon-GO-node-api) - Pokémon GO API Node.js library. - [Pokemon-Go-Rocket-API](https://github.com/FeroxRev/Pokemon-Go-Rocket-API) - Client API library for Pokémon GO in C#. -- [Pokemon GO Java API](https://github.com/Grover-c13/PokeGOAPI-Java) - 用于 Java 的神奇宝贝 GO API. -- [Pokemon Name API](https://github.com/sindresorhus/pokemon) - 获取 JSON 格式的神奇宝贝名称列表. -- [PokemonGO-Pokedex](https://github.com/Biuni/PokemonGO-Pokedex) - JSON 格式的 Pokémon GO Pokédex. -- [PokeTypes](https://github.com/fbosch/poke-types) - 获取神奇宝贝的类型、弱点和优势. -- [TCGdex](https://github.com/tcgdex/cards-database) - 多语言神奇宝贝 TCG API. -- [Kotlin-Pokedex](https://github.com/mrcsxsiq/Kotlin-Pokedex) - 使用 Kotlin 构建的 Pokedex 应用程序. -- [graphql-pokemon](https://github.com/lucasbento/graphql-pokemon) - 使用 GraphQL 获取神奇宝贝的信息. +- [Pokemon GO Java API](https://github.com/Grover-c13/PokeGOAPI-Java) - Pokémon GO API for Java. +- [Pokemon Name API](https://github.com/sindresorhus/pokemon) - Get a list of Pokémon names in JSON. +- [PokemonGO-Pokedex](https://github.com/Biuni/PokemonGO-Pokedex) - Pokédex of Pokémon GO in JSON. +- [PokeTypes](https://github.com/fbosch/poke-types) - Get Pokémon types, weaknesses and strengths. +- [TCGdex](https://github.com/tcgdex/cards-database) - Multi languages Pokémon TCG API. +- [Kotlin-Pokedex](https://github.com/mrcsxsiq/Kotlin-Pokedex) - Pokedex app built with Kotlin. +- [graphql-pokemon](https://github.com/lucasbento/graphql-pokemon) - Get information of a Pokémon with GraphQL. #### Apps -- [Pokemon-Showdown](https://github.com/Zarel/Pokemon-Showdown) - 神奇宝贝战斗模拟器. -- [iPokeMon](https://github.com/Kjuly/iPokeMon) - 在 iOS 上使用基于位置的服务的 Pokémon 类游戏. -- [pokemon-online](https://github.com/po-devs/pokemon-online) - 在线神奇宝贝战斗模拟器. -- [Shuffle-Move](https://github.com/Loreinator/Shuffle-Move) - 用于识别和显示游戏 Pokémon Shuffle 的最佳下一步的程序. -- [pokecry](https://github.com/fent/pokecry) - 从他们的叫声中猜出神奇宝贝. -- [Pokedex](https://github.com/skydoves/Pokedex) - 使用 Dagger、Hilt、Motion、Coroutines、Flow 和 Jetpack 的 Android Pokedex. -- [Who's That Pokémon?](https://github.com/serena2341/whos-that-pokemon) - 从他们的轮廓猜宝可梦. +- [Pokemon-Showdown](https://github.com/Zarel/Pokemon-Showdown) - Pokémon battle simulator. +- [iPokeMon](https://github.com/Kjuly/iPokeMon) - Pokémon like game on iOS with Location Based Service. +- [pokemon-online](https://github.com/po-devs/pokemon-online) - Online Pokémon Battle Simulator. +- [Shuffle-Move](https://github.com/Loreinator/Shuffle-Move) - A program to identify and display the best next move for the game Pokémon Shuffle. +- [pokecry](https://github.com/fent/pokecry) - Guess Pokémon from their cry. +- [Pokedex](https://github.com/skydoves/Pokedex) - Android Pokedex using Dagger, Hilt, Motion, Coroutines, Flow, and Jetpack. +- [Who's That Pokémon?](https://github.com/serena2341/whos-that-pokemon) - Guess Pokémon from their silhouette. #### Bots -- [Pokemon Go Bot](https://github.com/Hrithikd/Pokemon-Go-Bot-Working-Hack-API) - 为 Pokestops 和 Pokémon 耕种的 Pokémon GO 机器人. -- [slack-pokemon](https://github.com/rvinluan/slack-pokemon) - 用于在 Slack 中对战神奇宝贝的机器人. -- [PokeSlack](https://github.com/timwah/pokeslack) - 提醒您附近的神奇宝贝. -- [TwitchPlaysPokemon](https://github.com/sunshinekitty/TwitchPlaysPokemon) - 模仿 Twitch Plays Pokémon 的机器人. -- [PokemonGo-Bot](https://github.com/PokemonGoF/PokemonGo-Bot) - Pokémon GO 机器人脚本,与社区一起烘焙. -- [Poketrainer](https://github.com/j-e-k/poketrainer) - 一个快速且功能丰富的 Python 机器人. -- [PokeBot](https://github.com/akbaryahya/PokeBot) - 自动化神奇宝贝速通机. -- [PokemonGoBot](https://github.com/jabbink/PokemonGoBot) - 玩 Pokémon GO 的机器人. -- [Bot Builder for PokemonGoBot](https://github.com/shilch/pogobot-builder) - 只需构建您的 Pokémon GO 机器人. -- [PokeBuddy](https://github.com/finndev/PokeBuddy) - 神奇宝贝 GO 机器人. +- [Pokemon Go Bot](https://github.com/Hrithikd/Pokemon-Go-Bot-Working-Hack-API) - Pokémon GO bot that farms for Pokestops and Pokémon. +- [slack-pokemon](https://github.com/rvinluan/slack-pokemon) - A bot for having Pokémon battles in Slack. +- [PokeSlack](https://github.com/timwah/pokeslack) - Alerts you of nearby Pokémon. +- [TwitchPlaysPokemon](https://github.com/sunshinekitty/TwitchPlaysPokemon) - A bot mimicking Twitch Plays Pokémon. +- [PokemonGo-Bot](https://github.com/PokemonGoF/PokemonGo-Bot) - The Pokémon GO bot script, baking with community. +- [Poketrainer](https://github.com/j-e-k/poketrainer) - A fast and feature filled bot in Python. +- [PokeBot](https://github.com/akbaryahya/PokeBot) - The automated Pokémon speedrunning machine. +- [PokemonGoBot](https://github.com/jabbink/PokemonGoBot) - Bot that plays Pokémon GO. +- [Bot Builder for PokemonGoBot](https://github.com/shilch/pogobot-builder) - Simply build your Pokémon GO bot. +- [PokeBuddy](https://github.com/finndev/PokeBuddy) - A Pokémon GO bot. #### Miscellaneous -- [alfred-pokedex](https://github.com/vutran/alfred-pokedex) - 用于查找神奇宝贝信息的 Alfred 3 工作流程. -- [hyper-pokemon](https://github.com/hyper-pokemon/hyper-pokemon) - 为您的超级终端量身定制的神奇宝贝主题. -- [Pokemon-Go-Controller](https://github.com/kahopoon/Pokemon-Go-Controller) - 安全地或在不可用的区域玩 Pokémon GO. -- [pokecrystal](https://github.com/pret/pokecrystal) - 神奇宝贝水晶的拆解. -- [x-pokemon](https://github.com/passy/x-pokemon) - 用于显示 Pokémon 的 Web 组件. -- [pokered](https://github.com/pret/pokered) - 神奇宝贝红/蓝的拆解. -- [pokemon-reverse-engineering-tools](https://github.com/pret/pokemon-reverse-engineering-tools) - 用于编译和反汇编 Pokémon Red 和 Pokémon Crystal 的工具. -- [pokemon-go-mitm-node](https://github.com/rastapasta/pokemon-go-mitm-node) - 神奇宝贝 GO MITM 代理. -- [PokeMMO](https://github.com/maierfelix/PokeMMO) - 带有实时编辑器的 WebGL 神奇宝贝 MMO 引擎. -- [pogo-optimizer](https://github.com/justinleewells/pogo-optimizer) - 向您展示确定哪些神奇宝贝被磨成糖果所需的 IV 和信息. -- [PoGoTools](https://github.com/nelsyeung/PoGoTools) - 一组用于获取 IV、传送 Pokémon、进化 Pokémon 和丢弃物品的 CLI 工具. -- [slack-pokemon-emoji](https://github.com/fraserxu/slack-pokemon-emoji) - 将所有神奇宝贝上传到 Slack 表情符号的工具. -- [slack-emoji-pokemon](https://github.com/Templarian/slack-emoji-pokemon) - Slack 的神奇宝贝表情符号列表. -- [PokemonGO-IV-Renamer](https://github.com/Boren/PokemonGO-IV-Renamer) - 自动将你的神奇宝贝重命名为它们的 IV 统计数据. -- [pokemongo-genymotion](https://github.com/jlobos/pokemongo-genymotion) - 从您的 Genymotion 设备玩 Pokémon GO. -- [pokemongo-game-master](https://github.com/BrunnerLivio/pokemongo-game-master) - Pokémon GO Game Master 版本合集. -- [Pokemon-Terminal](https://github.com/LazoCoder/Pokemon-Terminal) - iTerm2 的神奇宝贝终端主题. -- [pokemon-cli](https://github.com/sindresorhus/pokemon-cli) - CLI 获取神奇宝贝的名字. -- [pokesprite](https://github.com/msikma/pokesprite) - 来自核心系列游戏的神奇宝贝精灵数据库,包括自定义闪亮版本. -- [PokéPalettes](https://github.com/BarryMode/pokepalettes) - 代表神奇宝贝的 16 位调色板(基于神奇宝贝 GO 的模型). +- [alfred-pokedex](https://github.com/vutran/alfred-pokedex) - Alfred 3 workflow to lookup information about Pokémon. +- [hyper-pokemon](https://github.com/hyper-pokemon/hyper-pokemon) - Wondrous, tailor-made Pokémon themes for your Hyper terminal. +- [Pokemon-Go-Controller](https://github.com/kahopoon/Pokemon-Go-Controller) - Play Pokémon GO safely or at unavailable area. +- [pokecrystal](https://github.com/pret/pokecrystal) - Disassembly of Pokémon Crystal. +- [x-pokemon](https://github.com/passy/x-pokemon) - A web component to display Pokémon. +- [pokered](https://github.com/pret/pokered) - Disassembly of Pokémon Red/Blue. +- [pokemon-reverse-engineering-tools](https://github.com/pret/pokemon-reverse-engineering-tools) - Tools for compiling and disassembling Pokémon Red and Pokémon Crystal. +- [pokemon-go-mitm-node](https://github.com/rastapasta/pokemon-go-mitm-node) - Pokémon GO MITM Proxy. +- [PokeMMO](https://github.com/maierfelix/PokeMMO) - WebGL Pokémon MMO Engine with Realtime Editor. +- [pogo-optimizer](https://github.com/justinleewells/pogo-optimizer) - Shows you the IVs and information necessary to determine which Pokémon get ground into candy. +- [PoGoTools](https://github.com/nelsyeung/PoGoTools) - A set of CLI tools for getting IVs, transferring Pokémon, evolving Pokémon, and trashing items. +- [slack-pokemon-emoji](https://github.com/fraserxu/slack-pokemon-emoji) - A tool to upload all the Pokémon to Slack emoji. +- [slack-emoji-pokemon](https://github.com/Templarian/slack-emoji-pokemon) - A list of Pokémon emojis for Slack. +- [PokemonGO-IV-Renamer](https://github.com/Boren/PokemonGO-IV-Renamer) - Automatically renames your Pokémon to their IV stats. +- [pokemongo-genymotion](https://github.com/jlobos/pokemongo-genymotion) - Play Pokémon GO from your Genymotion device. +- [pokemongo-game-master](https://github.com/BrunnerLivio/pokemongo-game-master) - Collection of Pokémon GO Game Master versions. +- [Pokemon-Terminal](https://github.com/LazoCoder/Pokemon-Terminal) - Pokémon terminal themes for iTerm2. +- [pokemon-cli](https://github.com/sindresorhus/pokemon-cli) - CLI to get Pokémon names. +- [pokesprite](https://github.com/msikma/pokesprite) - Database of Pokémon sprites from the core series games, including custom shiny versions. +- [PokéPalettes](https://github.com/BarryMode/pokepalettes) - 16-bit palettes that represent Pokémon (based on the models from Pokémon GO). +- [PokemonRedExperiments](https://github.com/PWhiddy/PokemonRedExperiments) - Playing Pokémon Red with Reinforcement Learning. ## Resources & Others #### Communities -- [/r/pokemongo](https://www.reddit.com/r/pokemongo/) - 神奇宝贝 GO Subreddit. -- [/r/pokemongodev](https://www.reddit.com/r/pokemongodev) - 逆向工程游戏/API. -- [/r/thesilphroad](https://www.reddit.com/r/thesilphroad) - 非常深入的游戏讨论等. -- [RazerGo](https://go.razerzone.com/) - 本地化的 Pokémon GO 聊天. -- [PokeDates](https://www.projectfixup.com/pokedates/) - 有史以来第一个 Pokémon GO 约会服务. -- [The PokéCommunity](https://www.pokecommunity.com/index.php) - 一个关于所有神奇宝贝的专用论坛. -- [Pokémon GO Raiders Discord](https://www.pogoraiders.gg/discord) - 一个 Discord 社区,用于 raid 托管和加入有关 Pokémon GO 的讨论. +- [/r/pokemongo](https://www.reddit.com/r/pokemongo/) - Pokémon GO Subreddit. +- [/r/pokemongodev](https://www.reddit.com/r/pokemongodev) - Reverse engineering game/API. +- [/r/thesilphroad](https://www.reddit.com/r/thesilphroad) - Very indepth game discussion and such. +- [RazerGo](https://go.razerzone.com/) - Localized Pokémon GO chat. +- [PokeDates](https://www.projectfixup.com/pokedates/) - The first-ever Pokémon GO dating service. +- [The PokéCommunity](https://www.pokecommunity.com/index.php) - A dedicated forum to everything Pokémon. +- [Pokémon GO Raiders Discord](https://www.pogoraiders.gg/discord) - A Discord community for raid hosting and joining with discussions about Pokémon GO. #### Official - | 神奇宝贝 | 精灵宝可梦GO | 尼安蒂奇 | +| Pokémon | Pokémon GO | Niantic | | :------------------------------------------------------ | :---------------------------- | :-------------------------------------- | | [Website](http://www.pokemon.com/) | [Website](http://www.pokemongo.com/) | [Website](https://www.nianticlabs.com/) | | [YouTube](https://www.youtube.com/user/pokemon) | [YouTube](https://www.youtube.com/channel/UCA698bls2pjQyiqP9N-iaeg) | [YouTube](https://www.youtube.com/channel/UCJZnyHeWyS_5abW0qnFNHMg) | @@ -105,22 +106,22 @@ | [TikTok](https://www.tiktok.com/@pokemonofficial?lang=en) | [TikTok](https://www.tiktok.com/@pokemongo?lang=en) | [TikTok](https://www.tiktok.com/@niantic?lang=en) | #### Maps -- [PokemonGo-Map](https://github.com/AHAAAAAAA/PokemonGo-Map) - 实时可视化您所在地区的所有神奇宝贝等等. -- [PokemonGo-DesktopMap](https://github.com/mchristopher/PokemonGo-DesktopMap) - Pokémon GO 的电子应用程序,可显示附近的 Pokémon. -- [pokelocater](https://github.com/emeth-/pokelocater) - 在地图上显示您所在位置附近的神奇宝贝. -- [Pokemap](https://github.com/omkarmoghe/Pokemap) - 一个本地 Android 客户端,用于映射您周围的神奇宝贝. -- [Poke Vision](https://pokevision.com/) - 按位置查找神奇宝贝. -- [iPokeGo](https://github.com/istornz/iPokeGo) - 本地 iOS 客户端,用于映射您周围的神奇宝贝. +- [PokemonGo-Map](https://github.com/AHAAAAAAA/PokemonGo-Map) - Live visualization of all the Pokémon in your area and more. +- [PokemonGo-DesktopMap](https://github.com/mchristopher/PokemonGo-DesktopMap) - Electron app for Pokémon GO that shows Pokémon nearby. +- [pokelocater](https://github.com/emeth-/pokelocater) - Display Pokémon nearby your location on a map. +- [Pokemap](https://github.com/omkarmoghe/Pokemap) - A native Android client to map the Pokémon around you. +- [Poke Vision](https://pokevision.com/) - Find Pokémon by location. +- [iPokeGo](https://github.com/istornz/iPokeGo) - A native iOS client to map the Pokémon around you. #### Tips & Tricks -- [TechCrunch](https://techcrunch.com/gallery/pokemon-go-tips/) - 在 Pokémon GO 中变得更好的 13 种方法. -- [Imore](http://www.imore.com/Pokemon-go-tips-tricks-cheats) - Pokémon GO:成为世界上最好的训练师的 21 个提示、技巧和秘籍. -- [Mashable](http://mashable.com/2016/07/08/how-to-play-pokemon-go/#7iz7HhcepPqi) - 如何成为最好、最不烦人的 Pokémon GO 训练师. -- [Heavy](http://heavy.com/games/2016/07/pokemon-go-cheats-tips-tricks-guide-walkthrough-gps-spoof-fake-pikachu-starter-get-coins-throw-candy-incense-footsteps-pokestops-driving-lucky-eggs/) - Pokémon GO:您需要知道的 10 个秘籍、提示和技巧. +- [TechCrunch](https://techcrunch.com/gallery/pokemon-go-tips/) - 13 ways to be better at Pokémon GO. +- [Imore](http://www.imore.com/Pokemon-go-tips-tricks-cheats) - Pokémon GO: 21 tips, tricks, and cheats to be the best trainer in the world. +- [Mashable](http://mashable.com/2016/07/08/how-to-play-pokemon-go/#7iz7HhcepPqi) - How to be the best, least annoying, Pokémon GO trainer. +- [Heavy](http://heavy.com/games/2016/07/pokemon-go-cheats-tips-tricks-guide-walkthrough-gps-spoof-fake-pikachu-starter-get-coins-throw-candy-incense-footsteps-pokestops-driving-lucky-eggs/) - Pokémon GO: 10 Cheats, Tip & Tricks You Need to Know. #### Wiki -- [Pokedex](https://github.com/veekun/pokedex) - 比你想知道的更多关于神奇宝贝. -- [Pokedex.org](https://github.com/nolanlawson/pokedex.org) - 支持离线的 Pokédex 网站 https://pokedex.org. +- [Pokedex](https://github.com/veekun/pokedex) - More than you ever wanted to know about Pokémon. +- [Pokedex.org](https://github.com/nolanlawson/pokedex.org) - Offline-capable Pokédex web site https://pokedex.org. - [Pokemon GO Wiki Guide by IGN](http://www.ign.com/wikis/pokemon-go) - [Pokémon GO Wiki](https://pkmngowiki.com/) - [Pokémon GO Wikipedia](https://en.wikipedia.org/wiki/Pok%C3%A9mon_Go) @@ -128,18 +129,18 @@ - [Pokémon Go Info](https://pokemon.gameinfo.io/) #### Others -- [Silphroad](https://thesilphroad.com/research) - Pokémon GO 工具和参考图表. -- [Server Status](http://www.mmoserverstatus.com/pokemon_go) - 告诉你 Pokémon GO 是否关闭. -- [Egg Statistics](https://app.cmmcd.com/) - 神奇宝贝 GO 蛋记者. -- [Poke Assistant](https://pokeassistant.com/) - Pokémon GO 的计算器集合. -- [Calcy IV](https://play.google.com/store/apps/details?id=tesmath.calcy) - 在 Pokémon GO (Android) 上一键统计和等级计算. -- [InfoSpreadsheet](https://docs.google.com/spreadsheets/d/1iJcE12v14GA8V8EO4M1-dPxBFT2kFhR6bUXvj03a4kM/) - 通过 IV 计算对有关 Pokémon GO 物种的数据挖掘信息. -- [InfoSpreadsheet#2](https://docs.google.com/spreadsheets/d/1hcFo7-UGWx1k1u1BHOvDhq8foPeRr7YbX2jLjjJK0Qw/) - 神奇宝贝 GO 物种数据及其移动装置. -- [PVPoke](https://pvpoke.com/) - Pokémon GO 的 PVP 排名和移动设置. -- [Pokémon GO Calender](https://pokemoncalendar.com/) - 支持 Google 日历和时区的 Pokémon GO 日历事件. -- [Poke Genie](http://www.pokegenie.net/) - 免费的 raid 托管和加入应用程序 [iOS](https://apps.apple.com/us/app/poke-genie-remote-raid-iv-pvp/id1143920524) & [Android](https://play.google.com/store/apps/details?id=com.cjin.pokegenie.standard) 具有PVP功能. +- [Silphroad](https://thesilphroad.com/research) - Pokémon GO tools & reference charts. +- [Server Status](http://www.mmoserverstatus.com/pokemon_go) - Shows you if Pokémon GO is down. +- [Egg Statistics](https://app.cmmcd.com/) - Pokémon GO Egg Reporter. +- [Poke Assistant](https://pokeassistant.com/) - Collection of calculators for Pokémon GO. +- [Calcy IV](https://play.google.com/store/apps/details?id=tesmath.calcy) - One-tap stats and level calculation on Pokémon GO (Android). +- [InfoSpreadsheet](https://docs.google.com/spreadsheets/d/1iJcE12v14GA8V8EO4M1-dPxBFT2kFhR6bUXvj03a4kM/) - Datamined info about Pokémon GO species with IV calculations. +- [InfoSpreadsheet#2](https://docs.google.com/spreadsheets/d/1hcFo7-UGWx1k1u1BHOvDhq8foPeRr7YbX2jLjjJK0Qw/) - Pokémon GO species data with their movesets. +- [PVPoke](https://pvpoke.com/) - A PVP ranking and moveset for Pokémon GO. +- [Pokémon GO Calender](https://pokemoncalendar.com/) - Pokémon GO calender events with Google Calendar and timezones support. +- [Poke Genie](http://www.pokegenie.net/) - A free raid hosting and joining app for [iOS](https://apps.apple.com/us/app/poke-genie-remote-raid-iv-pvp/id1143920524) & [Android](https://play.google.com/store/apps/details?id=com.cjin.pokegenie.standard) with PVP functionalities. ## License [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) -在法律允许的范围内, [Tobias Bueschel](http://github.com/tobiasbueschel) 已放弃该作品的所有版权和相关或邻接权. +To the extent possible under law, [Tobias Bueschel](http://github.com/tobiasbueschel) has waived all copyright and related or neighboring rights to this work. diff --git a/docs/awesome/awesome-slack.md b/docs/awesome/awesome-slack.md index 9fc39434bd..a672586b46 100644 --- a/docs/awesome/awesome-slack.md +++ b/docs/awesome/awesome-slack.md @@ -1,73 +1,157 @@ -
-## Awesome Slack Communities [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) -[![Build Status](https://api.travis-ci.org/filipelinhares/awesome-slack.svg)](https://travis-ci.org/filipelinhares/awesome-slack) - -A list of communities about web development and design that are powered by **Slack**. - -## What's Slack -> Slack is a platform for team communication: everything in one place, instantly searchable, available wherever you go. *- slack.com* - - -## Development -- [Ember](https://ember-community-slackin.herokuapp.com/) -- [Laravel](https://larachat.co/) -- [Ruby](https://rubydevelopers.typeform.com/to/l7WVWl) -- [Front end](https://frontenddevelopers.org/) -- [Android](https://androidchat.co/) -- [GO](https://docs.google.com/forms/d/e/1FAIpQLScNsNXbz2SCLH5hVNoZS0C70nPAXv730SW9F3K1g6iVvlcUTg/viewform?fbzx=4754263898376949596) -- [PHP Chat](https://phpchat.co) -- [Clojure](http://clojurians.net/) -- [iOS Developers](https://ios-developers.io/) -- [Elixir](https://elixir-slackin.herokuapp.com/) -- [slashrocket](https://slashrocket.io/) -- [Cordova](http://slack.cordova.io/) -- [Python Community](https://pythoncommunity.herokuapp.com/) -- [CFML/ColdFusion](https://cfml-slack.herokuapp.com/) - - -## Regional -- [Australia & New Zealand](http://devanz.co) -- [Les Pitonneux - Montreal QC Canada](https://pitonneux.slack.com) -- [Python Brazilian Community](http://slack-pythonbrasil.herokuapp.com/) -- [Remote workers in Romania](https://github.com/filipelinhares/awesome-slack/blob/master/weworkremotely.slack.com/) -- [Russian-speaking developers community](https://rusdevs.herokuapp.com/) -- [Kazan Developers](https://devkzn.slack.com/) -- [Polish developers](http://slackin.devstyle.pl/) -- [Spanish-speaking developer communities list](https://github.com/comunidad-tecnologica/awesome-spanish-slack-dev-groups) -- [Ruby Turkey Community](https://rubytr.herokuapp.com/) -- [Rochester NY USA Developers (RocDev)](https://rocdev.org/) -- [Vancouver Developers (yvrdev)](https://yvrdev.slack.com/) - -## Design -- [Sketch](http://teamsketch.io/) -- [Design Talks](https://docs.google.com/forms/d/e/1FAIpQLSeKT_LC8kKTzJ4JjmgVQVpfl24i1qBkjJ7TYyQcNHL7fBQkYQ/viewform?c=0&w=1) -- [Designer Hangout](https://www.designerhangout.co/) - -## Misc -- [WordPress](https://make.wordpress.org/chat/) -- [Chit Chats](http://www.chitchats.co/) -- [The Evangelist Collective](https://github.com/evangelistcollective/) -- [Psychedelic Chat](http://psychedelicchat.com/) -- [LGBTQ in Technology](https://lgbtq.technology/) -- [#Startup](http://startup.chat) -- [Safelight](http://safelight.herokuapp.com/) - Photography. -- [DFIR Community](https://rishi28.typeform.com/to/sTbTI8) - Information Security. -- [First Contributors](https://firstcontributors.slack.com/join/shared_invite/enQtNjkxNzQwNzA2MTMwLTVhMWJjNjg2ODRlNWZhNjIzYjgwNDIyZWYwZjhjYTQ4OTBjMWM0MmFhZDUxNzBiYzczMGNiYzcxNjkzZDZlMDM#/) - Help / mentorship for open source contributors. -- [IT Pro Community](https://www.electric.ai/it-pro-slack) - Connect and network with IT practitioners and decision-makers -- [SaaS Community](https://join.slack.com/t/saas-hgv7803/shared_invite/zt-qwvrywyr-8DmSpEzBiSWD2WQuB9r9pw) - Community for SaaS product builders, to discuss the challenges involved. -- [Developer Marketing](https://marketingto.dev/) - Passionate marketing folks working in API Marketing, developer tooling, or actively marketing to developers. - -## DevOps -- [Google Cloud Platform](http://bit.ly/gcp-slack) -- [Kubernetes](http://slack.kubernetes.io/) -- [DevOps](https://devopschat.co/) -- [Devop Engineers](https://www.devopsengineers.com/) -- [SweetOps](https://slack.cloudposse.com/) -## Looking for more lists like that -- [Awesome Community](https://github.com/phpearth/awesome-community) - -## Contribute -Your contributions and suggestions are :heart: welcome. Ensure to read the [guidelines](https://github.com/filipelinhares/awesome-slack/blob/master/CONTRIBUTING.md) first. - -## License -[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) +
+[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) + +

+ Logo +

+ +

+

Awesome Slack

+

+ +

+ A curated list of awesome, Slack-related things. +

+ +*** + +An avid Slack user? A developer looking for awesome tools to build out an integration? Just looking for inspiration? This is a list of all the best things Slack. + + +## :pencil:   Lists +- [Community-Built Libraries](https://api.slack.com/community) - Slack-curated list of community open-source libraries +- [Slack App Directory](https://slack.com/apps) - Official directory of publicly available Slack apps +- [Slack Emojis](https://emoji.gg) - Unofficial directory of custom emojis for Slack + +## :art:   Themes + +- [Slack Themes](http://slackthemes.net/) - A Slack sidebar theme browser +- [Sweet Themes Are Made of These](http://sweetthemesaremadeofthe.se/) - Website for sharing Slack custom palettes + +## :hammer_and_wrench:   Libraries and SDKs + +### C# + +- [margiebot](https://github.com/jammerware/margiebot) - A .NET library designed to make building bots for Slack fast, easy, and fun +- [Slack.Webhooks](https://github.com/nerdfury/Slack.Webhooks) - A library to work with Slack webhooks more easily +- [SlackAPI](https://github.com/Inumedia/SlackAPI) - A third-party implementation of Slack's API written in C# + +### Erlang + +- [slacker](https://github.com/julienXX/slacker) - Erlang Slack REST API wrapper + +### Go + +- [webhook](https://github.com/adnanh/webhook) - Easily run commands in response to HTTP webhook requests from Slack + +### Java + +- [java-slack-sdk](https://github.com/slackapi/java-slack-sdk) - Slack's official Java framework for building Slack apps +- [simple-slack-api](https://github.com/Ullink/simple-slack-api) - A Slack client library in Java + +### JavaScript/TypeScript + +- [bolt-js](https://github.com/slackapi/bolt-js) - Slack's official JavaScript framework for building Slack apps +- [jsx-slack](https://github.com/yhatt/jsx-slack) - Build JSON object for Slack Block Kit surfaces from JSX +- [node-slack-sdk](https://github.com/slackapi/node-slack-sdk) - Slack's official SDK for Node.js +- [slack-block-builder](https://github.com/raycharius/slack-block-builder) - Lightweight Node.js library for building Slack Block Kit UIs, with a declarative syntax inspired by SwiftUI + +### PHP + +- [SlackBundle](https://github.com/DZunke/SlackBundle) - SlackBundle for Symfony2 +- [slack-php-app-framework](https://github.com/slack-php/slack-php-app-framework) - Robust PHP framework for building Slack apps in PHP +- [slack-php-block-kit](https://github.com/jeremeamia/slack-block-kit) - Fluent interface for composing Slack Block Kit messages and modals in PHP +- [slack-php-socket-mode](https://github.com/slack-php/slack-php-socket-mode) - A Socket Mode implementation for [slack-php-app-framework](https://github.com/slack-php/slack-php-app-framework) +- [slack-php-slick](https://github.com/slack-php/slack-php-slick) - Dependency-free micro-framework for building Slack apps in PHP + +### PowerShell + +- [PSSlack](https://github.com/RamblingCookieMonster/PSSlack) - PowerShell module for simple Slack integration. + +### Python + +- [blockkit](https://github.com/imryche/blockkit) - A fast way to build Block Kit interfaces in Python +- [bolt-python](https://github.com/slackapi/bolt-python) - Slack's official Python framework for building Slack apps +- [django-slack](https://github.com/lamby/django-slack) - Slack integration for Django, using the templating engine to generate messages +- [django-slack-oauth](https://github.com/izdi/django-slack-oauth) - Slack OAuth module for Django +- [python-slack-events-api](https://github.com/slackapi/python-slack-events-api) - Slack Events API adapter for Python +- [python-slack-sdk](https://github.com/slackapi/python-slack-sdk) - Slack's official SDK for Python +- [slackblocks](https://github.com/nicklambourne/slackblocks) - Python API for building Slack Block Kit messages +- [slack-php-api](https://github.com/jolicode/slack-php-api) - PHP Slack client based on the official OpenAPI specification +- [slacker-cli](https://github.com/juanpabloaj/slacker-cli) - Messages to slack from the command line +- [slashbot](https://github.com/ebrassell/slashbot) - An easy way to create slash commands using AWS Lambda functions +- [boltworks](https://github.com/YSaxon/boltworks) - Extensions to Slack's bolt framework: expandable GUIs, easier callbacks, richer CLIs + +### R + +- [slackr](https://github.com/hrbrmstr/slackr) - A package to send webhook API messages to Slack channels/users from R + +### Ruby + +- [slack-notifier](https://github.com/stevenosloan/slack-notifier) - A simple wrapper for posting to Slack +- [slack-notify](https://github.com/sosedoff/slack-notify) - Send notifications to Slack +- [slack-poster](https://github.com/rikas/slack-poster) - Simple gem to post messages on Slack using webhooks +- [slack-ruby-block-kit](https://github.com/CGA1123/slack-ruby-block-kit) - A ruby wrapper for Slack's Block Kit +- [slack-ruby-bot](https://github.com/dblock/slack-ruby-bot) - The easiest way to write a Slack bot in Ruby +- [slack-ruby-bot-server](https://github.com/slack-ruby/slack-ruby-bot-server) - Ruby library for building Slack applications +- [slack-ruby-client](https://github.com/dblock/slack-ruby-client) - A Ruby client for the Slack Web and RealTime Messaging APIs + +### Rust + +- [slack-morphism-rust](https://github.com/abdolence/slack-morphism-rust) - A modern async Slack API client for Rust + +### Scala + +- [slack-scala-client](https://github.com/gilbertw1/slack-scala-client) - A Scala Slack client for the Web and RTM API + +### Swift + +- [SwiftBlocksUI](https://github.com/SwiftBlocksUI/SwiftBlocksUI/) - Interactive Slack messages and modals using a SwiftUI-like declarative style + +## :gear:   Open-Source Slack Apps and Integrations + +### CoffeeScript + +- [jinora](https://github.com/sdslabs/jinora) - Slack webhook app to create anonymous public channels + +### Java + +- [simple-slack-api](https://github.com/Ullink/simple-slack-api) - A Slack client library in Java +- [tasks-app](https://github.com/slackapi/tasks-app) - Simple task management app produced by Slack + +### JavaScript/Typescript + +- [definition-app](https://github.com/slackapi/definition-app) - App for storing and accessing company-specific phrases +- [slack-github-action](https://github.com/slackapi/slack-github-action) - Send data into Slack using this GitHub Action +- [slack-reporting-tool](https://github.com/slackapi/slack-reporting-tool) - App that allows team members to report offensive messages +- [tesla-slack](https://github.com/heikkipora/tesla-slack) - Track your Tesla from Slack +- [tasks-app](https://github.com/slackapi/tasks-app) - Simple task management app produced by Slack + +### PHP + +- [MantisBT-Slack](https://github.com/infojunkie/MantisBT-Slack) - MantisBT plugin to send bug updates to Slack +- [monolog](https://github.com/Seldaek/monolog) - Sends your logs to Slack + +### Python + +- [slackbot](https://github.com/lins05/slackbot) - A chat bot for Slack +- [slacker-cli](https://github.com/juanpabloaj/slacker-cli) - Messages to slack from the command line +- [tasks-app](https://github.com/slackapi/tasks-app) - Simple task management app produced by Slack +- [wee-slack](https://github.com/rawdigits/wee-slack) - A WeeChat plugin for Slack + +### Ruby + +- [slack-gamebot](https://github.com/dblock/slack-gamebot) - A game bot for Slack +- [snarkov](https://github.com/gesteves/snarkov) - Sinatra-based Markov bot for Slack +- [tickbot](https://github.com/barryf/tickbot) - Simple team time tracking reminder +- [trebekbot](https://github.com/gesteves/trebekbot) - A Jeopardy! bot for Slack + +## :busts_in_silhouette:   Contributions + +Contributions are always welcome! Please read the [contribution guidelines](https://github.com/matiassingers/awesome-slack/blob/master/contributing.md) first. + +## :classical_building:   License + +[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/) + +To the extent possible under law, [Matias Singers](http://mts.io) has waived all copyright and related or neighboring rights to this work. diff --git a/docs/awesome/awesome-zsh-plugins.md b/docs/awesome/awesome-zsh-plugins.md index a0d0e88be7..239baec7c4 100644 --- a/docs/awesome/awesome-zsh-plugins.md +++ b/docs/awesome/awesome-zsh-plugins.md @@ -608,7 +608,7 @@ Here are a few good sources for Nerd Fonts and Powerline-compatible fonts: - [alehouse](https://github.com/sticklerm3/alehouse) - Contains short aliases for [brew](https://brew.sh) commands, inspired by `betterbrew`. - [alias-finder](https://github.com/akash329d/zsh-alias-finder) - Displays an alias when you use a command you have aliased previously. Helpful for remembering aliases you have defined in the past. Written as a pure ZSH script for speed. - [alias-maker](https://github.com/MefitHp/alias-maker) - Allows you to easily create and manage aliases from the command line. -- [alias-tips](https://github.com/djui/alias-tips) - An oh-my-zsh plugin to help remembering those aliases you defined once. +- [alias-tips](https://github.com/djui/alias-tips) - An [oh-my-zsh](https://ohmyz.sh/) plugin to help remembering those aliases you defined once. - [allclear](https://github.com/givensuman/zsh-allclear) - Clears the terminal when you cd into `$HOME`. - [allergen](https://github.com/stanislas/allergen) - A collection of custom ZSH plugins to use with Antigen. - [almostontop](https://github.com/Valiev/almostontop) - Clears previous command output every time before new command executed in shell. Inspired by the [alwaysontop](https://github.com/swirepe/alwaysontop) plugin for `bash`. @@ -618,7 +618,7 @@ Here are a few good sources for Nerd Fonts and Powerline-compatible fonts: - [ansiweather](https://github.com/fcambus/ansiweather) - Weather in your terminal, with ANSI colors and Unicode symbols. - [antidote-use-omz](https://github.com/getantidote/use-omz) - Make using [oh-my-zsh](https://ohmyz.sh/) with [antidote](https://getantidote.github.io/) seamless. - [antigen-git-rebase](https://github.com/smallhadroncollider/antigen-git-rebase) - Antigen/ZSH script to aid with `git` rebasing. -- [anyframe](https://github.com/mollifier/anyframe) - A peco/percol/fzf wrapper plugin for ZSH. +- [anyframe](https://github.com/mollifier/anyframe) - A `peco`/`percol`/`fzf` wrapper plugin for ZSH. - [apache2](https://github.com/voronkovich/apache2.plugin.zsh) - Adds aliases and functions for managing Apache2. - [apparix](https://github.com/micans/apparix) - Command line directory bookmarks with jumping to bookmarks, subdirectory tab completion, distant listing etc. - [apple-touchbar](https://github.com/zsh-users/zsh-apple-touchbar) - Adds MacBook Pro touchbar support in [iTerm 2](https://iterm2.com). @@ -635,7 +635,7 @@ Here are a few good sources for Nerd Fonts and Powerline-compatible fonts: - [asdf-direnv](https://github.com/redxtech/zsh-asdf-direnv) - Integration and completions for [asdf](https://github.com/asdf-vm/asdf) and [direnv](https://github.com/asdf-community/asdf-direnv). - [asdf-prompt](https://github.com/CurryEleison/zsh-asdf-prompt) - Provides a function usable in prompts that displays version information for your current tool versions. - [ask](https://github.com/Licheam/zsh-ask) - Serves as a ChatGPT API frontend, enabling you to interact with ChatGPT directly from the ZSH shell using only `cURL` and `jq`. -- [assume-role](https://github.com/weizard/assume-role) - ZSH plugin to allow you to assume AWS IAM roles easily. Includes completions. +- [assume-role](https://github.com/weizard/assume-role) - Allows you to assume AWS IAM roles easily. Includes completions. - [async](https://github.com/mafredri/zsh-async) - Library for running asynchronous tasks in ZSH without requiring any external tools. Allows you to run multiple asynchronous jobs, enforce unique jobs (multiple instances of the same job will not run), flush all currently running jobs and create multiple workers (each with their own jobs). - [atom-plugin](https://github.com/CorradoRossi/oh-my-zsh-atom-plugin) - Based on the [Sublime](https://github.com/valentinocossar/sublime) plugin, lets you launch a file or folder in [Atom](https://atom.io) from [iTerm 2](https://iterm2.com). - [atuin](https://github.com/ellie/atuin) - Replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server. @@ -701,7 +701,7 @@ Here are a few good sources for Nerd Fonts and Powerline-compatible fonts: - [brew (wintermi)](https://github.com/wintermi/zsh-brew) - Simple plugin for the [Homebrew](https://brew.sh/) Package Manager. - [brew (wolffaxn)](https://github.com/wolffaxn/brew-zsh-plugin) - Standalone plugin for the [Homebrew](https://brew.sh/) Package Manager. - [brew-switcher](https://github.com/fielding/zsh-brew-switcher) - Automatically switch between Homebrew installations based on the current active arch, arm64 or x86_64, on Apple Silicon Macs. -- [browse-commit](https://github.com/adolfoabegg/browse-commit) - A plugin that lets you open any commit in your browser from the command line. +- [browse-commit](https://github.com/adolfoabegg/browse-commit) - Lets you open any commit in your browser from the command line. - [bruse](https://github.com/aubreypwd/zsh-plugin-bruse) - Makes it easy to `brew link` different versions of packages. - [bumblebee](https://github.com/Niverton/zsh-bumblebee-plugin) - A plugin to toggle prepending `optirun` in the command line. - [bw](https://github.com/begris/bw-zsh-plugin) - Provides formatting options and easy access to credentials stored in [Bitwarden](https://bitwarden.com) via the Bitwarden [CLI](https://bitwarden.com/download/). The plugin tries to retrieve a valid session before each action, therefore an explicit login is not nescessary beforehand. @@ -1466,6 +1466,7 @@ Here are a few good sources for Nerd Fonts and Powerline-compatible fonts: - [wordle](https://github.com/zechris/zwordle) - Wordle for ZSH, with tab-completions. - [workon](https://github.com/bryanculver/workon.plugin.zsh) - Simple utility for jumping between projects. - [worktree](https://github.com/jspears/worktree) - Adds functions that wrap `git worktree`. +- [wpm](https://github.com/btror/wpm) - Lets you test your typing speed in a terminal, track WPM, accuracy, and more. Results are saved in a handy JSON format for easy tracking. - [wsl](https://github.com/florentinl/omz-wsl) - Adds helper functions to make it easier to work in ZSH when running inside WSL. - [wsl2-ssh-pageant](https://github.com/antoinemartin/wsl2-ssh-pageant-oh-my-zsh-plugin) - Use your Yubikey stored GPG keys from WSL. This packages the instructions from [wsl2-ssh-pageant repo](https://github.com/BlackReloaded/wsl2-ssh-pageant) as a ZSH plugin. - [xxh-plugin-zsh-zshrc](https://github.com/roman-geraskin/xxh-plugin-zsh-zshrc) - plugin for [xxh-shell-zsh](https://github.com/xxh/xxh-shell-zsh) that copies your `~/.zshrc` to a remote host and sources it with [xxh-shell-zsh](https://github.com/xxh/xxh-shell-zsh).