├── .github └── workflows │ └── main.yml └── README.md /.github/workflows/main.yml: -------------------------------------------------------------------------------- 1 | name: update awesome-stars 2 | on: 3 | workflow_dispatch: 4 | schedule: 5 | - cron: 0 10 * * * 6 | jobs: 7 | awesome-stars: 8 | name: update awesome-stars 9 | runs-on: ubuntu-latest 10 | steps: 11 | - uses: actions/checkout@v1 12 | - name: Set up Python 13 | uses: actions/setup-python@v1 14 | with: 15 | python-version: 3.7 16 | - name: Install dependencies 17 | run: | 18 | python -m pip install --upgrade pip 19 | pip install starred 20 | - name: update repo 21 | env: 22 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 23 | run: starred --username dotiful --repository starred --sort --token ${GITHUB_TOKEN} --message 'update stars' 24 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | # Awesome Stars [![Awesome](https://awesome.re/badge.svg)](https://github.com/sindresorhus/awesome) 3 | 4 | > A curated list of my GitHub stars! Generated by [starred](https://github.com/maguowei/starred). 5 | 6 | ## Contents 7 | 8 | - [AppleScript](#applescript) 9 | - [AutoHotkey](#autohotkey) 10 | - [AutoIt](#autoit) 11 | - [Batchfile](#batchfile) 12 | - [C](#c) 13 | - [C#](#c#) 14 | - [C++](#c++) 15 | - [CSS](#css) 16 | - [Clojure](#clojure) 17 | - [D](#d) 18 | - [Dart](#dart) 19 | - [Dockerfile](#dockerfile) 20 | - [Elixir](#elixir) 21 | - [Elm](#elm) 22 | - [Git Attributes](#git-attributes) 23 | - [Go](#go) 24 | - [Groff](#groff) 25 | - [HCL](#hcl) 26 | - [HTML](#html) 27 | - [Handlebars](#handlebars) 28 | - [Haskell](#haskell) 29 | - [JSON](#json) 30 | - [Java](#java) 31 | - [JavaScript](#javascript) 32 | - [Jinja](#jinja) 33 | - [Jupyter Notebook](#jupyter-notebook) 34 | - [Kotlin](#kotlin) 35 | - [Less](#less) 36 | - [Lua](#lua) 37 | - [M4](#m4) 38 | - [Makefile](#makefile) 39 | - [Markdown](#markdown) 40 | - [Nix](#nix) 41 | - [OCaml](#ocaml) 42 | - [Objective-C](#objective-c) 43 | - [Others](#others) 44 | - [PHP](#php) 45 | - [Pascal](#pascal) 46 | - [Perl](#perl) 47 | - [PowerShell](#powershell) 48 | - [Python](#python) 49 | - [QML](#qml) 50 | - [Rich Text Format](#rich-text-format) 51 | - [Roff](#roff) 52 | - [Ruby](#ruby) 53 | - [Rust](#rust) 54 | - [SCSS](#scss) 55 | - [SVG](#svg) 56 | - [Sass](#sass) 57 | - [Shell](#shell) 58 | - [Smarty](#smarty) 59 | - [Svelte](#svelte) 60 | - [Swift](#swift) 61 | - [TeX](#tex) 62 | - [TypeScript](#typescript) 63 | - [Vim Script](#vim-script) 64 | - [Vue](#vue) 65 | 66 | ## AppleScript 67 | 68 | - [vookimedlo/alfred-vpn-tunnelblick](https://github.com/vookimedlo/alfred-vpn-tunnelblick) - Alfred 3 workflow for controlling Tunnelblick VPN connections. 69 | - [kevin-funderburg/alfred-jump-to-handler-script-debugger](https://github.com/kevin-funderburg/alfred-jump-to-handler-script-debugger) - Alfred workflow that allows you to search through the handlers of the front script of Script Debugger and select them within the script. 70 | - [sancarn/Element-Scripter](https://github.com/sancarn/Element-Scripter) - A useful Mac utility which scans GUIs for scriptable elements and returns the scripting path of the element and descriptive information regarding the element. This allows for a developer to quickly ga 71 | - [vitorgalvao/custom-alfred-iterm-scripts](https://github.com/vitorgalvao/custom-alfred-iterm-scripts) - AppleScript for iTerm2 Alfred integration. 72 | 73 | ## AutoHotkey 74 | 75 | - [JnLlnd/FoldersPopup](https://github.com/JnLlnd/FoldersPopup) - Popup menu to jump instantly from one folder to another. Freeware. 76 | - [hi5/CL3](https://github.com/hi5/CL3) - Minimal clipboard caching utility inspired by CLCL 📋 77 | - [mihaifm/screenkey.ahk](https://github.com/mihaifm/screenkey.ahk) - A tool that displays the keys that you type on the screen 78 | - [denolfe/AutoHotkey](https://github.com/denolfe/AutoHotkey) - :gear: My Autohotkey productivity suite that includes shortcuts, hotstrings, hotkeys, apps/utilities, AutoCorrect 79 | - [JuanmaMenendez/AutoHotkey-script-Open-Show-Apps](https://github.com/JuanmaMenendez/AutoHotkey-script-Open-Show-Apps) - AutoHotkey script to open, restore or minimize, Window's and Chrome's Apps using hotkeys 80 | 81 | ## AutoIt 82 | 83 | - [AetherCollective/PortableApps-App-Creation-Wizard](https://github.com/AetherCollective/PortableApps-App-Creation-Wizard) - A simple GUI-based wizard for assisting developers creating PortableApps. 84 | 85 | ## Batchfile 86 | 87 | - [DeadManWalkingTO/Windows10MiningTweaksDmW](https://github.com/DeadManWalkingTO/Windows10MiningTweaksDmW) - Windows 10 Mining Tweaks by DeadManWalking (DeadManWalkingTO-GitHub) 88 | - [nguyentumine/AIO-Boot](https://github.com/nguyentumine/AIO-Boot) - AIO Boot is an All-in-One bootable software for USB and HDD. Is one of the best Multiboot USB Creator for Windows. 89 | 90 | ## C 91 | 92 | - [ivan-rio/ha_deck_cyd](https://github.com/ivan-rio/ha_deck_cyd) - Home Assistant Deck CYD Component 93 | - [J-A-A-M/ukraine_alarm_map](https://github.com/J-A-A-M/ukraine_alarm_map) - прошивка для мапи тривог на основі ESP32 94 | - [netdata/netdata](https://github.com/netdata/netdata) - Architected for speed. Automated for easy. Monitoring and troubleshooting, transformed! 95 | - [hoyon/mpv-mpris](https://github.com/hoyon/mpv-mpris) - MPRIS plugin for mpv 96 | - [ZaWertun/gtk3-nocsd](https://github.com/ZaWertun/gtk3-nocsd) - A hack to disable gtk+ 3 client side decoration 97 | - [jarun/nnn](https://github.com/jarun/nnn) - n³ The unorthodox terminal file manager 98 | - [zhaojh329/oui](https://github.com/zhaojh329/oui) - 🐛 A framework used to develop Web interface for OpenWrt. Use Lua-eco + Vue3 + Vite + Element Plus. 99 | - [benzino77/tasmocompiler](https://github.com/benzino77/tasmocompiler) - Web GUI for custom Tasmota compilation 100 | - [arendst/Tasmota](https://github.com/arendst/Tasmota) - Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, S 101 | - [SpacehuhnTech/esp8266_deauther](https://github.com/SpacehuhnTech/esp8266_deauther) - Affordable WiFi hacking platform for testing and learning 102 | - [samdenty/Wi-PWN](https://github.com/samdenty/Wi-PWN) - ESP8266 firmware for performing deauthentication attacks, with ease. 103 | - [ReimuNotMoe/ydotool](https://github.com/ReimuNotMoe/ydotool) - Generic command-line automation tool (no X!) 104 | - [wmutils/core](https://github.com/wmutils/core) - Set of window manipulation tools 105 | - [lakinduakash/linux-wifi-hotspot](https://github.com/lakinduakash/linux-wifi-hotspot) - Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Simil 106 | - [zhovner/OneFileLinux](https://github.com/zhovner/OneFileLinux) - Live linux distro combined in one ~20MB file. Runs on any UEFI computer. 107 | - [stoeckmann/xwallpaper](https://github.com/stoeckmann/xwallpaper) - wallpaper setting utility for X 108 | - [posva/catimg](https://github.com/posva/catimg) - 🦦 Insanely fast image printing in your terminal 109 | - [Luminger/reghack](https://github.com/Luminger/reghack) - Fix OpenWRT wlan regulatory settings (mirror from http://luci.subsignal.org/~jow/reghack/ 110 | - [mridgers/clink](https://github.com/mridgers/clink) - Bash's powerful command line editing in cmd.exe 111 | - [ventoy/Ventoy](https://github.com/ventoy/Ventoy) - A new bootable USB solution. 112 | - [hpjansson/chafa](https://github.com/hpjansson/chafa) - 📺🗿 Terminal graphics for the 21st century. 113 | - [ayosec/spwd](https://github.com/ayosec/spwd) - ShorterPWD: show the current path, trimming the parents to fit a certain width 114 | - [baskerville/xdo](https://github.com/baskerville/xdo) - Small X utility to perform elementary actions on windows 115 | - [kyoto/sendkeys](https://github.com/kyoto/sendkeys) - Send key presses to open applications in X Windows (GNOME, KDE, Unity, etc.) 116 | - [davatorium/rofi](https://github.com/davatorium/rofi) - Rofi: A window switcher, application launcher and dmenu replacement 117 | - [Lurkki14/tuxclocker](https://github.com/Lurkki14/tuxclocker) - Qt overclocking tool for GNU/Linux 118 | - [baskerville/sxhkd](https://github.com/baskerville/sxhkd) - Simple X hotkey daemon 119 | - [FontManager/font-manager](https://github.com/FontManager/font-manager) - 120 | - [debauchee/barrier](https://github.com/debauchee/barrier) - Open-source KVM software 121 | - [sysstat/sysstat](https://github.com/sysstat/sysstat) - Performance monitoring tools for Linux 122 | - [Genymobile/scrcpy](https://github.com/Genymobile/scrcpy) - Display and control your Android device 123 | - [getdnsapi/getdns](https://github.com/getdnsapi/getdns) - A modern asynchronous DNS API https://getdnsapi.net/ 124 | - [jqlang/jq](https://github.com/jqlang/jq) - Command-line JSON processor 125 | - [p-gen/smenu](https://github.com/p-gen/smenu) - smenu started as a lightweight and flexible terminal menu generator, but quickly evolved into a powerful and versatile CLI selection tool for interactive or scripting use. 126 | - [LongSoft/UEFITool](https://github.com/LongSoft/UEFITool) - UEFI firmware image viewer and editor 127 | - [moretension/duti](https://github.com/moretension/duti) - A command-line tool to select default applications for document types and URL schemes on Mac OS X 128 | - [acidanthera/gfxutil](https://github.com/acidanthera/gfxutil) - Device Properties conversion tool 129 | - [RehabMan/OS-X-Intel-Network](https://github.com/RehabMan/OS-X-Intel-Network) - OS X driver for Intel onboard LAN 130 | - [acidanthera/Lilu](https://github.com/acidanthera/Lilu) - Arbitrary kext and process patching on macOS 131 | - [osxfuse/sshfs](https://github.com/osxfuse/sshfs) - File system based on the SSH File Transfer Protocol 132 | - [rpeshkov/IntelWifi](https://github.com/rpeshkov/IntelWifi) - MacOS port of Intel Wireless Linux (IWL) Driver 133 | - [flashrom/flashrom](https://github.com/flashrom/flashrom) - Send patches to https://review.coreboot.org: https://www.flashrom.org/Development_Guidelines#GitHub 134 | - [master131/BlockTheSpot](https://github.com/master131/BlockTheSpot) - Video, audio & banner adblock/skip for Spotify. This project has been superceded by SpotX: https://github.com/SpotX-CLI/SpotX-Win 135 | - [pepe2k/u-boot_mod](https://github.com/pepe2k/u-boot_mod) - U-Boot 1.1.4 modification for routers 136 | - [t6x/reaver-wps-fork-t6x](https://github.com/t6x/reaver-wps-fork-t6x) - 137 | - [ZerBea/hcxtools](https://github.com/ZerBea/hcxtools) - A small set of tools to convert packets from capture files to hash files for use with Hashcat or John the Ripper. 138 | - [tizonia/tizonia-openmax-il](https://github.com/tizonia/tizonia-openmax-il) - Command-line cloud music player for Linux with support for Spotify, Google Play Music, YouTube, SoundCloud, TuneIn, iHeartRadio, Plex servers and Chromecast devices. 139 | - [linuxmint/nemo](https://github.com/linuxmint/nemo) - File browser for Cinnamon 140 | - [ggreer/the_silver_searcher](https://github.com/ggreer/the_silver_searcher) - A code-searching tool similar to ack, but faster. 141 | 142 | ## C# # 143 | 144 | - [Raicuparta/two-forks-vr](https://github.com/Raicuparta/two-forks-vr) - Firewatch VR Mod 145 | - [files-community/Files](https://github.com/files-community/Files) - A modern file manager that helps users organize their files and folders. 146 | - [a4004/n2d](https://github.com/a4004/n2d) - An easy to use ESP8266 flash tool with built-in support for the Deauther Project. 147 | - [GhostPack/KeeThief](https://github.com/GhostPack/KeeThief) - Methods for attacking KeePass 2.X databases, including extracting of encryption key material from memory. 148 | - [MattMcManis/Glow](https://github.com/MattMcManis/Glow) - mpv Config File Generator for Windows 149 | - [QL-Win/QuickLook](https://github.com/QL-Win/QuickLook) - Bring macOS “Quick Look” feature to Windows 150 | - [PowerShell/PSReadLine](https://github.com/PowerShell/PSReadLine) - A bash inspired readline implementation for PowerShell 151 | - [microsoft/PowerToys](https://github.com/microsoft/PowerToys) - Windows system utilities to maximize productivity 152 | - [pebakery/pebakery](https://github.com/pebakery/pebakery) - PEBakery is a script engine that specializes in customizing the Windows Preinstalled Environment (WinPE/WinRE). 153 | - [subhra74/xdm](https://github.com/subhra74/xdm) - Powerfull download accelerator and video downloader 154 | - [felixse/FluentTerminal](https://github.com/felixse/FluentTerminal) - A Terminal Emulator based on UWP and web technologies. 155 | - [collinbarrett/FilterLists](https://github.com/collinbarrett/FilterLists) - :shield: The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances. 156 | - [ShareX/ShareX](https://github.com/ShareX/ShareX) - ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of file 157 | - [lanayotech/vagrant-manager-windows](https://github.com/lanayotech/vagrant-manager-windows) - Manage your vagrant machines in one place with Vagrant Manager for Windows 158 | - [madskristensen/OpenInVsCode](https://github.com/madskristensen/OpenInVsCode) - A Visual Studio extension 159 | - [NuGetPackageExplorer/NuGetPackageExplorer](https://github.com/NuGetPackageExplorer/NuGetPackageExplorer) - Create, update and deploy Nuget Packages with a GUI 160 | - [chocolatey/choco](https://github.com/chocolatey/choco) - Chocolatey - the package manager for Windows 161 | 162 | ## C++ 163 | 164 | - [Mozer/talk-llama-fast](https://github.com/Mozer/talk-llama-fast) - Port of OpenAI's Whisper model in C/C++ with xtts and wav2lip 165 | - [praydog/UEVR](https://github.com/praydog/UEVR) - Universal Unreal Engine VR Mod (4.8 - 5.4) 166 | - [awawa-dev/HyperSPI](https://github.com/awawa-dev/HyperSPI) - HyperHDR bridge using SPI bus. Connects Raspberry Pi with a generic Raspberry Pi Pico (rp2040)/ESP32/ESP8266 to control a LED strip. Fasted possible cable solution for external Pico/ESP LED driver. Da 167 | - [awawa-dev/HyperHDR](https://github.com/awawa-dev/HyperHDR) - Highly optimized open source ambient lighting implementation based on modern digital video and audio stream analysis for Windows, macOS and Linux (x86 and Raspberry Pi / ARM). 168 | - [ckcr4lyf/EvilAppleJuice-ESP32](https://github.com/ckcr4lyf/EvilAppleJuice-ESP32) - Spam Apple Proximity Messages via an ESP32 169 | - [moudey/Shell](https://github.com/moudey/Shell) - Powerful context menu manager for Windows File Explorer 170 | - [hyperion-project/hyperion.ng](https://github.com/hyperion-project/hyperion.ng) - The successor to Hyperion aka Hyperion Next Generation 171 | - [Aircoookie/WLED](https://github.com/Aircoookie/WLED) - Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! 172 | - [sbarex/SourceCodeSyntaxHighlight](https://github.com/sbarex/SourceCodeSyntaxHighlight) - Quick Look extension for highlight source code files on macOS 10.15 and later. 173 | - [AntiMicroX/antimicrox](https://github.com/AntiMicroX/antimicrox) - Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support. 174 | - [tycho-kirchner/shournal](https://github.com/tycho-kirchner/shournal) - Log shell-commands and used files. Snapshot executed scripts. Fully automatic. 175 | - [skickar/ESP8266_Router_Honeypot](https://github.com/skickar/ESP8266_Router_Honeypot) - A NAT router with an FTP honeypot using a canarytoken 176 | - [zealdocs/zeal](https://github.com/zealdocs/zeal) - Offline documentation browser inspired by Dash 177 | - [KDE/ghostwriter](https://github.com/KDE/ghostwriter) - Text editor for Markdown 178 | - [paulmcauley/klassy](https://github.com/paulmcauley/klassy) - Klassy is a highly customizable binary Window Decoration, Application Style and Global Theme plugin for recent versions of the KDE Plasma desktop. 179 | - [Luwx/Lightly](https://github.com/Luwx/Lightly) - A modern style for qt applications. 180 | - [albertlauncher/albert](https://github.com/albertlauncher/albert) - A fast and flexible keyboard launcher 181 | - [JonMagon/KDiskMark](https://github.com/JonMagon/KDiskMark) - A simple open-source disk benchmark tool for Linux distros 182 | - [friciwolf/Rocket](https://github.com/friciwolf/Rocket) - Application launcher for KDE Plasma. 183 | - [cvengler/sysget](https://github.com/cvengler/sysget) - One package manager to rule them all 184 | - [tobimensch/aqemu](https://github.com/tobimensch/aqemu) - Official AQEMU repository - a GUI for virtual machines using QEMU as the backend 185 | - [snyball/hawck](https://github.com/snyball/hawck) - Key-rebinding daemon for Linux (Wayland/X11/Console) 186 | - [JoseExposito/touchegg](https://github.com/JoseExposito/touchegg) - Linux multi-touch gesture recognizer 187 | - [Ximi1970/systray-x](https://github.com/Ximi1970/systray-x) - SysTray-X: A system tray extension for Thunderbird. Needs both the addon AND the companion app installed to work. Will not work with TB flatpaks or snaps. 188 | - [johang/btfs](https://github.com/johang/btfs) - A bittorrent filesystem based on FUSE. 189 | - [barry-ran/QtScrcpy](https://github.com/barry-ran/QtScrcpy) - Android real-time display control software 190 | - [keepassxreboot/keepassxc](https://github.com/keepassxreboot/keepassxc) - KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”. 191 | - [MaartenBaert/ssr](https://github.com/MaartenBaert/ssr) - SimpleScreenRecorder, a screen recorder for Linux 192 | - [oguzhaninan/Stacer](https://github.com/oguzhaninan/Stacer) - Linux System Optimizer and Monitoring - https://oguzhaninan.github.io/Stacer-Web 193 | - [Zren/material-decoration](https://github.com/Zren/material-decoration) - Material-ish window decoration theme for KWin, with LIM, based on zzag's original design. 194 | - [Exhar/linssid](https://github.com/Exhar/linssid) - LinSSID repository 195 | - [tildearrow/kwin-lowlatency](https://github.com/tildearrow/kwin-lowlatency) - archived - X11 full-screen unredirection and lots'a settings for KWin 196 | - [maz-1/grub2-editor](https://github.com/maz-1/grub2-editor) - A KDE Control Module for configuring the GRUB2 bootloader. Unofficial KF5 port. 197 | - [ncmpcpp/ncmpcpp](https://github.com/ncmpcpp/ncmpcpp) - Featureful ncurses based MPD client inspired by ncmpc 198 | - [psifidotos/applet-window-buttons](https://github.com/psifidotos/applet-window-buttons) - Plasma 5 applet in order to show window buttons in your panels 199 | - [alex1701c/krunner-kwallet](https://github.com/alex1701c/krunner-kwallet) - This is a Krunner plugin which allows you to copy/show/edit/add entries from KWallet 200 | - [alex1701c/krunner-firefox](https://github.com/alex1701c/krunner-firefox) - Launch your Firefox profiles from Krunner and register them in the Firefox .desktop file 201 | - [alex1701c/krunner-vscodeprojects](https://github.com/alex1701c/krunner-vscodeprojects) - Open VSCode Project Manager projects from Krunner 202 | - [psifidotos/applet-window-appmenu](https://github.com/psifidotos/applet-window-appmenu) - Plasma 5 applet in order to show the window appmenu 203 | - [flameshot-org/flameshot](https://github.com/flameshot-org/flameshot) - Powerful yet simple to use screenshot software :desktop_computer: :camera_flash: 204 | - [ksnip/ksnip](https://github.com/ksnip/ksnip) - ksnip the cross-platform screenshot and annotation tool 205 | - [marazmista/radeon-profile](https://github.com/marazmista/radeon-profile) - Application to read current clocks of ATi Radeon cards (xf86-video-ati, xf86-video-amdgpu) 206 | - [romkatv/gitstatus](https://github.com/romkatv/gitstatus) - Git status for Bash and Zsh prompt 207 | - [Maximus5/ConEmu](https://github.com/Maximus5/ConEmu) - Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more 208 | - [cmderdev/cmder](https://github.com/cmderdev/cmder) - Lovely console emulator package for Windows 209 | - [microsoft/terminal](https://github.com/microsoft/terminal) - The new Windows Terminal and the original Windows console host, all in the same place! 210 | - [telegramdesktop/tdesktop](https://github.com/telegramdesktop/tdesktop) - Telegram Desktop messaging app 211 | - [transmission/transmission](https://github.com/transmission/transmission) - Official Transmission BitTorrent client repository 212 | - [acidanthera/VoodooPS2](https://github.com/acidanthera/VoodooPS2) - 213 | - [emcrisostomo/fswatch](https://github.com/emcrisostomo/fswatch) - A cross-platform file change monitor with multiple backends: Apple OS X File System Events, *BSD kqueue, Solaris/Illumos File Events Notification, Linux inotify, Microsoft Windows and a stat()-based b 214 | - [alexst07/shell-plus-plus](https://github.com/alexst07/shell-plus-plus) - A friendly and modern functional object oriented language for shell script. 215 | - [acidanthera/AppleALC](https://github.com/acidanthera/AppleALC) - Native macOS HD audio for not officially supported codecs 216 | - [christophcharles/GenericBrightness](https://github.com/christophcharles/GenericBrightness) - Backlight brightness kext for laptops using OEM ACPI methods 217 | - [Mieze/RTL8111_driver_for_OS_X](https://github.com/Mieze/RTL8111_driver_for_OS_X) - OS X open source driver for the Realtek RTL8111/8168 family 218 | - [0xFireWolf/NightShiftUnlocker](https://github.com/0xFireWolf/NightShiftUnlocker) - Dynamically unlock the Night Shift for all Macs 219 | - [RehabMan/OS-X-USB-Inject-All](https://github.com/RehabMan/OS-X-USB-Inject-All) - Kext to inject all USB ports for the installed Intel EHCI/XHCI chipset automatically. 220 | - [acidanthera/HibernationFixup](https://github.com/acidanthera/HibernationFixup) - A Lilu plugin intended to fix hibernation compatibility issues 221 | - [hieplpvip/AsusSMC](https://github.com/hieplpvip/AsusSMC) - A VirtualSMC plugin provides native macOS support for ALS, keyboard backlight and Fn keys on Asus laptops 222 | - [acidanthera/CPUFriend](https://github.com/acidanthera/CPUFriend) - Dynamic macOS CPU power management data injection 223 | - [RehabMan/OS-X-Voodoo-PS2-Controller](https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller) - Contains updated Voodoo PS/2 Controller, improved Keyboard & Synaptics TouchPad 224 | - [acidanthera/WhateverGreen](https://github.com/acidanthera/WhateverGreen) - Various patches necessary for certain ATI/AMD/Intel/Nvidia GPUs 225 | - [acidanthera/VirtualSMC](https://github.com/acidanthera/VirtualSMC) - SMC emulator layer 226 | - [jwise/HoRNDIS](https://github.com/jwise/HoRNDIS) - Android USB tethering driver for Mac OS X 227 | - [AutoHotkey/AutoHotkey](https://github.com/AutoHotkey/AutoHotkey) - AutoHotkey - macro-creation and automation-oriented scripting utility for Windows. 228 | - [DDoSolitary/LxRunOffline](https://github.com/DDoSolitary/LxRunOffline) - A full-featured utility for managing Windows Subsystem for Linux (WSL) 229 | - [apache/incubator-pagespeed-mod](https://github.com/apache/incubator-pagespeed-mod) - Apache module for rewriting web pages to reduce latency and bandwidth. 230 | - [npackd/npackd-cpp](https://github.com/npackd/npackd-cpp) - Package manager for Microsoft Windows (GUI and command line utility) 231 | - [polybar/polybar](https://github.com/polybar/polybar) - A fast and easy-to-use status bar 232 | - [vslavik/poedit](https://github.com/vslavik/poedit) - Translations editor for Mac, Windows and Unix 233 | 234 | ## CSS 235 | 236 | - [PapirusDevelopmentTeam/firefox-papirus-icon-theme](https://github.com/PapirusDevelopmentTeam/firefox-papirus-icon-theme) - Papirus icons for Firefox 237 | - [nwg-piotr/nwg-shell](https://github.com/nwg-piotr/nwg-shell) - Installer & meta-package for the nwg-shell project: a GTK3-based shell for sway and Hyprland Wayland compositors 238 | - [pyxelr/dark-google-calendar](https://github.com/pyxelr/dark-google-calendar) - Dark theme for Google Calendar. 239 | - [Haron-Prime/ArchLinuxRuDark](https://github.com/Haron-Prime/ArchLinuxRuDark) - A small correction of the dark style of the https://archlinux.org.ru 240 | - [eromatiya/blurredfox](https://github.com/eromatiya/blurredfox) - A sleek, modern and elegant Firefox CSS theme 241 | - [almaceleste/userstyles](https://github.com/almaceleste/userstyles) - my userstyles repo 242 | - [cli-guidelines/cli-guidelines](https://github.com/cli-guidelines/cli-guidelines) - A guide to help you write better command-line programs, taking traditional UNIX principles and updating them for the modern day. 243 | - [uso-archive/data](https://github.com/uso-archive/data) - Full mirror of UserStyles.org 244 | - [editor-bootstrap/vim-bootstrap](https://github.com/editor-bootstrap/vim-bootstrap) - Vim Bootstrap is a generator that provides a simple method of generating a configuration for vim / neovim. 245 | - [StylishThemes/Wikipedia-Dark](https://github.com/StylishThemes/Wikipedia-Dark) - :mortar_board: Dark Wikipedia 246 | - [StylishThemes/Discourse-Dark](https://github.com/StylishThemes/Discourse-Dark) - 🏛️ Darken Discourse forums 247 | - [DM164/Dark-by-DM](https://github.com/DM164/Dark-by-DM) - Dark by DM, a family of dark themes for different websites on the internet. 248 | - [AfroThundr3007730/MDN-Dark](https://github.com/AfroThundr3007730/MDN-Dark) - Dark theme for the Mozilla Developer Network 249 | - [CharlieEtienne/material-github](https://github.com/CharlieEtienne/material-github) - A Material Dark Theme for GitHub 250 | - [Wondermarin/VDARK](https://github.com/Wondermarin/VDARK) - Perhaps the best dark theme for VK 251 | - [spicetify/spicetify-themes](https://github.com/spicetify/spicetify-themes) - A community-driven collection of themes for customizing Spotify through Spicetify - https://github.com/spicetify/cli 252 | - [EliverLara/firefox-sweet-theme](https://github.com/EliverLara/firefox-sweet-theme) - :candy: A dark and modern theme for firefox with vibrant colors 253 | - [RaitaroH/Stylus-DeepDark](https://github.com/RaitaroH/Stylus-DeepDark) - Write thy themes in the dark. May the dark be kinder on thine eyes. (Stylus dark theme) 254 | - [Izheil/Dark-userstyles](https://github.com/Izheil/Dark-userstyles) - Dark userCSS styles to use with Stylus addon. 255 | - [paullinuxthemer/Mc-OS-themes](https://github.com/paullinuxthemer/Mc-OS-themes) - Mac OS-themes for the Linux-Gnome desktop 256 | - [MrOtherGuy/firefox-csshacks](https://github.com/MrOtherGuy/firefox-csshacks) - Collection of userstyles affecting the browser 257 | - [stonecrusher/simpleMenuWizard](https://github.com/stonecrusher/simpleMenuWizard) - Hide contextmenu items in Firefox Photon 258 | - [muckSponge/MaterialFox](https://github.com/muckSponge/MaterialFox) - A Material Design-inspired userChrome.css theme for Firefox 259 | - [htdvisser/hugo-base16-theme](https://github.com/htdvisser/hugo-base16-theme) - [NOT MAINTAINED] Hugo theme with base16 eighties colorscheme 260 | - [panr/hugo-theme-terminal](https://github.com/panr/hugo-theme-terminal) - A simple, retro theme for Hugo 261 | - [StylishThemes/StackOverflow-Dark](https://github.com/StylishThemes/StackOverflow-Dark) - 📚 Dark theme for Stack Overflow & most Stack Exchange network sites 262 | - [iann0036/AWSConsoleRecorder](https://github.com/iann0036/AWSConsoleRecorder) - Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation/Terraform templates. 263 | - [norio-nomura/qlplayground](https://github.com/norio-nomura/qlplayground) - `qlplayground` is a QuickLook plugin for Swift files. 264 | - [VChet/Telegram-Vanilla-Dark-Web-Legacy](https://github.com/VChet/Telegram-Vanilla-Dark-Web-Legacy) - Dark Theme for web.telegram.org 265 | - [elv1n/slack-dark-mojave-theme](https://github.com/elv1n/slack-dark-mojave-theme) - Beautiful dark theme for slack 3, 4+. Apply theme by running one command 🌸 266 | - [Aris-t2/CustomCSSforFx](https://github.com/Aris-t2/CustomCSSforFx) - Custom CSS tweaks for Firefox 267 | - [Timvde/UserChrome-Tweaks](https://github.com/Timvde/UserChrome-Tweaks) - A community maintained repository of userChrome.css tweaks for Firefox 268 | - [toland/qlmarkdown](https://github.com/toland/qlmarkdown) - QuickLook generator for Markdown files. 269 | - [StylishThemes/GitHub-Dark](https://github.com/StylishThemes/GitHub-Dark) - :octocat: Dark GitHub style 270 | - [haokaiyang/Mac-QuickLook](https://github.com/haokaiyang/Mac-QuickLook) - QuickLook plugins and packages 271 | - [ryanoasis/nerd-fonts](https://github.com/ryanoasis/nerd-fonts) - Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more 272 | - [lukecav/awesome-divi](https://github.com/lukecav/awesome-divi) - Resources for theme and page builder Divi. 273 | - [teejee2008/polo](https://github.com/teejee2008/polo) - Advanced file manager for Linux written in Vala. Supports multiple panes (single, dual, quad) with multiple tabs in each pane. Supports archive creation, extraction and browsing. Support for cloud sto 274 | - [erikdubois/AntergosI3](https://github.com/erikdubois/AntergosI3) - How to install i3 on Antergos 275 | - [adapta-project/adapta-gtk-theme](https://github.com/adapta-project/adapta-gtk-theme) - An adaptive Gtk+ theme based on Material Design Guidelines 276 | 277 | ## Clojure 278 | 279 | - [yqrashawn/GokuRakuJoudo](https://github.com/yqrashawn/GokuRakuJoudo) - config karabiner with ease 280 | 281 | ## D 282 | 283 | - [gnunn1/tilix](https://github.com/gnunn1/tilix) - A tiling terminal emulator for Linux using GTK+ 3 284 | 285 | ## Dart 286 | 287 | - [abuanwar072/Flutter-Responsive-Admin-Panel-or-Dashboard](https://github.com/abuanwar072/Flutter-Responsive-Admin-Panel-or-Dashboard) - Responsive Admin Panel or Dashboard using Flutter 288 | - [bernaferrari/color-studio](https://github.com/bernaferrari/color-studio) - It is too hard to build coherent and accessible themes with the right colors. This should help. 289 | 290 | ## Dockerfile 291 | 292 | - [goldbergyoni/nodebestpractices](https://github.com/goldbergyoni/nodebestpractices) - :white_check_mark: The Node.js best practices list (July 2024) 293 | - [PagerDuty/postmortem-docs](https://github.com/PagerDuty/postmortem-docs) - PagerDuty's Public Postmortem Documentation 294 | 295 | ## Elixir 296 | 297 | - [firezone/firezone](https://github.com/firezone/firezone) - Enterprise-ready zero-trust access platform built on WireGuard®. 298 | - [asciinema/asciinema-server](https://github.com/asciinema/asciinema-server) - Platform for hosting and sharing terminal session recordings 299 | 300 | ## Elm 301 | 302 | - [icidasset/diffuse](https://github.com/icidasset/diffuse) - A music player that connects to your cloud/distributed storage. 303 | 304 | ## Git Attributes 305 | 306 | - [gitattributes/gitattributes](https://github.com/gitattributes/gitattributes) - A collection of useful .gitattributes templates 307 | 308 | ## Go 309 | 310 | - [addozhang/alfred-safari-toolkit](https://github.com/addozhang/alfred-safari-toolkit) - Alfred workfow for search safari history. 311 | - [netbirdio/netbird](https://github.com/netbirdio/netbird) - Connect your devices into a secure WireGuard®-based overlay network with SSO, MFA and granular access controls. 312 | - [lure-sh/lure](https://github.com/lure-sh/lure) - The community repository missing from your Linux distro 313 | - [cabemo/godaddy-cli](https://github.com/cabemo/godaddy-cli) - A simple godaddy CLI to manage domains 314 | - [silenceshell/hcache](https://github.com/silenceshell/hcache) - showing top X biggest cache files global 315 | - [nezhahq/nezha](https://github.com/nezhahq/nezha) - :trollface: Self-hosted, lightweight server and website monitoring and O&M tool 316 | - [sachaos/tcpterm](https://github.com/sachaos/tcpterm) - tcpterm is a packet visualizer in TUI. 317 | - [aquasecurity/cloudsec-icons](https://github.com/aquasecurity/cloudsec-icons) - A collection of cloud security icons :cloud::lock: 318 | - [asciimoo/wuzz](https://github.com/asciimoo/wuzz) - Interactive cli tool for HTTP inspection 319 | - [shellbear/web-watcher](https://github.com/shellbear/web-watcher) - A discord bot which monitor and send alerts on website changes. 320 | - [xDWart/mqtg-bot](https://github.com/xDWart/mqtg-bot) - MQTT Client Telegram Bot 321 | - [1Password/for-open-source](https://github.com/1Password/for-open-source) - Get a 1Password team account for free to support your open source initiatives! 322 | - [kha7iq/pingme](https://github.com/kha7iq/pingme) - PingMe is a CLI which provides the ability to send messages or alerts to multiple messaging platforms & email. 323 | - [xyproto/gendesk](https://github.com/xyproto/gendesk) - :herb: Generate .desktop files and download .png icons by specifying a minimum of information 324 | - [uetchy/gst](https://github.com/uetchy/gst) - 👻 Supercharge your ghq workflow. 325 | - [ayoisaiah/f2](https://github.com/ayoisaiah/f2) - F2 is a cross-platform command-line tool for batch renaming files and directories quickly and safely. Written in Go! 326 | - [ipinfo/cli](https://github.com/ipinfo/cli) - Official Command Line Interface for the IPinfo API (IP geolocation and other types of IP data) 327 | - [variadico/noti](https://github.com/variadico/noti) - Monitor a process and trigger a notification. 328 | - [mr-karan/doggo](https://github.com/mr-karan/doggo) - :dog: Command-line DNS Client for Humans. Written in Golang 329 | - [kgretzky/evilginx2](https://github.com/kgretzky/evilginx2) - Standalone man-in-the-middle attack framework used for phishing login credentials along with session cookies, allowing for the bypass of 2-factor authentication 330 | - [Yash-Handa/logo-ls](https://github.com/Yash-Handa/logo-ls) - Modern ls command with vscode like File Icon and Git Integrations. Written in Golang 331 | - [dundee/gdu](https://github.com/dundee/gdu) - Fast disk usage analyzer with console interface written in Go 332 | - [StackExchange/blackbox](https://github.com/StackExchange/blackbox) - Safely store secrets in Git/Mercurial/Subversion 333 | - [djyde/snp](https://github.com/djyde/snp) - VS Code code snippet generator 334 | - [relastle/taggo](https://github.com/relastle/taggo) - :maple_leaf: Decorating I/O Stream 335 | - [omakoto/compromise](https://github.com/omakoto/compromise) - Go Framework for Writing Shell Completion for Bash / Zsh (with Go/ADB completion) 336 | - [zquestz/s](https://github.com/zquestz/s) - Open a web search in your terminal. 337 | - [trashhalo/imgcat](https://github.com/trashhalo/imgcat) - a tool to output images as RGB ANSI graphics on the terminal 338 | - [dstotijn/hetty](https://github.com/dstotijn/hetty) - An HTTP toolkit for security research. 339 | - [muesli/duf](https://github.com/muesli/duf) - Disk Usage/Free Utility - a better 'df' alternative 340 | - [nektos/act](https://github.com/nektos/act) - Run your GitHub Actions locally 🚀 341 | - [beefsack/webify](https://github.com/beefsack/webify) - Turn shell commands into web services 342 | - [wagoodman/bashful](https://github.com/wagoodman/bashful) - Use a yaml file to stitch together commands and bash snippits and run them with a bit of style. Why? Because your bash script should be quiet and shy-like (...and not such a loud mouth). 343 | - [charmbracelet/glow](https://github.com/charmbracelet/glow) - Render markdown on the CLI, with pizzazz! 💅🏻 344 | - [laurent22/massren](https://github.com/laurent22/massren) - massren - easily rename multiple files using your text editor 345 | - [jtyr/gbt](https://github.com/jtyr/gbt) - Highly configurable prompt builder for Bash, ZSH and PowerShell written in Go. 346 | - [doronbehar/pistol](https://github.com/doronbehar/pistol) - General purpose file previewer designed for Ranger, Lf to make scope.sh redundant 347 | - [gokcehan/lf](https://github.com/gokcehan/lf) - Terminal file manager 348 | - [cli/cli](https://github.com/cli/cli) - GitHub’s official command line tool 349 | - [msoap/shell2telegram](https://github.com/msoap/shell2telegram) - Telegram bot constructor from command-line 350 | - [cassava/repoctl](https://github.com/cassava/repoctl) - Make it easy to manage your local Arch Linux repository. 351 | - [coder/sshcode](https://github.com/coder/sshcode) - Run VS Code on any server over SSH. 352 | - [mattn/memo](https://github.com/mattn/memo) - 📓 Memo Life For You 353 | - [monitoror/monitoror](https://github.com/monitoror/monitoror) - Unified monitoring wallboard — Light, ergonomic and reliable monitoring for anything. 354 | - [dim-an/cod](https://github.com/dim-an/cod) - cod is a completion daemon for bash/fish/zsh 355 | - [liamg/shox](https://github.com/liamg/shox) - 🍫 A customisable, universally compatible terminal status bar 356 | - [twpayne/chezmoi](https://github.com/twpayne/chezmoi) - Manage your dotfiles across multiple diverse machines, securely. 357 | - [knqyf263/pet](https://github.com/knqyf263/pet) - Simple command-line snippet manager 358 | - [dnote/dnote](https://github.com/dnote/dnote) - A simple command line notebook for programmers 359 | - [sqshq/sampler](https://github.com/sqshq/sampler) - Tool for shell commands execution, visualization and alerting. Configured with a simple YAML file. 360 | - [relastle/pmy](https://github.com/relastle/pmy) - :rocket: General purpose context-aware zsh completion engine powered by fuzzy finder. 361 | - [whalebrew/whalebrew](https://github.com/whalebrew/whalebrew) - Homebrew, but with Docker images 362 | - [tidwall/jj](https://github.com/tidwall/jj) - JSON Stream Editor (command line utility) 363 | - [isacikgoz/tldr](https://github.com/isacikgoz/tldr) - fast and interactive tldr client written with go 364 | - [direnv/direnv](https://github.com/direnv/direnv) - unclutter your .profile 365 | - [derailed/k9s](https://github.com/derailed/k9s) - 🐶 Kubernetes CLI To Manage Your Clusters In Style! 366 | - [akavel/up](https://github.com/akavel/up) - Ultimate Plumber is a tool for writing Linux pipes with instant live preview 367 | - [rclone/rclone](https://github.com/rclone/rclone) - "rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files 368 | - [mislav/hub](https://github.com/mislav/hub) - A command-line tool that makes git easier to use with GitHub. 369 | - [gohugoio/hugo](https://github.com/gohugoio/hugo) - The world’s fastest framework for building websites. 370 | - [skyzyx/docker-hub.alfredworkflow](https://github.com/skyzyx/docker-hub.alfredworkflow) - Alfred workflow for Docker Hub. 371 | - [myokoo/alfred-subnetmask-workflow](https://github.com/myokoo/alfred-subnetmask-workflow) - Alfred workflow v3 to calculate subnet mask. 372 | - [iansinnott/alfred-maestro](https://github.com/iansinnott/alfred-maestro) - An Alfred workflow to execute Keyboard Maestro macros. 373 | - [josa42/alfred-google-maps](https://github.com/josa42/alfred-google-maps) - 374 | - [nikitavoloboev/alfred-web-searches](https://github.com/nikitavoloboev/alfred-web-searches) - Alfred workflow to search through any website (easily extendable list) 375 | - [nikitavoloboev/alfred-awesome-lists](https://github.com/nikitavoloboev/alfred-awesome-lists) - Alfred workflow to search awesome lists 376 | - [junegunn/fzf](https://github.com/junegunn/fzf) - :cherry_blossom: A command-line fuzzy finder 377 | - [jason0x43/alfred-weather](https://github.com/jason0x43/alfred-weather) - Get weather forecast using Alfred 378 | - [liamg/tml](https://github.com/liamg/tml) - :rainbow::computer::art: A tiny markup language for terminal output. Makes formatting output in CLI apps easier! 379 | - [x-motemen/ghq](https://github.com/x-motemen/ghq) - Remote repository management made easy 380 | - [jesseduffield/lazygit](https://github.com/jesseduffield/lazygit) - simple terminal UI for git commands 381 | - [deanishe/alfred-forklift](https://github.com/deanishe/alfred-forklift) - Filter ForkLift favourites in Alfred 382 | - [deanishe/awgo](https://github.com/deanishe/awgo) - Go library for Alfred 3 + 4 workflows 383 | - [crispgm/alfred-markdown-table](https://github.com/crispgm/alfred-markdown-table) - Generate Markdown Table with Alfred Workflow 384 | - [bjrnt/alfred-project-manager](https://github.com/bjrnt/alfred-project-manager) - Allows you to quickly open projects from Alfred 385 | - [gcla/gowid](https://github.com/gcla/gowid) - Compositional widgets for terminal user interfaces, written in Go, inspired by urwid. 386 | - [deanishe/alfred-gcal](https://github.com/deanishe/alfred-gcal) - View Google Calendar events in Alfred 387 | - [deanishe/alfred-sublime-text](https://github.com/deanishe/alfred-sublime-text) - Filter and open your Sublime Text (2 and 3) project files from Alfred. 388 | - [nikitavoloboev/go](https://github.com/nikitavoloboev/go) - Go tools, libraries and other code 389 | - [mxssl/dns](https://github.com/mxssl/dns) - dns is a simple CLI tool for DNS-LG API 390 | - [deanishe/alfred-ssh](https://github.com/deanishe/alfred-ssh) - Open SSH/SFTP/mosh connections from Alfred 3+ 391 | - [deanishe/alfred-safari-assistant](https://github.com/deanishe/alfred-safari-assistant) - Alfred 3+ workflow to search and use Safari bookmarks, history, reading list and tabs. 392 | - [lox/alfred-github-jump](https://github.com/lox/alfred-github-jump) - An alfred plugin to quickly jump to a github repository page 393 | - [zyedidia/micro](https://github.com/zyedidia/micro) - A modern and intuitive terminal-based text editor 394 | - [lorentzca/alfred-circleci-workflow](https://github.com/lorentzca/alfred-circleci-workflow) - Search and show CircleCI build status. 395 | - [rkoval/alfred-aws-console-services-workflow](https://github.com/rkoval/alfred-aws-console-services-workflow) - A powerful workflow for quickly opening up AWS Console Services in your browser or searching for entities within them. 396 | - [sballin/alfred-search-notes-app](https://github.com/sballin/alfred-search-notes-app) - Use Alfred to quickly open notes in iCloud/Apple Notes. 397 | - [instrumenta/kubeval](https://github.com/instrumenta/kubeval) - Validate your Kubernetes configuration files, supports multiple Kubernetes versions 398 | - [AnalogJ/drawbridge](https://github.com/AnalogJ/drawbridge) - manage SSH access to multiple applications/environments protected by bastion servers 399 | - [antonmedv/fx](https://github.com/antonmedv/fx) - Terminal JSON viewer & processor 400 | - [AnalogJ/capsulecd](https://github.com/AnalogJ/capsulecd) - Continuous Delivery for automating package releases (npm, cookbooks, gems, pip, jars, etc) 401 | - [dutchcoders/transfer.sh](https://github.com/dutchcoders/transfer.sh) - Easy and fast file sharing from the command-line. 402 | - [Wox-launcher/Wox](https://github.com/Wox-launcher/Wox) - A cross-platform launcher that simply works 403 | - [msoedov/Alfred-collection](https://github.com/msoedov/Alfred-collection) - A collection of all known Alfred3 workflows 404 | - [AdguardTeam/dnsproxy](https://github.com/AdguardTeam/dnsproxy) - Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support 405 | - [mvdan/sh](https://github.com/mvdan/sh) - A shell parser, formatter, and interpreter with bash support; includes shfmt 406 | - [grafana/loki](https://github.com/grafana/loki) - Like Prometheus, but for logs. 407 | - [AdguardTeam/AdGuardHome](https://github.com/AdguardTeam/AdGuardHome) - Network-wide ads & trackers blocking DNS server 408 | - [Jguer/yay](https://github.com/Jguer/yay) - Yet another Yogurt - An AUR Helper written in Go 409 | - [DNSCrypt/dnscrypt-proxy](https://github.com/DNSCrypt/dnscrypt-proxy) - dnscrypt-proxy 2 - A flexible DNS proxy, with support for encrypted DNS protocols. 410 | 411 | ## Groff 412 | 413 | - [greg-js/arch-wiki-man](https://github.com/greg-js/arch-wiki-man) - Search a local, updated copy of the entire Arch Wiki and open the article in `man` 414 | 415 | ## HCL 416 | 417 | - [cablespaghetti/kubeadm-aws](https://github.com/cablespaghetti/kubeadm-aws) - Really cheap Kubernetes cluster on AWS with kubeadm 418 | 419 | ## HTML 420 | 421 | - [webmin/webmin](https://github.com/webmin/webmin) - Powerful and flexible web-based server management control panel 422 | - [Igglybuff/awesome-piracy](https://github.com/Igglybuff/awesome-piracy) - A curated list of awesome warez and piracy links 423 | - [reblim/fast](https://github.com/reblim/fast) - Develop, build, deploy, redeploy, and teardown frontend projects fast. 424 | - [Zren/zren.github.io](https://github.com/Zren/zren.github.io) - 425 | - [secuvera/SpotMyBackup](https://github.com/secuvera/SpotMyBackup) - Backup and Restore your Spotify Playlists and "My Music" 426 | - [2wayne/AutoHotkey_LPortable](https://github.com/2wayne/AutoHotkey_LPortable) - AutoHotkey in the PortableApps.com Format 427 | - [joeytwiddle/code](https://github.com/joeytwiddle/code) - All my old code in various languages. Some of it is better than the rest. 428 | - [OctoLinker/OctoLinker](https://github.com/OctoLinker/OctoLinker) - OctoLinker — Links together, what belongs together 429 | - [jonasjacek/colors](https://github.com/jonasjacek/colors) - List of 256 color codes for Xterm including an example of the color, Xterm Name, Xterm Number, HEX, RGB and HSL code. 430 | - [bansal/pattern.css](https://github.com/bansal/pattern.css) - CSS only library to fill empty background with beautiful patterns. 431 | - [minSW/fzf-color-picker](https://github.com/minSW/fzf-color-picker) - Web Color Picker for fzf custom color scheme 432 | - [selfrefactor/services](https://github.com/selfrefactor/services) - Holder of multiple npm packages 433 | - [schomery/privacy-settings](https://github.com/schomery/privacy-settings) - Alter Firefox's built-in privacy settings easily with a toolbar panel 434 | - [allo-/ffprofile](https://github.com/allo-/ffprofile) - A tool to create firefox profiles with personalized defaults. 435 | - [DevUnltd/js-library-boilerplate-basic](https://github.com/DevUnltd/js-library-boilerplate-basic) - Javascript Minimal Starter Boilerplate - Webpack 5 🚀, Babel 7, UMD, Unit Testing 436 | - [HugoBlox/hugo-blox-builder](https://github.com/HugoBlox/hugo-blox-builder) - 🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科 437 | - [Track3/hermit](https://github.com/Track3/hermit) - A minimal & fast Hugo theme for bloggers 438 | - [javascript-tutorial/ru.javascript.info](https://github.com/javascript-tutorial/ru.javascript.info) - Современный учебник JavaScript 439 | - [ttscoff/KeyBindings](https://github.com/ttscoff/KeyBindings) - DefaultKeybindings.dict for Mac OS X 440 | - [janmoesen/bookmarklets](https://github.com/janmoesen/bookmarklets) - Time-saving and life-enhancing (ahem) bookmarklets 441 | - [kaishin/syndicate](https://github.com/kaishin/syndicate) - Safari extension that brings the RSS button back to the toolbar. 442 | - [EbookFoundation/free-programming-books](https://github.com/EbookFoundation/free-programming-books) - :books: Freely available programming books 443 | - [ericchiang/pup](https://github.com/ericchiang/pup) - Parsing HTML at the command line 444 | - [InsightDataScience/Parsing-Workshop](https://github.com/InsightDataScience/Parsing-Workshop) - This is Insight's Workshop to help our DevOps Fellows prepare for Log Parsing Intervies. 445 | - [RehabMan/OS-X-MaciASL-patchmatic](https://github.com/RehabMan/OS-X-MaciASL-patchmatic) - Fork of phpdev32's MaciASL project, primarily to add command line patcher, patchmatic 446 | - [deanishe/alfred-searchio](https://github.com/deanishe/alfred-searchio) - Alfred workflow to auto-suggest search results from multiple search engines and languages. 447 | - [atej/alfred-webs](https://github.com/atej/alfred-webs) - Alfred workflow to quickly spin up local front-end web development environments. 448 | - [Micky1979/Clover-Configurator-Pro](https://github.com/Micky1979/Clover-Configurator-Pro) - A free Plist Editor with some optional facilities for Clover UEFI boot loader 449 | - [Chuyu-Team/Dism-Multi-language](https://github.com/Chuyu-Team/Dism-Multi-language) - Dism++ Multi-language Support & BUG Report 450 | - [miziomon/awesome-wordpress](https://github.com/miziomon/awesome-wordpress) - A curated list of amazingly awesome WordPress resources, themes, plugins and shiny things. Inspired by awesome-php. 451 | 452 | ## Handlebars 453 | 454 | - [ArmandPhilippot/coldark](https://github.com/ArmandPhilippot/coldark) - A grey-blue theme with two versions (dark & light). 455 | 456 | ## Haskell 457 | 458 | - [phuhl/linux_notification_center](https://github.com/phuhl/linux_notification_center) - A notification daemon/center for linux 459 | - [koalaman/shellcheck](https://github.com/koalaman/shellcheck) - ShellCheck, a static analysis tool for shell scripts 460 | 461 | ## JSON 462 | 463 | - [upptime/upptime](https://github.com/upptime/upptime) - ⬆️ GitHub Actions uptime monitor & status page by @AnandChowdhary 464 | 465 | ## Java 466 | 467 | - [abrenoch/hyperion-android-grabber](https://github.com/abrenoch/hyperion-android-grabber) - Screen grabber for hyperion 468 | - [Stryker-Defense-Inc/strykerapp](https://github.com/Stryker-Defense-Inc/strykerapp) - Magic tool for pentest from your android device! 469 | - [Regenerate38/RicerKit](https://github.com/Regenerate38/RicerKit) - An android app to browse KDE Store and other Linux Desktop Environment stores of Pling 470 | - [SmartPack/SmartPack-Kernel-Manager](https://github.com/SmartPack/SmartPack-Kernel-Manager) - Source code of SmartPack-Kernel Manager, the Ultimate Tool to Manage your Kernel 471 | - [eclipse/openvsx](https://github.com/eclipse/openvsx) - An open-source registry for VS Code extensions 472 | - [AnySoftKeyboard/AnySoftKeyboard](https://github.com/AnySoftKeyboard/AnySoftKeyboard) - Android (f/w 2.1+) on screen keyboard for multiple languages. 473 | - [gsantner/markor](https://github.com/gsantner/markor) - Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, .. 474 | - [senzhk/ADBKeyBoard](https://github.com/senzhk/ADBKeyBoard) - Android Virtual Keyboard Input via ADB (Useful for Test Automation) 475 | - [syncthing/syncthing-android](https://github.com/syncthing/syncthing-android) - Wrapper of syncthing for Android. 476 | - [termux/termux-app](https://github.com/termux/termux-app) - Termux - a terminal emulator application for Android OS extendible by variety of packages. 477 | - [chrisk44/Hijacker](https://github.com/chrisk44/Hijacker) - Aircrack, Airodump, Aireplay, MDK3 and Reaver GUI Application for Android 478 | 479 | ## JavaScript 480 | 481 | - [twilio-labs/call-gpt](https://github.com/twilio-labs/call-gpt) - Generative AI phone call toolkit using Twilio Media Streams. 482 | - [khanh8910/memefi_miner](https://github.com/khanh8910/memefi_miner) - Mining Memefi on web browser 483 | - [louislam/uptime-kuma](https://github.com/louislam/uptime-kuma) - A fancy self-hosted monitoring tool 484 | - [MagicMirrorOrg/MagicMirror](https://github.com/MagicMirrorOrg/MagicMirror) - MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assi 485 | - [fonoster/fonoster](https://github.com/fonoster/fonoster) - 🚀 The open-source alternative to Twilio. 486 | - [kvazis/training](https://github.com/kvazis/training) - 487 | - [Hypfer/Valetudo](https://github.com/Hypfer/Valetudo) - Cloud replacement for vacuum robots enabling local-only operation 488 | - [leonardomso/33-js-concepts](https://github.com/leonardomso/33-js-concepts) - 📜 33 JavaScript concepts every developer should know. 489 | - [digitalocean/nginxconfig.io](https://github.com/digitalocean/nginxconfig.io) - ⚙️ NGINX config generator on steroids 💉 490 | - [maurges/dynamic_workspaces](https://github.com/maurges/dynamic_workspaces) - A kwin script that creates and deletes desktops as you move windows on the last one 491 | - [ilyhalight/voice-over-translation](https://github.com/ilyhalight/voice-over-translation) - Небольшое расширение, которое добавляет закадровый перевод видео из YaBrowser в другие браузеры 492 | - [sacredneobi/DurgerKingBot](https://github.com/sacredneobi/DurgerKingBot) - Иинтернет магазин @durgerkingbot telegram бота https://t.me/SacredDev 493 | - [tani/cheeriogs](https://github.com/tani/cheeriogs) - Cheerio/ jQuery for Google Apps Script 494 | - [LeCoupa/awesome-cheatsheets](https://github.com/LeCoupa/awesome-cheatsheets) - 👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file. 495 | - [odditive/heroku-node-telegram-bot](https://github.com/odditive/heroku-node-telegram-bot) - Starter pack for running telegram bot on the Heroku using Node.js 496 | - [filips123/PWAsForFirefox](https://github.com/filips123/PWAsForFirefox) - A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox 497 | - [SchemaStore/schemastore](https://github.com/SchemaStore/schemastore) - A collection of JSON schema files including full API 498 | - [simonecorsi/mawesome](https://github.com/simonecorsi/mawesome) - 😎 Github action to generate your own awesome list from project you've starred ordered by languages! 499 | - [MinhasKamal/DownGit](https://github.com/MinhasKamal/DownGit) - Create GitHub Resource Download Link 500 | - [KinoLien/gitzip](https://github.com/KinoLien/gitzip) - It can make sub-folder/sub-directory of github repository as zip and download it. 501 | - [robole/vscode-javascript-extensions](https://github.com/robole/vscode-javascript-extensions) - Example VS Code extensions written in JavaScript 502 | - [MrOtherGuy/fx-autoconfig](https://github.com/MrOtherGuy/fx-autoconfig) - Load custom javascript in browser context 503 | - [egomobile/vscode-powertools](https://github.com/egomobile/vscode-powertools) - A swiss army knife with lots of tools, extensions and (scriptable) enhancements for Visual Studio Code. 504 | - [soufianesakhi/firefox-search-engines-helper](https://github.com/soufianesakhi/firefox-search-engines-helper) - Export, import and add custom firefox search engines 505 | - [robole/vscode-marky-markdown](https://github.com/robole/vscode-marky-markdown) - Markdown editing. Redefined. 506 | - [toplenboren/simple-git-hooks](https://github.com/toplenboren/simple-git-hooks) - A simple git hooks manager for small projects 507 | - [dessant/web-archives](https://github.com/dessant/web-archives) - Browser extension for viewing archived and cached versions of web pages, available for Chrome, Edge and Safari 508 | - [mozilla/web-ext](https://github.com/mozilla/web-ext) - A command line tool to help build, run, and test web extensions 509 | - [vegetableman/vandal](https://github.com/vegetableman/vandal) - Navigator for Web Archive 510 | - [mnghsn/google-search-region](https://github.com/mnghsn/google-search-region) - A user script that lets you quickly switch Google search to different region. 511 | - [musically-ut/lovely-forks](https://github.com/musically-ut/lovely-forks) - 💚 🍴 Show notable forks of GitHub repositories under their names. 512 | - [rNeomy/auto-tab-discard](https://github.com/rNeomy/auto-tab-discard) - Use native tab discarding method to automatically reduce memory usage of inactive tabs 513 | - [FirefoxCSS-Store/FirefoxCSS-Store.github.io](https://github.com/FirefoxCSS-Store/FirefoxCSS-Store.github.io) - A collection site of Firefox userchrome themes, mostly from FirefoxCSS Reddit community. 514 | - [octokatherine/readme.so](https://github.com/octokatherine/readme.so) - An online drag-and-drop editor to easily build READMEs 515 | - [ehmicky/cross-platform-terminal-characters](https://github.com/ehmicky/cross-platform-terminal-characters) - All the characters that work on most terminals 516 | - [Chimildic/goofy](https://github.com/Chimildic/goofy) - Конструктор плейлистов Spotify 517 | - [is-a-dev/register](https://github.com/is-a-dev/register) - Grab your own sweet-looking '.is-a.dev' subdomain. 518 | - [brucebentley/vscode-recipes](https://github.com/brucebentley/vscode-recipes) - A collection of recipes for using Visual Studio Code with particular technologies. 519 | - [robole/vscode-snippets-ranger](https://github.com/robole/vscode-snippets-ranger) - View and edit all of your snippets in one purty place! Yee-haw!! 520 | - [k08045kk/CopyTabTitleUrl](https://github.com/k08045kk/CopyTabTitleUrl) - 521 | - [captainbrosset/devtools-highlighter](https://github.com/captainbrosset/devtools-highlighter) - DevTools extension that finds and highlights elements in the page 522 | - [frontender-training/keksobooking-baseJS](https://github.com/frontender-training/keksobooking-baseJS) - Личный проект «Кексобукинг» с интенсива «Базовый JavaScript» от HTMLAcademy 523 | - [Tomotoes/scrcpy-gui](https://github.com/Tomotoes/scrcpy-gui) - 👻 A simple & beautiful GUI application for scrcpy. QQ群:734330215 524 | - [morris/vanilla-todo](https://github.com/morris/vanilla-todo) - A case study on viable techniques for vanilla web development. 525 | - [Asabeneh/30-Days-Of-React](https://github.com/Asabeneh/30-Days-Of-React) - 30 Days of React challenge is a step by step guide to learn React in 30 days. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw 526 | - [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) - GitHub action to automatically merge pull requests that are ready 527 | - [chocolateboy/gm-storage](https://github.com/chocolateboy/gm-storage) - An ES6 Map wrapper for the synchronous userscript storage API 528 | - [ahmadnassri/action-dependabot-auto-merge](https://github.com/ahmadnassri/action-dependabot-auto-merge) - Automatically merge Dependabot PRs when version comparison is within range 529 | - [all-contributors/cli](https://github.com/all-contributors/cli) - Tool to help automate adding contributor acknowledgements according to the all-contributors specification ✨ 530 | - [learnbyexample/learn_js_regexp](https://github.com/learnbyexample/learn_js_regexp) - Learn JavaScript Regular Expressions step-by-step from beginner to advanced levels with hundreds of examples and exercises. 531 | - [adamschwartz/web.scraper.workers.dev](https://github.com/adamschwartz/web.scraper.workers.dev) - Scrape websites for text by CSS selector. 532 | - [y252328/Instagram_Download_Button](https://github.com/y252328/Instagram_Download_Button) - Add download button to download media in the post and the story in Instagram 533 | - [responsively-org/responsively-app](https://github.com/responsively-org/responsively-app) - A modified web browser that helps in responsive web development. A web developer's must have dev-tool. 534 | - [rahuldkjain/github-profile-readme-generator](https://github.com/rahuldkjain/github-profile-readme-generator) - 🚀 Generate GitHub profile README easily with the latest add-ons like visitors count, GitHub stats, etc using minimal UI. 535 | - [anuraghazra/github-readme-stats](https://github.com/anuraghazra/github-readme-stats) - :zap: Dynamically generated stats for your github readmes 536 | - [Intika-KDE-Plasmoids/plasmoid-kwin-script-toggle-panel-screen-edge](https://github.com/Intika-KDE-Plasmoids/plasmoid-kwin-script-toggle-panel-screen-edge) - KDE Kwin Script - Toggle Panel Visibility From Screen Edge 537 | - [nolimits4web/swiper](https://github.com/nolimits4web/swiper) - Most modern mobile touch slider with hardware accelerated transitions 538 | - [microsoft/vscode-generator-code](https://github.com/microsoft/vscode-generator-code) - Visual Studio Code extension generator 539 | - [skoshy/YouTubeHideChatByDefaultUserscript](https://github.com/skoshy/YouTubeHideChatByDefaultUserscript) - Hides YouTube chat by default 540 | - [dimanech/scroll-snap-carousel](https://github.com/dimanech/scroll-snap-carousel) - Carousel based on CSS Scroll Snap functionality 541 | - [probot/stale](https://github.com/probot/stale) - A GitHub App built with Probot that closes abandoned Issues and Pull Requests after a period of inactivity. 542 | - [KNawm/speed-cloudflare-cli](https://github.com/KNawm/speed-cloudflare-cli) - 📈 Measure the speed and consistency of your internet connection using speed.cloudflare.com 543 | - [xxczaki/speedo-cli](https://github.com/xxczaki/speedo-cli) - ⌚️ Internet speed report in your terminal! 544 | - [Flupp/sticky-window-snapping](https://github.com/Flupp/sticky-window-snapping) - A KWin script which lets snapped window edges stick together when one window is resized. 545 | - [tophf/mpiv](https://github.com/tophf/mpiv) - A fully reworked fork of Mouseover Popup Image Viewer 546 | - [htmlhint/HTMLHint](https://github.com/htmlhint/HTMLHint) - ⚙️ The static code analysis tool you need for your HTML 547 | - [causa-prima/TIL3R](https://github.com/causa-prima/TIL3R) - TIL3R adds more manual tiling options to KWin. With this script you can divide you screen in thirds, using the full or half screen height. 548 | - [b0o/spotify-export](https://github.com/b0o/spotify-export) - Export a listing of your saved tracks as JSON 549 | - [adsbypasser/adsbypasser](https://github.com/adsbypasser/adsbypasser) - Bypass ad counter if possible. 550 | - [Mottie/GitHub-userscripts](https://github.com/Mottie/GitHub-userscripts) - Userscripts to add functionality to GitHub 551 | - [kufii/My-UserScripts](https://github.com/kufii/My-UserScripts) - A collection of user scripts that I made to make my experience on the web a little nicer 552 | - [KSmanis/kwin-move-window-to-center](https://github.com/KSmanis/kwin-move-window-to-center) - A simple KWin script that introduces a KDE Global Shortcut for centering the active window in the current screen. 553 | - [bahamondev/hide-titles](https://github.com/bahamondev/hide-titles) - A Kwin script which hides window title when is maximized 554 | - [kciter/qart.js](https://github.com/kciter/qart.js) - Generate artistic QR code. 🎨 555 | - [mantoni/eslint_d.js](https://github.com/mantoni/eslint_d.js) - 🪄 Speed up eslint to accelerate your development workflow 556 | - [dumptyd/slack-sidebar-toggler](https://github.com/dumptyd/slack-sidebar-toggler) - Userscript to add the ability to toggle the main sidebar on Slack Web using a keyboard shortcut. 557 | - [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) - GitHub Action to setup `ssh-agent` with a private key 558 | - [baleyko/syntax-highlighting-scopes-showroom](https://github.com/baleyko/syntax-highlighting-scopes-showroom) - Highlights syntax scopes to simplify syntax highlighting extensions development 559 | - [dferber90/githubbox](https://github.com/dferber90/githubbox) - 🏖 Open any GitHub repo in CodeSandbox by changing the hostname 560 | - [Toinane/colorpicker](https://github.com/Toinane/colorpicker) - A mininal but complete colorpicker desktop app 561 | - [michaelmob/kwin-quick-tile-enhancements](https://github.com/michaelmob/kwin-quick-tile-enhancements) - Enhancements for the KWin Quick Tile feature. 562 | - [maple3142/browser-extensions](https://github.com/maple3142/browser-extensions) - 我的一些 userjs & usercss 563 | - [shellscape/prettier-plugin-package](https://github.com/shellscape/prettier-plugin-package) - An opinionated package.json formatter plugin for Prettier 564 | - [spicetify/cli](https://github.com/spicetify/cli) - Command-line tool to customize Spotify client. Supports Windows, MacOS, and Linux. 565 | - [Jack89ita/vscode-open-file-from-path](https://github.com/Jack89ita/vscode-open-file-from-path) - Simple plugin for VS Code that allows you to quickly open file starting from path string. 566 | - [idank/showthedocs](https://github.com/idank/showthedocs) - 567 | - [rchern/StackExchangeScripts](https://github.com/rchern/StackExchangeScripts) - A collection of user scripts for StackExchange sites 568 | - [zanetu/direct_google_images](https://github.com/zanetu/direct_google_images) - Direct Google Images 569 | - [santinic/how2](https://github.com/santinic/how2) - AI for the Command Line 570 | - [The-OP/Fox](https://github.com/The-OP/Fox) - 571 | - [yemreak/darkcode-theme-python](https://github.com/yemreak/darkcode-theme-python) - ༼ つ ◕_◕ ༽つ Dark - Light theme for cool coders 👩‍💻👨‍💻 572 | - [keeweb/keeweb](https://github.com/keeweb/keeweb) - Free cross-platform password manager compatible with KeePass 573 | - [ColinEspinas/darken](https://github.com/ColinEspinas/darken) - 🌑 Dark mode made easy 574 | - [antongunov/favicongrabber.com](https://github.com/antongunov/favicongrabber.com) - Grabbing favicons from any domain 575 | - [bizarro/bruno-arizio](https://github.com/bizarro/bruno-arizio) - Bruno Arizio's 2019 portfolio. 576 | - [joshuatvernon/cbf](https://github.com/joshuatvernon/cbf) - CBF 🦥is a simple CLI tool for developers who can't be f#@!'d learning or remembering all the commands they have to run day to day or just in a specific repo 577 | - [sizzlemctwizzle/GM_config](https://github.com/sizzlemctwizzle/GM_config) - A lightweight, reusable, cross-browser graphical settings framework for inclusion in user scripts. 578 | - [patorjk/figlet.js](https://github.com/patorjk/figlet.js) - A FIG Driver written in JavaScript which aims to fully implement the FIGfont spec. 579 | - [chalk/chalk](https://github.com/chalk/chalk) - 🖍 Terminal string styling done right 580 | - [Theemim/GeckoPrefsExporter](https://github.com/Theemim/GeckoPrefsExporter) - A Scratchpad snippet that exports prefs from Firefox and other Gecko-based apps 581 | - [plopjs/plop](https://github.com/plopjs/plop) - Consistency Made Simple 582 | - [jukben/alfred-emoji](https://github.com/jukben/alfred-emoji) - ✌Alfred 3 workflow to find relevant emoji based on text 583 | - [prettier/plugin-ruby](https://github.com/prettier/plugin-ruby) - Prettier Ruby Plugin 584 | - [hankchanocd/npm-fzf](https://github.com/hankchanocd/npm-fzf) - Fuzzy search npm modules with fzf 585 | - [remarkjs/remark-lint](https://github.com/remarkjs/remark-lint) - plugins to check (lint) markdown code style 586 | - [remarkjs/remark](https://github.com/remarkjs/remark) - markdown processor powered by plugins part of the @unifiedjs collective 587 | - [form8ion/project](https://github.com/form8ion/project) - opinionated scaffolder for new projects 588 | - [mklabs/tabtab](https://github.com/mklabs/tabtab) - tab completion helpers, for node cli programs & others. Inspired by npm completion 589 | - [yarnpkg/yarn](https://github.com/yarnpkg/yarn) - The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry 590 | - [sindresorhus/copy-text-to-clipboard](https://github.com/sindresorhus/copy-text-to-clipboard) - Copy text to the clipboard in modern browsers (0.2 kB) 591 | - [egodigital/vscode-powertools-samples](https://github.com/egodigital/vscode-powertools-samples) - A repostory of samples, which demonstrates, how to use the 'Power Tools' extension for Visual Studio Code. 592 | - [egodigital/vscode-powertools](https://github.com/egodigital/vscode-powertools) - A swiss army knife with lots of tools, extensions and (scriptable) enhancements for Visual Studio Code. 593 | - [darkred/Userscripts](https://github.com/darkred/Userscripts) - My userscripts 594 | - [svg/svgo](https://github.com/svg/svgo) - ⚙️ Node.js tool for optimizing SVG files 595 | - [github/eslint-plugin-github](https://github.com/github/eslint-plugin-github) - An opinionated collection of ESLint rules used by GitHub. 596 | - [mozilla/addons-linter](https://github.com/mozilla/addons-linter) - 🔍 Firefox Add-ons linter, written in JavaScript. 👁 597 | - [Mottie/Darker-Medium](https://github.com/Mottie/Darker-Medium) - Read Medium stories with happy eyes! 598 | - [fiatjaf/module-linker](https://github.com/fiatjaf/module-linker) - browse modules by clicking directly on "import" statements on GitHub 599 | - [stefanbuck/awesome-browser-extensions-for-github](https://github.com/stefanbuck/awesome-browser-extensions-for-github) - A collection of awesome browser extensions for GitHub. 600 | - [typicode/husky](https://github.com/typicode/husky) - Git hooks made easy 🐶 woof! 601 | - [lint-staged/lint-staged](https://github.com/lint-staged/lint-staged) - 🚫💩 — Run linters on git staged files 602 | - [airbnb/javascript](https://github.com/airbnb/javascript) - JavaScript Style Guide 603 | - [psaegert/startpage](https://github.com/psaegert/startpage) - Startpage 604 | - [remy/nodemon](https://github.com/remy/nodemon) - Monitor for any changes in your node.js application and automatically restart the server - perfect for development 605 | - [idleberg/node-vscode-linter](https://github.com/idleberg/node-vscode-linter) - Linter for VSCode extensions, supporting language syntax, snippets, themes and more 606 | - [badges/shields](https://github.com/badges/shields) - Concise, consistent, and legible badges in SVG and raster format 607 | - [xfslove/alfred-translate-history](https://github.com/xfslove/alfred-translate-history) - The translate history of alfred-google-translate 608 | - [vigetlabs/blendid](https://github.com/vigetlabs/blendid) - A delicious blend of gulp tasks combined into a configurable asset pipeline and static site builder 609 | - [devSchacht/translations](https://github.com/devSchacht/translations) - Переводы от devSchacht 610 | - [idleberg/atom-build-homebrew](https://github.com/idleberg/atom-build-homebrew) - Atom Build provider for Homebrew formulas 611 | - [DevUnltd/js-library-boilerplate](https://github.com/DevUnltd/js-library-boilerplate) - Javascript Starter Boilerplate - Webpack 4, Babel 7, UMD, Hot Reloading, and more 612 | - [antonmedv/eat](https://github.com/antonmedv/eat) - Eats anything, spits out JSON 🧀 613 | - [saadtazi/firefox-profile-js](https://github.com/saadtazi/firefox-profile-js) - Firefox Profile creation using nodejs and CLI 614 | - [dylang/npm-check](https://github.com/dylang/npm-check) - Check for outdated, incorrect, and unused dependencies. 615 | - [sven-piller/eslint-formatter-markdown](https://github.com/sven-piller/eslint-formatter-markdown) - Markdown reporter for eslint 616 | - [thedevs-network/alfred-kutt](https://github.com/thedevs-network/alfred-kutt) - Alfred workflow for Kutt. 617 | - [semantic-release/semantic-release](https://github.com/semantic-release/semantic-release) - :package::rocket: Fully automated version management and package publishing 618 | - [commitizen/cz-cli](https://github.com/commitizen/cz-cli) - The commitizen command line utility. #BlackLivesMatter 619 | - [Noitidart/Chrome-Store-Foxified](https://github.com/Noitidart/Chrome-Store-Foxified) - Point and click to install extensions into your browser from the AMO, Chrome Web Store, Microsoft Store, or Opera Addons websites. 620 | - [keyz/alfred-prettier](https://github.com/keyz/alfred-prettier) - Run Prettier in Alfred 621 | - [kevinoid/userscript-template](https://github.com/kevinoid/userscript-template) - A userscript (viz. Greasemonkey/Tampermonkey/Violentmonkey script) project template with codecov, coveralls, ESLint, github_changelog_generator, istanbul, JSDoc, and mocha. 622 | - [tziporaziegler/GitHubTopBar](https://github.com/tziporaziegler/GitHubTopBar) - A userscript for styling the GitHub top-bar 623 | - [soscripted/sox](https://github.com/soscripted/sox) - Stack Overflow Extras: a userscript for the Stack Exchange websites to add a bunch of optional toggle-able features 624 | - [samliew/SO-mod-userscripts](https://github.com/samliew/SO-mod-userscripts) - Stack Overflow Moderation Userscripts 625 | - [stackuserflow/stackoverflow-tampermonkey-greasemonkey](https://github.com/stackuserflow/stackoverflow-tampermonkey-greasemonkey) - Série de scripts prontos para usar nos sites da rede Stack Exchange quanto para facilitar os desenvolvimento 626 | - [daviduuang/ini-for-vscode](https://github.com/daviduuang/ini-for-vscode) - Provide outline view and section folding for INI file. 627 | - [bit2pixel/chrome-control](https://github.com/bit2pixel/chrome-control) - A JXA script and an Alfred Workflow for controlling Google Chrome 628 | - [sindresorhus/alfy](https://github.com/sindresorhus/alfy) - Create Alfred workflows with ease 629 | - [teddy-gustiaux/default-bookmark-folder](https://github.com/teddy-gustiaux/default-bookmark-folder) - WebExtension allowing you to choose the default bookmark location folder and quickly bookmark pages via a dedicated icon. 630 | - [synox/youtube-dl-interactive](https://github.com/synox/youtube-dl-interactive) - OBSOLETE - Interactively select the quality and format for youtube-dl 631 | - [file-icons/atom](https://github.com/file-icons/atom) - Atom file-specific icons for improved visual grepping. 632 | - [SamVerschueren/alfred-fkill](https://github.com/SamVerschueren/alfred-fkill) - Alfred 3 workflow to fabulously search and kill processes 633 | - [Izheil/Quantum-Nox-Firefox-Dark-Full-Theme](https://github.com/Izheil/Quantum-Nox-Firefox-Dark-Full-Theme) - A customizable full dark theme for Firefox. You can also add extra functions using the CSS and JS files here apart from the theme. 634 | - [zenorocha/codecopy](https://github.com/zenorocha/codecopy) - A browser extension that adds copy to clipboard buttons on every code block 635 | - [pyatyispyatil/github-releases-notify-bot](https://github.com/pyatyispyatil/github-releases-notify-bot) - Allows you to receive notifications of new releases of software on GitHub in Telegram 636 | - [robjtede/alfred-caniuse](https://github.com/robjtede/alfred-caniuse) - Quickly reference caniuse.com support tables using Alfred 3. 637 | - [fallroot/copy-url-for-alfred](https://github.com/fallroot/copy-url-for-alfred) - You can copy browser's URL and title with various formats like markdown, anchor tag and your own. 638 | - [EmailThis/extension-boilerplate](https://github.com/EmailThis/extension-boilerplate) - ⚡️ A template for building cross browser extensions for Chrome, Opera & Firefox. 639 | - [reek/anti-adblock-killer](https://github.com/reek/anti-adblock-killer) - Anti-Adblock Killer helps you keep your Ad-Blocker active, when you visit a website and it asks you to disable. 640 | - [overdodactyl/ShadowFox](https://github.com/overdodactyl/ShadowFox) - A universal dark theme for Firefox 641 | - [janakaud/js-for-firefox](https://github.com/janakaud/js-for-firefox) - JavaScript snippets and hacks for Mozilla Firefox 642 | - [css/csso-cli](https://github.com/css/csso-cli) - Command line interface for CSSO 643 | - [jerone/UserScripts](https://github.com/jerone/UserScripts) - 🐵 My UserScripts 644 | - [Glitchbone/vscode-base16-term](https://github.com/Glitchbone/vscode-base16-term) - Base16 Terminal Colors for Visual Studio Code 645 | - [Tampermonkey/tampermonkey](https://github.com/Tampermonkey/tampermonkey) - Tampermonkey is the most popular userscript manager, with over 10 million users. It's available for Chrome, Microsoft Edge, Safari, Opera Next, and Firefox. 646 | - [chitacan/alfred-cdnjs](https://github.com/chitacan/alfred-cdnjs) - 647 | - [openstyles/stylus](https://github.com/openstyles/stylus) - Stylus - Userstyles Manager 648 | - [testdouble/scripty](https://github.com/testdouble/scripty) - Because no one should be shell-scripting inside a JSON file. 649 | - [sindresorhus/alfred-npms](https://github.com/sindresorhus/alfred-npms) - Alfred 3 workflow to search for npm packages with npms.io 650 | - [frdmn/alfred-imgur](https://github.com/frdmn/alfred-imgur) - 🎩 Alfred workflow to upload image files to Imgur 651 | - [artemgurzhii/TravisCI-Telegam-Bot](https://github.com/artemgurzhii/TravisCI-Telegam-Bot) - Telegram bot, which will notify you each time, when your travis ci build is done. 652 | - [toolmantim/tap-release](https://github.com/toolmantim/tap-release) - Automatically update Homebrew taps when you publish new GitHub releases 653 | - [dessant/buster](https://github.com/dessant/buster) - Captcha solver extension for humans, available for Chrome, Edge and Firefox 654 | - [adam-p/markdown-here](https://github.com/adam-p/markdown-here) - Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending. 655 | - [drudge/tower-alfred-workflow](https://github.com/drudge/tower-alfred-workflow) - Quickly access your Tower 2 git repositories from Alfred 2 656 | - [samuelmeuli/github-downloads](https://github.com/samuelmeuli/github-downloads) - ⬇️ See the number of downloads next to releases on GitHub 657 | - [bikenik/alfred-anki](https://github.com/bikenik/alfred-anki) - Create New Cards into any decks with any "Note Type". 658 | - [ungoldman/magnet-link](https://github.com/ungoldman/magnet-link) - DEPRECATED: Get a magnet link from a torrent file. 659 | - [mafintosh/peerflix](https://github.com/mafintosh/peerflix) - Streaming torrent client for node.js 660 | - [jeppestaerk/alfred-show-network-info](https://github.com/jeppestaerk/alfred-show-network-info) - Alfred 4 Workflow - See network info and discover local devices 661 | - [gemoroy/alfred-mac-torrents](https://github.com/gemoroy/alfred-mac-torrents) - workflow for Alfred3 to crawl mac-torrents.com and return .torrent 662 | - [rawnly/alfred-iconfinder-search](https://github.com/rawnly/alfred-iconfinder-search) - Alfred 3 workflow for Iconfinder instant search 663 | - [arkenfox/user.js](https://github.com/arkenfox/user.js) - Firefox privacy, security and anti-tracking: a comprehensive user.js template for configuration and hardening 664 | - [jaywcjlove/awesome-mac](https://github.com/jaywcjlove/awesome-mac) -  Now we have become very big, Different from the original idea. Collect premium software in various categories. 665 | - [spekt8/spekt8](https://github.com/spekt8/spekt8) - Visualize your Kubernetes cluster in real time 666 | - [bikenik/alfred-youtube-bookmarks](https://github.com/bikenik/alfred-youtube-bookmarks) - quick search youtube playlist, creating video-bookmarks with tags 667 | - [intika/Librefox](https://github.com/intika/Librefox) - Librefox: Firefox with privacy enhancements 668 | - [dearrrfish/browser-sugar-alfredworkflow](https://github.com/dearrrfish/browser-sugar-alfredworkflow) - Alfred workflow to switch current active tab between Safari and Chrome. 669 | - [LisaDziuba/Women-Made-It](https://github.com/LisaDziuba/Women-Made-It) - Awesome design & development tools, books, podcasts, and blogs made by women. 670 | - [pichfl/NoMoreiTunes](https://github.com/pichfl/NoMoreiTunes) - An Safari Extension preventing iTunes Preview and App Store pages in Safari from launching iTunes since 2010. 671 | - [alexlafroscia/tldr-alfred](https://github.com/alexlafroscia/tldr-alfred) - Alfred workflow for TLDR 672 | - [flippidippi/sVim](https://github.com/flippidippi/sVim) - Safari extension with shortcuts similar to Vim 673 | - [isometry/alfred-tty](https://github.com/isometry/alfred-tty) - Alfred Workflow to quickly switch between or close iTerm windows, tabs and panes based on title and tty 674 | - [rsify/alfred-polyglot](https://github.com/rsify/alfred-polyglot) - 🈚️ Translate text using Google Translate in Alfred 675 | - [mrmartineau/alfred-npm-versions](https://github.com/mrmartineau/alfred-npm-versions) - Lookup the latest 15 versions for an npm package 676 | - [hackjutsu/Lepton](https://github.com/hackjutsu/Lepton) - 💻 Democratizing Snippet Management (macOS/Win/Linux) 677 | - [anshumanv/alfred-github-notifications](https://github.com/anshumanv/alfred-github-notifications) - Alfred workflow to take control of your github notifications 678 | - [anshumanv/alfred-github-activity](https://github.com/anshumanv/alfred-github-activity) - An alfred workflow to get public activity of a github user 679 | - [kbshl/alfred-vscode](https://github.com/kbshl/alfred-vscode) - Alfred 3 workflow that allows you to browse and open Visual Studio Code projects or simply open specified folders/files 680 | - [postlight/parser](https://github.com/postlight/parser) - 📜 Extract meaningful content from the chaos of a web page 681 | - [juliomrqz/statusfy](https://github.com/juliomrqz/statusfy) - A Marvelous Open Source Status Page System 682 | - [BoostIO/BoostNote-Legacy](https://github.com/BoostIO/BoostNote-Legacy) - This repository is outdated and new Boost Note app is available! We've launched a new Boost Note app which supports real-time collaborative writing. https://github.com/BoostIO/BoostNote-App 683 | - [ZeroX-DG/SnippetStore](https://github.com/ZeroX-DG/SnippetStore) - :tada: A snippet management app for developers :rocket: 684 | - [danielpigott/cloudflare-cli](https://github.com/danielpigott/cloudflare-cli) - CLI for interacting with Cloudflare 685 | - [scality/cloudserver](https://github.com/scality/cloudserver) - Zenko CloudServer, an open-source Node.js implementation of the Amazon S3 protocol on the front-end and backend storage capabilities to multiple clouds, including Azure and Google. 686 | - [pyllyukko/user.js](https://github.com/pyllyukko/user.js) - user.js -- Firefox configuration hardening 687 | - [PaeP3nguin/LinkBot](https://github.com/PaeP3nguin/LinkBot) - Chrome extension that converts URLs and emails in text to clickable links 688 | - [Gisto/Gisto](https://github.com/Gisto/Gisto) - Gisto is a Cross-platform snippets management application that allows you and/or your team share code snippets fast and easily. Based on GitHub Gists Infrastructure which means you can use all your e 689 | - [sienori/simple-translate](https://github.com/sienori/simple-translate) - WebExtensions for translating text on web pages 690 | - [raingart/AutoHideDownloadsBar-extension](https://github.com/raingart/AutoHideDownloadsBar-extension) - Store link: 691 | - [zhovner/zaborona_help](https://github.com/zhovner/zaborona_help) - Бесплатный сервис для обхода блокировок сайтов в Украине — https://zaborona.help 692 | - [VitalyKondratiev/vscode-sshextension](https://github.com/VitalyKondratiev/vscode-sshextension) - Extension for SSH connections using the ftp-simple settings 693 | - [pengwynn/grc](https://github.com/pengwynn/grc) - Mirror of Radovan Garabík's - Generic Colourizer for terminal apps 694 | - [evgeni/qifi](https://github.com/evgeni/qifi) - pure JS WiFi QR Code Generator 695 | - [bikenik/alfred-reverso](https://github.com/bikenik/alfred-reverso) - Quick look from ContextReverso.net and create flash cards to Anki 696 | - [mikaa123/linear](https://github.com/mikaa123/linear) - Ruler app with web-development in mind 697 | - [ghaiklor/telegram-bot-github](https://github.com/ghaiklor/telegram-bot-github) - Allows to you receive GitHub notifications right in the Telegram 698 | - [aksakalli/gtop](https://github.com/aksakalli/gtop) - System monitoring dashboard for terminal 699 | - [RaphaelRochet/arch-update](https://github.com/RaphaelRochet/arch-update) - Update indicator for ArchLinux and Gnome-Shell 700 | - [webmastak/gnome-shell-extensions-mediaplayer](https://github.com/webmastak/gnome-shell-extensions-mediaplayer) - A mediaplayer indicator for GNOME Shell 3.18+. 701 | - [petres/gnome-shell-extension-services-systemd](https://github.com/petres/gnome-shell-extension-services-systemd) - Gnome Shell Extension that allows to start and stop systemd services 702 | - [lukeed/preact-starter](https://github.com/lukeed/preact-starter) - Webpack3 boilerplate for building SPA / PWA / offline front-end apps with Preact 703 | - [viatsko/awesome-vscode](https://github.com/viatsko/awesome-vscode) - 🎨 A curated list of delightful VS Code packages and resources. 704 | - [docker/kitematic](https://github.com/docker/kitematic) - Visual Docker Container Management on Mac & Windows 705 | - [microsoft/vscode-recipes](https://github.com/microsoft/vscode-recipes) - 706 | - [mpdeimos/gnome-shell-remove-dropdown-arrows](https://github.com/mpdeimos/gnome-shell-remove-dropdown-arrows) - Removes the dropdown arrows from the AppMenu and SystemMenu (AggregateMenu) which were introduced in Gnome 3.10. 707 | - [b0o/surfingkeys-conf](https://github.com/b0o/surfingkeys-conf) - 🏄 A SurfingKeys config which adds 180+ key mappings & 50+ search engines 708 | - [brookhong/Surfingkeys](https://github.com/brookhong/Surfingkeys) - Map your keys for web surfing, expand your browser with javascript and keyboard. 709 | - [khanhas/Spicetify](https://github.com/khanhas/Spicetify) - Spice up your Spotify client 710 | 711 | ## Jinja 712 | 713 | - [trailofbits/algo](https://github.com/trailofbits/algo) - Set up a personal VPN in the cloud 714 | - [hassio-addons/addon-emqx](https://github.com/hassio-addons/addon-emqx) - EMQX - Home Assistant Community Add-ons 715 | - [pigmonkey/spark](https://github.com/pigmonkey/spark) - Arch Linux Provisioning with Ansible 716 | 717 | ## Jupyter Notebook 718 | 719 | - [TencentARC/PhotoMaker](https://github.com/TencentARC/PhotoMaker) - PhotoMaker [CVPR 2024] 720 | 721 | ## Kotlin 722 | 723 | - [simondankelmann/Bluetooth-LE-Spam](https://github.com/simondankelmann/Bluetooth-LE-Spam) - 724 | - [dogbin/dogbin](https://github.com/dogbin/dogbin) - The sexiest pastebin and url shortener ever 725 | - [michaldrabik/showly](https://github.com/michaldrabik/showly) - Showly is a modern and slick Movies and TV Shows manager. 726 | - [rumboalla/apkupdater](https://github.com/rumboalla/apkupdater) - APKUpdater is an open source tool that simplifies the process of finding updates for your installed apps. 727 | - [Spikeysanju/Expenso](https://github.com/Spikeysanju/Expenso) - 📊 A Minimal Expense Tracker App built to demonstrate the use of modern android architecture component with MVVM Architecture 728 | - [Kunzisoft/KeePassDX](https://github.com/Kunzisoft/KeePassDX) - Lightweight vault and password manager for Android, KeePassDX allows editing encrypted data in a single file in KeePass format and fill in the forms in a secure way. 729 | - [osmanonurkoc/papirusadaptive](https://github.com/osmanonurkoc/papirusadaptive) - Famous Linux Icon theme port for android 730 | - [2Ra66it/updater-for-spotify](https://github.com/2Ra66it/updater-for-spotify) - Updater For Spotify allows you to download the latest version of Spotify 731 | - [sourcerer-io/sourcerer-app](https://github.com/sourcerer-io/sourcerer-app) - 🦄 Sourcerer app makes a visual profile from your GitHub and git repositories. 732 | 733 | ## Less 734 | 735 | - [jerrykuku/luci-theme-argon](https://github.com/jerrykuku/luci-theme-argon) - Argon is a clean and tidy OpenWrt LuCI theme that allows users to customize their login interface with images or videos. It also supports automatic and manual switching between light and dark modes. 736 | 737 | ## Lua 738 | 739 | - [wbthomason/packer.nvim](https://github.com/wbthomason/packer.nvim) - A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config 740 | - [InfosecMatter/default-http-login-hunter](https://github.com/InfosecMatter/default-http-login-hunter) - Login hunter of default credentials for administrative web interfaces leveraging NNdefaccts dataset. 741 | - [LunarVim/LunarVim](https://github.com/LunarVim/LunarVim) - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven. 742 | - [skywind3000/z.lua](https://github.com/skywind3000/z.lua) - :zap: A new cd command that helps you navigate faster by learning your habits. 743 | - [themadsens/alfred-basecalc](https://github.com/themadsens/alfred-basecalc) - A programmers calculator for alfred 3 744 | - [fabiospampinato/termux-env](https://github.com/fabiospampinato/termux-env) - My super-quick-to-setup Termux environment. 745 | - [awesomeWM/awesome](https://github.com/awesomeWM/awesome) - awesome window manager 746 | - [lcpz/awesome-copycats](https://github.com/lcpz/awesome-copycats) - Awesome WM themes 747 | - [casprwang/dotfiles](https://github.com/casprwang/dotfiles) - 748 | - [ahmedelgabri/dotfiles](https://github.com/ahmedelgabri/dotfiles) - ~ 🍭 ~ 749 | - [alex35mil/dotfiles](https://github.com/alex35mil/dotfiles) - My dotfiles 750 | 751 | ## M4 752 | 753 | - [matejak/argbash](https://github.com/matejak/argbash) - Bash argument parsing code generator 754 | 755 | ## Makefile 756 | 757 | - [OtakuLinux/device_xiaomi_dandelion](https://github.com/OtakuLinux/device_xiaomi_dandelion) - 758 | - [mklement0/strlen.awf](https://github.com/mklement0/strlen.awf) - An Alfred workflow that counts the number of characters and bytes in a string. 759 | - [oxyc/mac-playbook](https://github.com/oxyc/mac-playbook) - Mac setup and configuration via Ansible. 760 | 761 | ## Markdown 762 | 763 | - [tldr-pages/tldr](https://github.com/tldr-pages/tldr) - 📚 Collaborative cheatsheets for console commands 764 | 765 | ## Nix 766 | 767 | - [AdisonCavani/distro-grub-themes](https://github.com/AdisonCavani/distro-grub-themes) - A pack of GRUB2 themes for each Linux distribution 768 | - [colonelpanic8/dotfiles](https://github.com/colonelpanic8/dotfiles) - Configuration files for XMonad, Emacs, NixOS, Taffybar and more. 769 | 770 | ## OCaml 771 | 772 | - [twang817/zshprofile](https://github.com/twang817/zshprofile) - 773 | 774 | ## Objective-C 775 | 776 | - [benbaker76/Hackintool](https://github.com/benbaker76/Hackintool) - The Swiss army knife of vanilla Hackintoshing 777 | - [jdberry/tag](https://github.com/jdberry/tag) - A command line tool to manipulate tags on Mac OS X files, and to query for files with those tags. 778 | - [anthonygelibert/QLColorCode](https://github.com/anthonygelibert/QLColorCode) - QuickLook plugin for source code with syntax highlighting. 779 | - [semaja2/InsomniaX](https://github.com/semaja2/InsomniaX) - InsomniaX - Keep your Mac awake the easy way 780 | - [integralpro/nosleep](https://github.com/integralpro/nosleep) - The MacOS X kernel extension, preventing sleep when you close the lid. 781 | - [kerma/defaultbrowser](https://github.com/kerma/defaultbrowser) - Command line tool for getting and setting a default browser (HTTP handler) in macOS 782 | - [julienXX/terminal-notifier](https://github.com/julienXX/terminal-notifier) - Send User Notifications on macOS from the command-line. 783 | - [lindegroup/autopkgr](https://github.com/lindegroup/autopkgr) - AutoPkgr is a free Mac app that makes it easy to install and configure AutoPkg. 784 | - [kevingessner/FunctionFlip](https://github.com/kevingessner/FunctionFlip) - Learn more (and get binaries) at http://kevingessner.com/software/functionflip/ 785 | - [2ndalpha/gasmask](https://github.com/2ndalpha/gasmask) - Hosts file manager for OS X 786 | - [sveinbjornt/Platypus](https://github.com/sveinbjornt/Platypus) - Create native Mac applications from command line scripts. 787 | - [sveinbjornt/SnapTools](https://github.com/sveinbjornt/SnapTools) - Tools to integrate the macOS window environment and command line interface 788 | - [sveinbjornt/ManDrake](https://github.com/sveinbjornt/ManDrake) - Native Mac man page editor with syntax coloring, mandoc syntax checking & live preview. 789 | - [macmade/GitHubUpdates](https://github.com/macmade/GitHubUpdates) - Cocoa framework to install application updates from GitHub releases. 790 | - [MuntashirAkon/DPCIManager](https://github.com/MuntashirAkon/DPCIManager) - Simple OS X app for viewing PCI hardware info 791 | - [MuntashirAkon/AdvanceKextUpdater](https://github.com/MuntashirAkon/AdvanceKextUpdater) - Keep your kexts up-to-date all the time starting from macOS 10.7 792 | - [Bensge/NativeDisplayBrightness](https://github.com/Bensge/NativeDisplayBrightness) - macOS display brightness utility for external monitors with a native UI. 793 | - [sveinbjornt/Sloth](https://github.com/sveinbjornt/Sloth) - Mac app that shows all open files, directories, sockets, pipes and devices in use by all running processes. Nice GUI for lsof. 794 | - [jbtule/cdto](https://github.com/jbtule/cdto) - Finder Toolbar app to open the current directory in the Terminal 795 | - [acidanthera/MaciASL](https://github.com/acidanthera/MaciASL) - ACPI editing IDE for macOS 796 | - [w0lfschild/DarkBoot](https://github.com/w0lfschild/DarkBoot) - :computer: Customize the boot, login and lock screens on macOS 797 | - [lanayotech/vagrant-manager](https://github.com/lanayotech/vagrant-manager) - Manage your vagrant machines in one place with Vagrant Manager for OS X 798 | - [tonsky/AnyBar](https://github.com/tonsky/AnyBar) - OS X menubar status indicator 799 | - [sozercan/OpenInCode](https://github.com/sozercan/OpenInCode) - :open_file_folder: macOS Finder toolbar app to open current folder in Visual Studio Code 800 | - [niw/HapticKey](https://github.com/niw/HapticKey) - A simple utility application to trigger haptic feedback when tapping Touch Bar. 801 | 802 | ## Others 803 | 804 | - [ProfSynapse/Synapse_CoR](https://github.com/ProfSynapse/Synapse_CoR) - 805 | - [alsyundawy/Microsoft-Office-For-MacOS](https://github.com/alsyundawy/Microsoft-Office-For-MacOS) - Installer & Activited Microsoft Office For MacOS 806 | - [shmulvad/alfred-nightshift](https://github.com/shmulvad/alfred-nightshift) - A simple Alfred workflow for quickly turning on/off Night Shift or setting it to a custom value. 807 | - [translaster/Definitive-Guide-5th-Edition](https://github.com/translaster/Definitive-Guide-5th-Edition) - Перевод замечательной книги Asterisk™: Полное руководство, 5-е издание 808 | - [phmullins/awesome-macos](https://github.com/phmullins/awesome-macos) - A curated list of awesome software for Apple's macOS. 809 | - [Correia-jpv/fucking-quick-look-plugins](https://github.com/Correia-jpv/fucking-quick-look-plugins) - List of useful Quick Look plugins for developers. With repository stars⭐ and forks🍴 810 | - [dreamsofcode-io/tmux](https://github.com/dreamsofcode-io/tmux) - 811 | - [zhenleiji/AlfredScrcpy](https://github.com/zhenleiji/AlfredScrcpy) - 812 | - [bzick/oh-my-backend](https://github.com/bzick/oh-my-backend) - Что нужно знать бэкенд-разработчику web-приложений. Backend Roadmap (from Junior to Senior). 813 | - [trinib/Linux-Bash-Commands](https://github.com/trinib/Linux-Bash-Commands) - :godmode: Ultimate list of Linux bash commands, cheatsheets and resources 814 | - [onceupon/Bash-Oneliner](https://github.com/onceupon/Bash-Oneliner) - A collection of handy Bash One-Liners and terminal tricks for data processing and Linux system maintenance. 815 | - [NebuTech/NBMiner](https://github.com/NebuTech/NBMiner) - GPU Miner for ETH, RVN, BEAM, CFX, ZIL, AE, ERGO 816 | - [sergiomarotco/Network-segmentation-cheat-sheet](https://github.com/sergiomarotco/Network-segmentation-cheat-sheet) - Best practices for segmentation of the corporate network of any company 817 | - [kix/reverse-interview](https://github.com/kix/reverse-interview) - Questions to ask the company during your interview 818 | - [nico-castell/desktop-file-support](https://github.com/nico-castell/desktop-file-support) - Add support for .desktop files in VS Code. 819 | - [AkmarNafi/comment-headers](https://github.com/AkmarNafi/comment-headers) - Comment headers for VS Code 820 | - [appath/SublimeTextPortable](https://github.com/appath/SublimeTextPortable) - The sophisticated text editor for code, markup and prose. 821 | - [manjaro/manjaro-iso-action](https://github.com/manjaro/manjaro-iso-action) - Install prerequisites for building Manjaro on ubuntu 822 | - [dadosch/barrier-android](https://github.com/dadosch/barrier-android) - 823 | - [ibraheemdev/modern-unix](https://github.com/ibraheemdev/modern-unix) - A collection of modern/faster/saner alternatives to common unix commands. 824 | - [azat-io/you-dont-know-js-ru](https://github.com/azat-io/you-dont-know-js-ru) - :books: Russian translation of "You Don't Know JS" book series 825 | - [grem11n/awesome-it-communities-ua](https://github.com/grem11n/awesome-it-communities-ua) - Awesome Ukrainian IT Communities 826 | - [fregante/Awesome-WebExtensions](https://github.com/fregante/Awesome-WebExtensions) - A curated list of awesome resources for WebExtensions development. 827 | - [yengoteam/awesome-gha-snippets](https://github.com/yengoteam/awesome-gha-snippets) - 🤯 A list of useful snippets and tips for GitHub Actions (GHA). 828 | - [Ignitetechnologies/Nmap-For-Pentester](https://github.com/Ignitetechnologies/Nmap-For-Pentester) - This cheatsheet was created to assist Red Teamers and Penetration Testers in hunting down vulnerabilities using "Nmap." 829 | - [Ph055a/OSINT_Collection](https://github.com/Ph055a/OSINT_Collection) - Maintained collection of OSINT related resources. (All Free & Actionable) 830 | - [Chen-Cai-OSU/awesome-equivariant-network](https://github.com/Chen-Cai-OSU/awesome-equivariant-network) - Paper list for equivariant neural network 831 | - [icons8/line-awesome](https://github.com/icons8/line-awesome) - Replace Font Awesome with modern line icons 832 | - [SergoProxy/InfinityBomber](https://github.com/SergoProxy/InfinityBomber) - 833 | - [gmm96/Install-dual-boot-Manjaro-in-Asus-GL552VW](https://github.com/gmm96/Install-dual-boot-Manjaro-in-Asus-GL552VW) - Step by step to install dual boot Manjaro in Asus GL552VW using UEFI on SSD alongside Windows 10 834 | - [may215/awesome-termux-hacking](https://github.com/may215/awesome-termux-hacking) - ⚡️An awesome list of the best Termux hacking tools 835 | - [astronautr/60p-keyboard-layout](https://github.com/astronautr/60p-keyboard-layout) - Comfy 60% keyboard layout 836 | - [k4yt3x/sysctl](https://github.com/k4yt3x/sysctl) - K4YT3X's Hardened & Optimized Linux Kernel Parameters 837 | - [seebye/ueberzug](https://github.com/seebye/ueberzug) - 838 | - [learnbyexample/vim_reference](https://github.com/learnbyexample/vim_reference) - :q Vim Reference Guide for beginner to intermediate level users 839 | - [aloisdg/awesome-regex](https://github.com/aloisdg/awesome-regex) - A curated collection of awesome Regex libraries, tools, frameworks and software 840 | - [Psiphon-Inc/psiphon](https://github.com/Psiphon-Inc/psiphon) - Meta-repo with info about and links to Psiphon resources 841 | - [jolkdarr/language-dircolors](https://github.com/jolkdarr/language-dircolors) - Atom package for .dircolors files. 842 | - [abhisheknaiidu/awesome-github-profile-readme](https://github.com/abhisheknaiidu/awesome-github-profile-readme) - 😎 A curated list of awesome GitHub Profile which updates in real time 843 | - [pstadler/keybase-gpg-github](https://github.com/pstadler/keybase-gpg-github) - Step-by-step guide on how to create a GPG key on keybase.io, adding it to a local GPG setup and using it with Git and GitHub. 844 | - [x0uid/SpotifyAdBlock](https://github.com/x0uid/SpotifyAdBlock) - Protect your privacy by blocking all annoying Spotify ads & analytics in Linux, OSX and Windows with hosts file. 845 | - [AchrafIdir/SublimeText-3211-License-Key-](https://github.com/AchrafIdir/SublimeText-3211-License-Key-) - 846 | - [LevelbossMike/vim_shortcut_wallpaper](https://github.com/LevelbossMike/vim_shortcut_wallpaper) - A vim cheat sheet wallpaper. 847 | - [dpkristensen/udev-rules](https://github.com/dpkristensen/udev-rules) - vscode syntax highlighting for udev rules 848 | - [evandroforks/VimL](https://github.com/evandroforks/VimL) - VimL Package for Sublime Text. 849 | - [bradtraversy/design-resources-for-developers](https://github.com/bradtraversy/design-resources-for-developers) - Curated list of design and UI resources from stock photos, web templates, CSS frameworks, UI libraries, tools and much more 850 | - [rtlewis88/rtl88-Themes](https://github.com/rtlewis88/rtl88-Themes) - GTK, xfwm4, openbox-3, GNOME-Shell Themes, and Cinnamon themes 851 | - [kufii/vscode-userscript](https://github.com/kufii/vscode-userscript) - UserScript language support for VS Code 852 | - [mosbasik/sxhkdrc-syntax](https://github.com/mosbasik/sxhkdrc-syntax) - Syntax definition for the sxhkd configuration file for Visual Studio Code. 853 | - [AchoArnold/discount-for-student-dev](https://github.com/AchoArnold/discount-for-student-dev) - This is list of discounts on software (SaaS, PaaS, IaaS, etc.) and other offerings for developers who are students 854 | - [cevr/overnight](https://github.com/cevr/overnight) - A soft vibrant VSCode theme - Based on Sarah Drasner's Night Owl and Dan Abramov's Overreacted blog 855 | - [amankhoza/synergy-binaries](https://github.com/amankhoza/synergy-binaries) - The latest freely available Synergy binaries 856 | - [Idnan/bash-guide](https://github.com/Idnan/bash-guide) - A guide to learn bash 857 | - [zayronxio/Mojave-CT](https://github.com/zayronxio/Mojave-CT) - icons inspired an apple os x 858 | - [ahkscript/awesome-AutoHotkey](https://github.com/ahkscript/awesome-AutoHotkey) - A curated list of awesome AutoHotkey libraries, library distributions, scripts, tools and resources. 859 | - [hakluke/how-to-exit-vim](https://github.com/hakluke/how-to-exit-vim) - Below are some simple methods for exiting vim. 860 | - [luruke/browser-2020](https://github.com/luruke/browser-2020) - Things you can do with a browser in 2020 ☕️ 861 | - [alphaSeclab/awesome-network-stuff](https://github.com/alphaSeclab/awesome-network-stuff) - Resources about network security, including: Proxy/GFW/ReverseProxy/Tunnel/VPN/Tor/I2P, and MiTM/PortKnocking/NetworkSniff/NetworkAnalysis/etc。More than 1700 open source tools for now. Post incoming. 862 | - [AllsafeCyberSecurity/awesome-ghidra](https://github.com/AllsafeCyberSecurity/awesome-ghidra) - A curated list of awesome Ghidra materials 863 | - [matiassingers/awesome-readme](https://github.com/matiassingers/awesome-readme) - A curated list of awesome READMEs 864 | - [abdalmoniem/hp-g6-1066se-hackintosh](https://github.com/abdalmoniem/hp-g6-1066se-hackintosh) - This is a repository that contains all the required files for creating, installing and booting macOS High Sierra on HP Pavilion G6 laptops and laptops with similar hardware 865 | - [streaak/keyhacks](https://github.com/streaak/keyhacks) - Keyhacks is a repository which shows quick ways in which API keys leaked by a bug bounty program can be checked to see if they're valid. 866 | - [jleb/AHKHID](https://github.com/jleb/AHKHID) - An AHK implementation of the HID functions 867 | - [joshjon/bliss-dircolors](https://github.com/joshjon/bliss-dircolors) - A delicate dircolors theme for ls that injects color without overwhelming your workspace - macOS friendly  868 | - [SalAldana/alfred-blink](https://github.com/SalAldana/alfred-blink) - Alfred workflow for Showing/Hiding files on macOS. 869 | - [sivan/javascript-style-guide](https://github.com/sivan/javascript-style-guide) - Airbnb JavaScript Style Guide 中文版 870 | - [fiatjaf/awesome-jq](https://github.com/fiatjaf/awesome-jq) - A curated list of awesome jq tools and resources. 871 | - [firasdib/Regex101](https://github.com/firasdib/Regex101) - This repository is currently only used for issue tracking for www.regex101.com 872 | - [BubuAnabelas/awesome-markdown](https://github.com/BubuAnabelas/awesome-markdown) - :memo: Delightful Markdown stuff. 873 | - [hackerkid/bots](https://github.com/hackerkid/bots) - :zap: Tools for building bots 874 | - [ldez/vscode-language-ignore](https://github.com/ldez/vscode-language-ignore) - Syntax highlighting for 'ignore' files : gitignore, npmignore, dockerignore, prettierignore, ... 875 | - [elbanic/alfred.awsregion](https://github.com/elbanic/alfred.awsregion) - View & copy AWS region codes 876 | - [ellerbrock/open-source-badges](https://github.com/ellerbrock/open-source-badges) - :octocat: Open Source & Licence Badges 877 | - [manumorante/alfredworkflow.placeholderimages](https://github.com/manumorante/alfredworkflow.placeholderimages) - :tophat: Placeholder Images for every case from lorempixel.com and unsplash.com 878 | - [airbnb/css](https://github.com/airbnb/css) - A mostly reasonable approach to CSS and Sass. 879 | - [jtvhk/alfred-screen-sharing](https://github.com/jtvhk/alfred-screen-sharing) - Easily start a screen sharing session directly from Alfred. 880 | - [sdras/awesome-actions](https://github.com/sdras/awesome-actions) - A curated list of awesome actions to use on GitHub 881 | - [jlevy/the-art-of-command-line](https://github.com/jlevy/the-art-of-command-line) - Master the command line, in one page 882 | - [yadox666/The-Hackers-Hardware-Toolkit](https://github.com/yadox666/The-Hackers-Hardware-Toolkit) - The best hacker's gadgets for Red Team pentesters and security researchers. 883 | - [emily-curry/base16-tomorrow-dark-vscode](https://github.com/emily-curry/base16-tomorrow-dark-vscode) - A VS Code theme based on Atom's base16-tomorrow-dark 884 | - [awesome-scripts/awesome-userscripts](https://github.com/awesome-scripts/awesome-userscripts) - 📖 A curated list of Awesome Userscripts. 885 | - [hl2guide/All-in-One-Customized-Adblock-List](https://github.com/hl2guide/All-in-One-Customized-Adblock-List) - An all-in-one adblock list that thoroughly blocks trackers, popup ads, ads, unwanted cookies, fake news, cookie warning messages, typosquatters, unwanted comment sections, crypto-coin mining, YouTube 886 | - [eutialia/open-in-iina](https://github.com/eutialia/open-in-iina) - Open url in IINA directly from Alfred or Raycast 887 | - [RomuloOliveira/commit-messages-guide](https://github.com/RomuloOliveira/commit-messages-guide) - A guide to understand the importance of commit messages and how to write them well 888 | - [ligurio/awesome-ci](https://github.com/ligurio/awesome-ci) - The list of continuous integration services and tools 889 | - [danielbayley/atom-language-homebrew-formula](https://github.com/danielbayley/atom-language-homebrew-formula) - :atom: @Atom language support for @Homebrew formulae and Casks. 890 | - [macfanatic77/hackintosh](https://github.com/macfanatic77/hackintosh) - 891 | - [cnstntn-kndrtv/open-in-buttons-for-finder-toolbar](https://github.com/cnstntn-kndrtv/open-in-buttons-for-finder-toolbar) - Open in TextMate, open in VS Code buttons for Finder toolbar and MB pro Touch Bar 892 | - [woj-ciech/kamerka](https://github.com/woj-ciech/kamerka) - Build interactive map of cameras from Shodan 893 | - [devspace/awesome-github-templates](https://github.com/devspace/awesome-github-templates) - :octocat: Curated list of GitHub Issues and Pull Requests templates 894 | - [agarrharr/awesome-macos-screensavers](https://github.com/agarrharr/awesome-macos-screensavers) - 🍎 🖥 🎆 A curated list of screensavers for Mac OS X 895 | - [learn-anything/alfred-workflows](https://github.com/learn-anything/alfred-workflows) - Amazing Alfred Workflows 896 | - [alfred-workflows/awesome-alfred-workflows](https://github.com/alfred-workflows/awesome-alfred-workflows) - A curated list of awesome alfred workflows 897 | - [vookimedlo/alfred-file](https://github.com/vookimedlo/alfred-file) - Alfred 3 workflow for analyzing given files. 898 | - [joonaspaakko/System-Commands.alfredworkflow](https://github.com/joonaspaakko/System-Commands.alfredworkflow) - Alfred's system commands, like "Restart" doesn’t honor the "Reopen windows when logging back in" option. This workflow gets around it. 899 | - [PMheart/LiluFriend](https://github.com/PMheart/LiluFriend) - A helper of Lilu that ensures everything loaded properly 900 | - [sebadur/language-asl](https://github.com/sebadur/language-asl) - Atom Editor package for ACPI Source Language Support 901 | - [Goldfish64/AudioPkg](https://github.com/Goldfish64/AudioPkg) - Audio stack for UEFI. Currently supports HD audio controllers/codecs. WIP 902 | - [platomav/CPUMicrocodes](https://github.com/platomav/CPUMicrocodes) - Intel, AMD, VIA & Freescale CPU Microcode Repositories 903 | - [SpiraMira/HybridMode-Public](https://github.com/SpiraMira/HybridMode-Public) - Public version of HybridMode repository 904 | - [athlonreg/Common-patches-for-hackintosh](https://github.com/athlonreg/Common-patches-for-hackintosh) - 黑苹果常用的补丁 905 | - [ImmersiveX/clover-theme-minimal-dark](https://github.com/ImmersiveX/clover-theme-minimal-dark) - dark version of minimal clover theme with a few tweaks 906 | - [corpnewt/Hackintosh-Tips-And-Tricks](https://github.com/corpnewt/Hackintosh-Tips-And-Tricks) - A collection of things I've learned about Hackintosh - Hopefully it helps others! 907 | - [drduh/macOS-Security-and-Privacy-Guide](https://github.com/drduh/macOS-Security-and-Privacy-Guide) - Guide to securing and improving privacy on macOS 908 | - [notpeter/apple-installer-checksums](https://github.com/notpeter/apple-installer-checksums) - Checksums of Mac OSX installer DMGs 909 | - [marta-file-manager/marta-issues](https://github.com/marta-file-manager/marta-issues) - An issue tracker for Marta File Manager. 910 | - [acidanthera/IOJones](https://github.com/acidanthera/IOJones) - Realtime I/O Registry viewer 911 | - [xzhih/hackintosh-list](https://github.com/xzhih/hackintosh-list) - Hackintosh EFI and Kext, Clover theme, macOS installer image, mac Free App ... 912 | - [corpnewt/Hackintosh-Guide](https://github.com/corpnewt/Hackintosh-Guide) - 913 | - [sindresorhus/quick-look-plugins](https://github.com/sindresorhus/quick-look-plugins) - List of useful Quick Look plugins for developers 914 | - [acidanthera/AptioFixPkg](https://github.com/acidanthera/AptioFixPkg) - AptioFixPkg drivers to workaround macOS compatibility with APTIO UEFI FW 915 | - [Goldfish64/ArrandaleGraphicsHackintosh](https://github.com/Goldfish64/ArrandaleGraphicsHackintosh) - Information regarding first generation Intel HD Graphics and macOS. 916 | - [Dids/clover-builder](https://github.com/Dids/clover-builder) - Automated Clover builds. 917 | - [macfuse/macfuse](https://github.com/macfuse/macfuse) - macFUSE umbrella repository 918 | - [vookimedlo/alfred-make-appicon](https://github.com/vookimedlo/alfred-make-appicon) - Alfred 3 workflow for making an app icon [icns] based upon the selected file. 919 | - [cpimhoff/alfred3-newFiles](https://github.com/cpimhoff/alfred3-newFiles) - An Alfred 3 workflow which allows for the fast creation of new documents and folders 920 | - [stuartcryan/defaultbrowser-alfred-workflow](https://github.com/stuartcryan/defaultbrowser-alfred-workflow) - Default Browser workflow for Alfred using Kerma's DefaultBrowser Binary 921 | - [raguay/MyAlfred](https://github.com/raguay/MyAlfred) - This is where I am keeping my Alfred 2, Alfred 3, and Alfred 4 workflows. 922 | - [dylanaraps/writing-a-tui-in-bash](https://github.com/dylanaraps/writing-a-tui-in-bash) - How to write a TUI in BASH 923 | - [imthenachoman/How-To-Secure-A-Linux-Server](https://github.com/imthenachoman/How-To-Secure-A-Linux-Server) - An evolving how-to guide for securing a Linux server. 924 | - [acidanthera/macserial](https://github.com/acidanthera/macserial) - Decode mac serial number 925 | - [sindresorhus/awesome](https://github.com/sindresorhus/awesome) - 😎 Awesome lists about all kinds of interesting topics 926 | - [chris1111/HP-Probook-EliteBook-Package-Creator](https://github.com/chris1111/HP-Probook-EliteBook-Package-Creator) - Main Forum 927 | - [chris1111/Wireless-USB-Adapter-Clover](https://github.com/chris1111/Wireless-USB-Adapter-Clover) - Visit BLOG : https://com-chris1111.github.io 928 | - [sirredbeard/awesome-wsl](https://github.com/sirredbeard/awesome-wsl) - Awesome list dedicated to Windows Subsystem for Linux 929 | - [trimstray/linux-hardening-checklist](https://github.com/trimstray/linux-hardening-checklist) - Simple checklist to help you deploying the most important areas of the GNU/Linux production systems - work in progress. 930 | - [trimstray/the-practical-linux-hardening-guide](https://github.com/trimstray/the-practical-linux-hardening-guide) - This guide details creating a secure Linux production system. OpenSCAP (C2S/CIS, STIG). 931 | - [kleber-swf/vscode-ocean-dark-extended-theme](https://github.com/kleber-swf/vscode-ocean-dark-extended-theme) - Available on VS Code Marketplace 932 | - [serhii-londar/open-source-mac-os-apps](https://github.com/serhii-londar/open-source-mac-os-apps) - 🚀 Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps 933 | - [tiimgreen/github-cheat-sheet](https://github.com/tiimgreen/github-cheat-sheet) - A list of cool features of Git and GitHub. 934 | - [herrbischoff/awesome-macos-command-line](https://github.com/herrbischoff/awesome-macos-command-line) - Use your macOS terminal shell to do awesome things. 935 | - [bnb/awesome-hyper](https://github.com/bnb/awesome-hyper) - 🖥 Delightful Hyper plugins, themes, and resources 936 | - [lukecav/awesome-woocommerce](https://github.com/lukecav/awesome-woocommerce) - Plugins and code snippets to improve your WooCommerce store. 937 | - [lukecav/awesome-wp-developer-tools](https://github.com/lukecav/awesome-wp-developer-tools) - A collection of plugins, starter themes and tools to make WordPress development easier. 938 | - [lukecav/awesome-wp-speed-up](https://github.com/lukecav/awesome-wp-speed-up) - Plugins and resources to speed up and optimize your WordPress site. 939 | - [AnalogJ/lexicon](https://github.com/AnalogJ/lexicon) - Manipulate DNS records on various DNS providers in a standardized way. 940 | - [artikus11/Divi-Layout](https://github.com/artikus11/Divi-Layout) - Макеты сайтов для использования в теме Divi 941 | - [merveilles/Time-Travelers](https://github.com/merveilles/Time-Travelers) - List of artists and hackers using homegrown time-tracking tools 942 | - [Acidham/forklift-folder](https://github.com/Acidham/forklift-folder) - Open Folder from Alfred in Forfklift 943 | - [firstcontributions/first-contributions](https://github.com/firstcontributions/first-contributions) - 🚀✨ Help beginners to contribute to open source projects 944 | - [awesome-selfhosted/awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted) - A list of Free Software network services and web applications which can be hosted on your own servers 945 | - [awesome-foss/awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin) - A curated list of amazingly awesome open-source sysadmin resources. 946 | - [wsargent/docker-cheat-sheet](https://github.com/wsargent/docker-cheat-sheet) - Docker Cheat Sheet 947 | - [veggiemonk/awesome-docker](https://github.com/veggiemonk/awesome-docker) - :whale: A curated list of Docker resources and projects 948 | - [offensive-security/exploitdb](https://github.com/offensive-security/exploitdb) - The legacy Exploit Database repository - New repo located at https://gitlab.com/exploit-database/exploitdb 949 | - [White-Oak/arch-setup-for-dummies](https://github.com/White-Oak/arch-setup-for-dummies) - For exceptional dummies like me 950 | - [alebcay/awesome-shell](https://github.com/alebcay/awesome-shell) - A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php. 951 | - [jdauphant/awesome-ansible](https://github.com/jdauphant/awesome-ansible) - A collaborative curated list of awesome Ansible resources 952 | - [UpSync-Dev/alfred-http-status-codes](https://github.com/UpSync-Dev/alfred-http-status-codes) - Alfred Workflow to search for http status code meanings 953 | - [odeskconf/guide](https://github.com/odeskconf/guide) - Гайд сообщества OdeskConf о тонкостях работы на Upwork 954 | - [goq/telegram-list](https://github.com/goq/telegram-list) - List of telegram groups, channels & bots // Список интересных групп, каналов и ботов телеграма // Список чатов для программистов 955 | - [jpagano/wordpress-vscode-extensionpack](https://github.com/jpagano/wordpress-vscode-extensionpack) - A collection of extensions for working with WordPress sites in VS Code 956 | - [microsoft/live-share](https://github.com/microsoft/live-share) - Real-time collaborative development from the comfort of your favorite tools 957 | - [microsoft/vscode-tips-and-tricks](https://github.com/microsoft/vscode-tips-and-tricks) - Collection of helpful tips and tricks for VS Code. 958 | - [angristan/arch-linux-install](https://github.com/angristan/arch-linux-install) - My Arch Linux installation notes 959 | - [dorianpro/kali-linux-wallpapers](https://github.com/dorianpro/kali-linux-wallpapers) - A set of dedicated Kali Linux* wallpapers which I'm going to update regularly. They all done using GIMP and other GNU/Linux/FOSS. 960 | - [jasonshanks/alfred-darkmode](https://github.com/jasonshanks/alfred-darkmode) - An Alfred workflow to toggle Yosemite's dark and light modes. 961 | - [openwisp/vagrant-openwisp2](https://github.com/openwisp/vagrant-openwisp2) - Ansible Vagrant profile to install an OpenWISP 2 server 962 | 963 | ## PHP 964 | 965 | - [salesagility/SuiteCRM](https://github.com/salesagility/SuiteCRM) - SuiteCRM - Open source CRM for the world 966 | - [Wutze/OpenVPN-WebAdmin](https://github.com/Wutze/OpenVPN-WebAdmin) - Create and manage your virtual private network via web browser and OpenVPN with your private OpenVPN-WebAdmin 967 | - [RealEnder/dwpa](https://github.com/RealEnder/dwpa) - Distributed WPA PSK auditor 968 | - [godbout/alfred-time](https://github.com/godbout/alfred-time) - Start and stop tracking time with Toggl, Harvest, Everhour or Clockify through Alfred 4. ⏰️ 969 | - [astralapp/astral](https://github.com/astralapp/astral) - Organize Your GitHub Stars With Ease 970 | - [vdesabou/alfred-spotify-mini-player](https://github.com/vdesabou/alfred-spotify-mini-player) - 🎵🎩 Alfred workflow to control your Spotify library at your fingertips 971 | - [Sheraff/piratebay-alfred-workflow](https://github.com/Sheraff/piratebay-alfred-workflow) - workflow for Alfred App to crawl piratebay and return torrent files / magnet links 972 | - [godbout/alfred-kat](https://github.com/godbout/alfred-kat) - KAT workflow for Alfred, search and open magnet links directly from Alfred. 973 | - [yannickglt/alfred-devdocs](https://github.com/yannickglt/alfred-devdocs) - Alfred workflow for devdocs.io 974 | - [m9dfukc/deepl-alfred-workflow](https://github.com/m9dfukc/deepl-alfred-workflow) - DeepL translations for Alfred 975 | - [willfarrell/alfred-encode-decode-workflow](https://github.com/willfarrell/alfred-encode-decode-workflow) - Encoding and decoding a string into multiple variations. 976 | - [aonez/Keka](https://github.com/aonez/Keka) - The macOS & iOS file archiver 977 | - [stevegrunwell/asimov](https://github.com/stevegrunwell/asimov) - Automatically exclude development dependencies from Apple Time Machine backups 978 | - [gharlan/alfred-github-workflow](https://github.com/gharlan/alfred-github-workflow) - GitHub Workflow for Alfred 979 | - [stroebjo/alfred-github-stars](https://github.com/stroebjo/alfred-github-stars) - Alfred workflow to search your stars on GitHub stars directly from Alfred. 980 | - [BrianGilbert/QLColorCode-extra](https://github.com/BrianGilbert/QLColorCode-extra) - Quicklook Syntax highlighting with support for Drupal filetypes and more (module, profile, theme, install, inc) 981 | - [bordoni/fakerpress](https://github.com/bordoni/fakerpress) - A WordPress plugin that implements an easy way to create fake data inside WordPress. 982 | - [willfarrell/alfred-pkgman-workflow](https://github.com/willfarrell/alfred-pkgman-workflow) - Package Repo Search 983 | - [citelao/Spotify-for-Alfred](https://github.com/citelao/Spotify-for-Alfred) - aka Spotifious — a natural Spotify controller for Alfred 984 | - [cachethq/cachet](https://github.com/cachethq/cachet) - 🚦 The open-source status page system. 985 | - [godaddy-wordpress/wc-plugins-snippets](https://github.com/godaddy-wordpress/wc-plugins-snippets) - Custom code snippets and examples for SkyVerge-built WooCommerce extensions 986 | - [udx/wp-stateless](https://github.com/udx/wp-stateless) - WP-Stateless is a WordPress plugin that uploads and serves your WordPress media from Google Cloud Storage. 987 | - [wp-cli/wp-cli](https://github.com/wp-cli/wp-cli) - ⚙️ WP-CLI framework 988 | - [BoldGrid/w3-total-cache](https://github.com/BoldGrid/w3-total-cache) - 989 | - [sergeynezbritskiy/woo-shipping-with-nova-poshta](https://github.com/sergeynezbritskiy/woo-shipping-with-nova-poshta) - 990 | 991 | ## Pascal 992 | 993 | - [DavidBrenner3/VMUB](https://github.com/DavidBrenner3/VMUB) - A tool for testing boot configurations on USB drives 994 | 995 | ## Perl 996 | 997 | - [wofr06/lesspipe](https://github.com/wofr06/lesspipe) - lesspipe - display more with less 998 | - [ddclient/ddclient](https://github.com/ddclient/ddclient) - Ddclient updates dynamic DNS entries for accounts on a wide range of dynamic DNS services. 999 | - [so-fancy/diff-so-fancy](https://github.com/so-fancy/diff-so-fancy) - Good-lookin' diffs. Actually… nah… The best-lookin' diffs. :tada: 1000 | - [trapd00r/ls--](https://github.com/trapd00r/ls--) - ls on steroids 1001 | - [Moham3dRiahi/Th3inspector](https://github.com/Moham3dRiahi/Th3inspector) - Th3Inspector 🕵️ Best Tool For Information Gathering 🔎 1002 | 1003 | ## PowerShell 1004 | 1005 | - [LeDragoX/Win-Debloat-Tools](https://github.com/LeDragoX/Win-Debloat-Tools) - Re-imagining Windows like a minimal OS install, already debloated with minimal impact for most functionality. 1006 | - [lextm/windowsterminal-shell](https://github.com/lextm/windowsterminal-shell) - Install/uninstall scripts for Windows Terminal context menu items 1007 | - [lukesampson/pshazz](https://github.com/lukesampson/pshazz) - Give your powershell some pizazz. 1008 | - [joonro/Get-ChildItemColor](https://github.com/joonro/Get-ChildItemColor) - Get-ChildItemColor provides colorized version of Get-ChildItem Cmdlet of PowerShell. 1009 | - [devblackops/Terminal-Icons](https://github.com/devblackops/Terminal-Icons) - A PowerShell module to show file and folder icons in the terminal 1010 | - [claustromaniac/Compare-UserJS](https://github.com/claustromaniac/Compare-UserJS) - PowerShell script for comparing user.js (or prefs.js) files. 1011 | - [lukesampson/concfg](https://github.com/lukesampson/concfg) - Import / export Windows console settings 1012 | - [ScoopInstaller/Scoop](https://github.com/ScoopInstaller/Scoop) - A command-line installer for Windows. 1013 | - [W4RH4WK/Debloat-Windows-10](https://github.com/W4RH4WK/Debloat-Windows-10) - A Collection of Scripts Which Disable / Remove Windows 10 Features and Apps 1014 | - [chocolatey/boxstarter](https://github.com/chocolatey/boxstarter) - Repeatable, reboot resilient windows environment installations made easy using Chocolatey packages 1015 | 1016 | ## Python 1017 | 1018 | - [hacksider/Deep-Live-Cam](https://github.com/hacksider/Deep-Live-Cam) - real time face swap and one-click video deepfake with only a single image 1019 | - [berezhinskiy/ecoflow_exporter](https://github.com/berezhinskiy/ecoflow_exporter) - Prometheus exporter for EcoFlow portable power stations 1020 | - [tolwi/hassio-ecoflow-cloud](https://github.com/tolwi/hassio-ecoflow-cloud) - EcoFlow Cloud Integration for Home Assistant 1021 | - [microsoft/call-center-ai](https://github.com/microsoft/call-center-ai) - Send a phone call from AI agent, in an API call. Or, directly call the bot from the configured phone number! 1022 | - [bellingcat/telegram-phone-number-checker](https://github.com/bellingcat/telegram-phone-number-checker) - Check if phone numbers are connected to Telegram accounts. 1023 | - [shamhi/MemeFiBot](https://github.com/shamhi/MemeFiBot) - Bot that mines coins in MemeFiCoin 1024 | - [austintraver/warp-theme](https://github.com/austintraver/warp-theme) - 1025 | - [BrasD99/HeyGenClone](https://github.com/BrasD99/HeyGenClone) - A simple and open-source analogue of the HeyGen system 1026 | - [nitred/nr-wg-mtu-finder](https://github.com/nitred/nr-wg-mtu-finder) - 1027 | - [anouarbensaad/vulnx](https://github.com/anouarbensaad/vulnx) - vulnx 🕷️ an intelligent Bot, Shell can achieve automatic injection, and help researchers detect security vulnerabilities CMS system. It can perform a quick CMS security detection, information collecti 1028 | - [kvoloshenko/GPT_RAG_01](https://github.com/kvoloshenko/GPT_RAG_01) - ChatGPT and RAG (Retrieval-Augmented Generation) 1029 | - [w-okada/voice-changer](https://github.com/w-okada/voice-changer) - リアルタイムボイスチェンジャー Realtime Voice Changer 1030 | - [n0a/telegram-get-remote-ip](https://github.com/n0a/telegram-get-remote-ip) - Get IP address on other side audio call in Telegram. 1031 | - [proninyaroslav/linux-insides-ru](https://github.com/proninyaroslav/linux-insides-ru) - Немного о ядре Linux 1032 | - [ronaldstoner/AppleJuice-ESP32](https://github.com/ronaldstoner/AppleJuice-ESP32) - Apple BLE proximity pairing message spoofing for the ESP32 1033 | - [s0md3v/sd-webui-roop](https://github.com/s0md3v/sd-webui-roop) - roop extension for StableDiffusion web-ui 1034 | - [s0md3v/roop](https://github.com/s0md3v/roop) - one-click face swap 1035 | - [oldcai/CopyPublicKey](https://github.com/oldcai/CopyPublicKey) - 1036 | - [vegardinho/alfred_bluetooth_controller](https://github.com/vegardinho/alfred_bluetooth_controller) - Alfred workflow for managing bluetooth settings and -connections 1037 | - [BenjaminOddou/alfred-emoji-wine](https://github.com/BenjaminOddou/alfred-emoji-wine) - 🍷 Find the most refined emojis 1038 | - [SebiAi/custom-nothing-glyph-tools](https://github.com/SebiAi/custom-nothing-glyph-tools) - A repo containing scripts and tools for creating custom Nothing Glyph compositions. 1039 | - [xtekky/gpt4free](https://github.com/xtekky/gpt4free) - The official gpt4free repository | various collection of powerful language models 1040 | - [snovvcrash/usbrip](https://github.com/snovvcrash/usbrip) - Tracking history of USB events on GNU/Linux 1041 | - [jordip/prompt-generator-api](https://github.com/jordip/prompt-generator-api) - A simple prompt generator API for Stable Diffusion / Midjourney / Dall-e based in Python 1042 | - [al-one/hass-xiaomi-miot](https://github.com/al-one/hass-xiaomi-miot) - Automatic integrate all Xiaomi devices to HomeAssistant via miot-spec, support Wi-Fi, BLE, ZigBee devices. 小米米家智能家居设备接入Hass集成 1043 | - [avbor/HomeAssistantConfig](https://github.com/avbor/HomeAssistantConfig) - My Home Assistant Configuration. Feel free to :star: my repo if you found something useful here =) 1044 | - [Tasshack/dreame-vacuum](https://github.com/Tasshack/dreame-vacuum) - Home Assistant integration for Dreame robot vacuums with map support 1045 | - [AlexxIT/VacuumZones](https://github.com/AlexxIT/VacuumZones) - Control zone cleaning for Xiaomi vacuum cleaners from voice assistants and Home Assistant 1046 | - [PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor](https://github.com/PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor) - This custom integration provides a way to present a live view of a map for Xiaomi (Roborock/Viomi/Roidmi/Dreame) vacuums without a need for rooting. 1047 | - [sriharshamvs/TelegramUserScraper](https://github.com/sriharshamvs/TelegramUserScraper) - Scrape Telegram User details from the Group(s) 1048 | - [gurjeet29/telegram_members_scrapper](https://github.com/gurjeet29/telegram_members_scrapper) - Python Script to scrape members from a selected Telegram group. 1049 | - [ArchiveBox/ArchiveBox](https://github.com/ArchiveBox/ArchiveBox) - 🗃 Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more... 1050 | - [mxrch/GHunt](https://github.com/mxrch/GHunt) - 🕵️‍♂️ Offensive Google framework. 1051 | - [deepfakes/faceswap](https://github.com/deepfakes/faceswap) - Deepfakes Software For All 1052 | - [yt-dlp/yt-dlp](https://github.com/yt-dlp/yt-dlp) - A feature-rich command-line audio/video downloader 1053 | - [elesiuta/picosnitch](https://github.com/elesiuta/picosnitch) - Monitor Network Traffic Per Executable, Beautifully Visualized 1054 | - [Thenujan-0/grub-editor](https://github.com/Thenujan-0/grub-editor) - gui to manage grub configuration 1055 | - [yukondude/Scripnix](https://github.com/yukondude/Scripnix) - Useful Python3 and bash shell scripts for macOS/BSD and *NIX. Useful to me, at any rate. YMMV. 1056 | - [darrenburns/dunk](https://github.com/darrenburns/dunk) - Prettier git diffs in the terminal 🎨 1057 | - [tom-doerr/zsh_codex](https://github.com/tom-doerr/zsh_codex) - This is a ZSH plugin that enables you to use OpenAI's Codex AI in the command line. 1058 | - [deadc0de6/catcli](https://github.com/deadc0de6/catcli) - The command line catalog tool for your offline data 1059 | - [lahwaacz/arch-wiki-docs](https://github.com/lahwaacz/arch-wiki-docs) - A script to download pages from Arch Wiki for offline browsing 1060 | - [th3unkn0n/TeleGram-Scraper](https://github.com/th3unkn0n/TeleGram-Scraper) - telegram group scraper tool. fetch all information about group members 1061 | - [hemantapkh/TorrentHunt](https://github.com/hemantapkh/TorrentHunt) - 🏴‍☠️ The ultimate torrent bot on telegram 1062 | - [xxh/xxh](https://github.com/xxh/xxh) - 🚀 Bring your favorite shell wherever you go through the ssh. Xonsh shell, fish, zsh, osquery and so on. 1063 | - [mirko/SonOTA](https://github.com/mirko/SonOTA) - Flashing Itead Sonoff devices with custom firmware via original OTA mechanism 1064 | - [lilydjwg/nvchecker](https://github.com/lilydjwg/nvchecker) - New version checker for software releases 1065 | - [bulletmark/libinput-gestures](https://github.com/bulletmark/libinput-gestures) - Actions gestures on your touchpad using libinput 1066 | - [karlch/vimiv-qt](https://github.com/karlch/vimiv-qt) - An image viewer with vim-like keybindings 1067 | - [egara/buttermanager](https://github.com/egara/buttermanager) - ButterManager is a BTRFS tool for managing snapshots, balancing filesystems and upgrading the system safetly. 1068 | - [naglfar/krunner-keepassxc](https://github.com/naglfar/krunner-keepassxc) - A small krunner plugin to copy keepassxc entries to clipboard using its Freedesktop.org Secret Service dbus integration. 1069 | - [fail2ban/fail2ban](https://github.com/fail2ban/fail2ban) - Daemon to ban hosts that cause multiple authentication errors 1070 | - [plamere/SmarterPlaylists](https://github.com/plamere/SmarterPlaylists) - web app for creating sophisticated playlists 1071 | - [mschwager/fierce](https://github.com/mschwager/fierce) - A DNS reconnaissance tool for locating non-contiguous IP space. 1072 | - [LaurenceRawlings/savify](https://github.com/LaurenceRawlings/savify) - Download Spotify songs to mp3 with full metadata and cover art! 1073 | - [Gameye98/Lazymux](https://github.com/Gameye98/Lazymux) - termux tool installer 1074 | - [ouuan/pacwatch](https://github.com/ouuan/pacwatch) - A pacman wrapper that helps you watch important package updates. 1075 | - [BrodieRobertson/kdenchapters](https://github.com/BrodieRobertson/kdenchapters) - Extract YouTube chapter timestamps from a kdenlive project file 1076 | - [public-apis/public-apis](https://github.com/public-apis/public-apis) - A collective list of free APIs 1077 | - [LukeLambert/fly-dev-tunnel](https://github.com/LukeLambert/fly-dev-tunnel) - Create a secure tunnel from a custom domain to localhost using Fly and WireGuard. 1078 | - [bitbrute/evillimiter](https://github.com/bitbrute/evillimiter) - Tool that monitors, analyzes and limits the bandwidth of devices on the local network without administrative access. 1079 | - [RMPR/atbswp](https://github.com/RMPR/atbswp) - A minimalist macro recorder 1080 | - [sezanzeb/input-remapper](https://github.com/sezanzeb/input-remapper) - 🎮 ⌨ An easy to use tool to change the behaviour of your input devices. 1081 | - [jazzband/Watson](https://github.com/jazzband/Watson) - :watch: A wonderful CLI to track your time! 1082 | - [kovidgoyal/kitty](https://github.com/kovidgoyal/kitty) - Cross-platform, fast, feature-rich, GPU based terminal 1083 | - [nat/ghtop](https://github.com/nat/ghtop) - See what's happening on GitHub in real time (also helpful if you need to use up your API quota as quickly as possible) 1084 | - [Overv/outrun](https://github.com/Overv/outrun) - Execute a local command using the processing power of another Linux machine. 1085 | - [Pzqqt/Magisk_Manager_Recovery_Tool](https://github.com/Pzqqt/Magisk_Manager_Recovery_Tool) - A Magisk Manager tool that can be used in Recovery mode base Aroma Installer. 1086 | - [srevinsaju/guiscrcpy](https://github.com/srevinsaju/guiscrcpy) - A full fledged GUI integration for the award winning open-source android screen mirroring system -- scrcpy located on https://github.com/genymobile/scrcpy/ by @rom1v 1087 | - [chubin/wttr.in](https://github.com/chubin/wttr.in) - :partly_sunny: The right way to check the weather 1088 | - [brpaz/quickeys](https://github.com/brpaz/quickeys) - Linux GTK application that provides an overlay window with the list of shortcuts for the current focused application. Its a shortcut for shortcuts. 1089 | - [dome272/Instagram-DeepFake-Bot](https://github.com/dome272/Instagram-DeepFake-Bot) - An Instagram Bot serving as an account, people can use to create DeepFakes on Instagram. 1090 | - [jarun/googler](https://github.com/jarun/googler) - :mag: Google from the terminal 1091 | - [gnebbia/kb](https://github.com/gnebbia/kb) - A minimalist command line knowledge base manager 1092 | - [hyiltiz/vim-plugins-profile](https://github.com/hyiltiz/vim-plugins-profile) - :clock4: Profile Vim's plugins, generate awesome statistics and optimize (n)vim startup time 1093 | - [desbma/sacad](https://github.com/desbma/sacad) - Smart Automatic Cover Art Downloader 1094 | - [persepolisdm/persepolis](https://github.com/persepolisdm/persepolis) - Persepolis is a download manager written in Python. 1095 | - [Rafficer/linux-cli-community](https://github.com/Rafficer/linux-cli-community) - Linux command-line client for ProtonVPN. Written in Python. 1096 | - [imDMG/qBt_SE](https://github.com/imDMG/qBt_SE) - qBittorrent search engine plugins 1097 | - [nbusseneau/qBittorrent-RuTracker-plugin](https://github.com/nbusseneau/qBittorrent-RuTracker-plugin) - qBittorrent search engine plugin for rutracker.org. 1098 | - [Zren/plasma-hud](https://github.com/Zren/plasma-hud) - Provides a way to run menubar commands in KDE Plasma through rofi, much like the Unity 7 Heads-Up Display (HUD). 1099 | - [ghostop14/sparrow-wifi](https://github.com/ghostop14/sparrow-wifi) - Next-Gen GUI-based WiFi and Bluetooth Analyzer for Linux 1100 | - [thumbor/thumbor](https://github.com/thumbor/thumbor) - thumbor is an open-source photo thumbnail service by globo.com 1101 | - [oskarsh/Yin-Yang](https://github.com/oskarsh/Yin-Yang) - Auto Nightmode for KDE, Gnome, Budgie, VSCode, Atom and more 1102 | - [xdavidhu/lanGhost](https://github.com/xdavidhu/lanGhost) - 👻 A LAN dropbox chatbot controllable via Telegram 1103 | - [BruceZhang1993/AIO-Boot-Helper](https://github.com/BruceZhang1993/AIO-Boot-Helper) - Helper scripts for AIO-Boot on Linux and more. 1104 | - [papajoker/krunner-shell](https://github.com/papajoker/krunner-shell) - plasma krunner plugin run shell commands 1105 | - [python-poetry/poetry](https://github.com/python-poetry/poetry) - Python packaging and dependency management made easy 1106 | - [ianzhao05/textshot](https://github.com/ianzhao05/textshot) - Python tool for grabbing text via screenshot 1107 | - [ArturGaspar/krunner-appmenu](https://github.com/ArturGaspar/krunner-appmenu) - KRunner appmenu plugin 1108 | - [P0cL4bs/wifipumpkin3](https://github.com/P0cL4bs/wifipumpkin3) - Powerful framework for rogue access point attack. 1109 | - [MrS0m30n3/youtube-dl-gui](https://github.com/MrS0m30n3/youtube-dl-gui) - A cross platform front-end GUI of the popular youtube-dl written in wxPython. 1110 | - [ecthros/uncaptcha2](https://github.com/ecthros/uncaptcha2) - defeating the latest version of ReCaptcha with 91% accuracy 1111 | - [Symbo1/wsltools](https://github.com/Symbo1/wsltools) - Web Scan Lazy Tools - Python Package 1112 | - [deviantfero/wpgtk](https://github.com/deviantfero/wpgtk) - :flower_playing_cards: a colorscheme, wallpaper and template manager for *nix 1113 | - [luong-komorebi/Awesome-Linux-Software](https://github.com/luong-komorebi/Awesome-Linux-Software) - 🐧 A list of awesome Linux softwares 1114 | - [brpaz/ulauncher-github](https://github.com/brpaz/ulauncher-github) - Ulauncher Extension that provides quick access to common GitHub functionality like your repositories or gists. 1115 | - [Ulauncher/Ulauncher](https://github.com/Ulauncher/Ulauncher) - Feature rich application Launcher for Linux 1116 | - [lord63/choosealicense-cli](https://github.com/lord63/choosealicense-cli) - Bring http://choosealicense.com to your terminal 1117 | - [adrienverge/yamllint](https://github.com/adrienverge/yamllint) - A linter for YAML files. 1118 | - [autokey/autokey](https://github.com/autokey/autokey) - AutoKey, a desktop automation utility for Linux and X11. 1119 | - [themix-project/themix-gui](https://github.com/themix-project/themix-gui) - Graphical application for generating different color variations of Oomox (Numix-based) theme (GTK2, GTK3, Cinnamon, GNOME, Openbox, Xfwm), Archdroid, Gnome-Color, Numix, Papirus and Suru++ icon themes 1120 | - [sdushantha/gitdir](https://github.com/sdushantha/gitdir) - Download a single directory/folder from a GitHub repo 1121 | - [thp/urlwatch](https://github.com/thp/urlwatch) - Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly configurable. 1122 | - [rescuezilla/rescuezilla](https://github.com/rescuezilla/rescuezilla) - The Swiss Army Knife of System Recovery 1123 | - [jeffkaufman/icdiff](https://github.com/jeffkaufman/icdiff) - improved colored diff 1124 | - [nvbn/thefuck](https://github.com/nvbn/thefuck) - Magnificent app which corrects your previous console command. 1125 | - [bbugyi200/funky](https://github.com/bbugyi200/funky) - Funky takes shell functions to the next level by making them easier to define, more flexible, and more interactive. 1126 | - [pindexis/marker](https://github.com/pindexis/marker) - The terminal command palette 1127 | - [lutris/lutris](https://github.com/lutris/lutris) - Lutris desktop client 1128 | - [LINKIWI/cloudflare-ddns-client](https://github.com/LINKIWI/cloudflare-ddns-client) - Linux client for automatic dynamic DNS updates on CloudFlare-managed domains 1129 | - [rfmoz/tuptime](https://github.com/rfmoz/tuptime) - Report historical and statistical real time of the system, keeping it between restarts. Like uptime command but with more interesting output. 1130 | - [PhantomInsights/subreddit-analyzer](https://github.com/PhantomInsights/subreddit-analyzer) - A comprehensive Data and Text Mining workflow for submissions and comments from any given public subreddit. 1131 | - [j91321/rext](https://github.com/j91321/rext) - Router EXploitation Toolkit - small toolkit for easy creation and usage of various python scripts that work with embedded devices. 1132 | - [microsoft/cascadia-code](https://github.com/microsoft/cascadia-code) - This is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal. 1133 | - [hisxo/gitGraber](https://github.com/hisxo/gitGraber) - gitGraber: monitor GitHub to search and find sensitive data in real time for different online services such as: Google, Amazon, Paypal, Github, Mailgun, Facebook, Twitter, Heroku, Stripe... 1134 | - [buildinspace/peru](https://github.com/buildinspace/peru) - a generic package manager, for including other people's code in your projects 1135 | - [ytdl-org/youtube-dl](https://github.com/ytdl-org/youtube-dl) - Command-line program to download videos from YouTube.com and other video sites 1136 | - [louiszuckerman/alfred-emoji-workflow.py](https://github.com/louiszuckerman/alfred-emoji-workflow.py) - Alfred workflow for searching emoji codes based on alfred-emoji-workflow 1137 | - [leolabs/alfred-gitmoji](https://github.com/leolabs/alfred-gitmoji) - Search for gitmoji using Alfred and copy them to the clipboard easily 1138 | - [wookayin/alfred-open-color-workflow](https://github.com/wookayin/alfred-open-color-workflow) - 🔎 An Alfred 2/3 workflow to quickly lookup and insert open color codes 1139 | - [darsh12/alfred-firefox-switcher](https://github.com/darsh12/alfred-firefox-switcher) - Alfred workflow to launch different firefox profiles 1140 | - [deadc0de6/dotdrop](https://github.com/deadc0de6/dotdrop) - Save your dotfiles once, deploy them everywhere 1141 | - [sseemayer/TermPalette](https://github.com/sseemayer/TermPalette) - Terminal ANSI color palette previewer 1142 | - [aziz/SublimeANSI](https://github.com/aziz/SublimeANSI) - ANSI escape codes color highlighting for SublimeText 3 1143 | - [wayneyaoo/alfred-cheat](https://github.com/wayneyaoo/alfred-cheat) - Manage your self-defined cheat sheets & knowledge base in Alfred 1144 | - [srsudar/eg](https://github.com/srsudar/eg) - Useful examples at the command line. 1145 | - [dewitt/opensearch](https://github.com/dewitt/opensearch) - OpenSearch is a collection of simple formats for the sharing of search results. 1146 | - [rcaloras/bashhub-client](https://github.com/rcaloras/bashhub-client) - :cloud: Bash history in the cloud. Indexed and searchable. 1147 | - [nevesnunes/sh-manpage-completions](https://github.com/nevesnunes/sh-manpage-completions) - Generate bash/zsh completions from man pages 1148 | - [jarun/buku](https://github.com/jarun/buku) - :bookmark: Personal mini-web in text 1149 | - [kevin-funderburg/alfred-bettertouchtool-gestures](https://github.com/kevin-funderburg/alfred-bettertouchtool-gestures) - Use Alfred to quickly search through all the trackpad gestures within BetterTouchTool 1150 | - [kevin-funderburg/alfred-script-debugger-clippings](https://github.com/kevin-funderburg/alfred-script-debugger-clippings) - Use alfred to search and insert system and user defined Script Debugger clippings 1151 | - [nicoulaj/rainbow](https://github.com/nicoulaj/rainbow) - :rainbow: Colorize commands output or STDIN using patterns. 1152 | - [mutdmour/alfred-workflow-cheatsheet](https://github.com/mutdmour/alfred-workflow-cheatsheet) - Cheatsheet to get shortcuts for apps 1153 | - [mpco/AlfredWorkflow-Recent-Documents](https://github.com/mpco/AlfredWorkflow-Recent-Documents) - Quickly open recent documents and apps / 快捷打开最近访问的文档或应用 1154 | - [garabik/grc](https://github.com/garabik/grc) - generic colouriser 1155 | - [settipalli/medium-alfred-workflow](https://github.com/settipalli/medium-alfred-workflow) - Displays link to a list of articles that are part of a predefined set of stories on medium.com. 1156 | - [r030515495/AlfredTitler](https://github.com/r030515495/AlfredTitler) - Url to Markdown style 1157 | - [djw4/alfred-to-md](https://github.com/djw4/alfred-to-md) - A Python3 script to convert Alfred snippets to markdown format 1158 | - [Que3216/alfred-stack-overflow](https://github.com/Que3216/alfred-stack-overflow) - An Alfred workflow that gets you answers to simple questions like "python function syntax", without having to open your web browser. 1159 | - [hug33k/Alfred-ShellVariables](https://github.com/hug33k/Alfred-ShellVariables) - 💻 Get your shell's variables into Alfred 1160 | - [isaacpz/Alfred-WordSearch](https://github.com/isaacpz/Alfred-WordSearch) - A word searching Alfred workflow to make you a better writer 1161 | - [fniephaus/alfred-homebrew](https://github.com/fniephaus/alfred-homebrew) - Easily control Homebrew with Alfred 1162 | - [loris/alfred-producthunt-workflow](https://github.com/loris/alfred-producthunt-workflow) - Product Hunt Workflow for Alfred 2.0 1163 | - [bevesce/unicode-symbols-search](https://github.com/bevesce/unicode-symbols-search) - find unicode symbols using alfred workflow 1164 | - [jeeftor/EmojiTaco](https://github.com/jeeftor/EmojiTaco) - Alfred Emoji Script with Taco and other unicode 9 emoji 1165 | - [twang817/aws-alfred-workflow](https://github.com/twang817/aws-alfred-workflow) - aws alfred workflow 1166 | - [deanishe/alfred-convert](https://github.com/deanishe/alfred-convert) - Convert between different units in Alfred 1167 | - [deanishe/alfred-workflow](https://github.com/deanishe/alfred-workflow) - Full-featured library for writing Alfred 3 & 4 workflows 1168 | - [deanishe/alfred-stackexchange](https://github.com/deanishe/alfred-stackexchange) - Search StackOverflow.com from Alfred 1169 | - [ai0/alfred-gitmoji-workflow](https://github.com/ai0/alfred-gitmoji-workflow) - 💥 A handy Alfred workflow to use gitmojis 1170 | - [axiros/terminal_markdown_viewer](https://github.com/axiros/terminal_markdown_viewer) - Styled Terminal Markdown Viewer 1171 | - [typefacts/alfred-special-characters](https://github.com/typefacts/alfred-special-characters) - Special Characters by Typefacts — An Alfred App Workflow 1172 | - [wangshub/Alfred-Gitlab-Tool](https://github.com/wangshub/Alfred-Gitlab-Tool) - 🦊 Time saving: Alfred Gitlab workflow tool. 1173 | - [ezaquarii/vpn-at-home](https://github.com/ezaquarii/vpn-at-home) - 1-click, self-hosted deployment of OpenVPN with DNS ad blocking sinkhole 1174 | - [corpnewt/Lilu-and-Friends](https://github.com/corpnewt/Lilu-and-Friends) - A python script that can download and build a number of kexts. 1175 | - [caleb531/alfred-workflow-packager](https://github.com/caleb531/alfred-workflow-packager) - A command-line utility for packaging and exporting Alfred workflows with ease 1176 | - [jeeftor/ProgressBar](https://github.com/jeeftor/ProgressBar) - Sample Alfred progress bar workflow 1177 | - [deanishe/zothero](https://github.com/deanishe/zothero) - Rapidly search and cite Zotero entries from Alfred 1178 | - [filosfino/alfred-conf-editor-workflow](https://github.com/filosfino/alfred-conf-editor-workflow) - Alfred workflow to quickly find & edit configuration files. 1179 | - [danielecook/alfred-image-utilities](https://github.com/danielecook/alfred-image-utilities) - Make quick edits to images 1180 | - [kaito-kidd/markdown-image-alfred](https://github.com/kaito-kidd/markdown-image-alfred) - 复制本地图片或截图,快速上传图片到七牛云空间,并获取Markdown格式的图片地址。 1181 | - [danielecook/markdown-table-alfred](https://github.com/danielecook/markdown-table-alfred) - Generate a markdown table from your clibboard 1182 | - [vookimedlo/alfred-github-gists](https://github.com/vookimedlo/alfred-github-gists) - Alfred 4 workflow for opening your GitHub Gists in your default browser. 1183 | - [deanishe/alfred-reddit](https://github.com/deanishe/alfred-reddit) - Browse Reddit from Alfred 1184 | - [Acidham/alfred-markdown-notes](https://github.com/Acidham/alfred-markdown-notes) - Alfred Markdown Notes management 1185 | - [wangshub/Alfred-Github-Trending](https://github.com/wangshub/Alfred-Github-Trending) - Alfred github trending workflow in Python. 1186 | - [deanishe/alfred-packal-search](https://github.com/deanishe/alfred-packal-search) - Search Packal.org's collection of Alfred workflows from Alfred 1187 | - [podgorniy/alfred-translate](https://github.com/podgorniy/alfred-translate) - Smooth ru-en en-ru translation workflow 1188 | - [jeeftor/AlfredWorkflowDirectory](https://github.com/jeeftor/AlfredWorkflowDirectory) - Alfred Workflow for opening Workflow Directories 1189 | - [autopkg/autopkg](https://github.com/autopkg/autopkg) - Automating packaging and software distribution on macOS. 1190 | - [vookimedlo/alfred-github-repositories](https://github.com/vookimedlo/alfred-github-repositories) - Alfred 4 workflow for opening your GitHub Repositories in your default browser. 1191 | - [Acidham/alfred-default-app](https://github.com/Acidham/alfred-default-app) - Change default app for an extension 1192 | - [octplane/firefox-bookmark-to-disk](https://github.com/octplane/firefox-bookmark-to-disk) - Alfred Workflow + FF Webextension + FF Native App Manifest + Python App to save your bookmarks as they are updated 1193 | - [laixintao/pingtop](https://github.com/laixintao/pingtop) - 🏓Ping multiple servers and show results in a top-like terminal UI. 1194 | - [AlexanderWillner/runMacOSinVirtualBox](https://github.com/AlexanderWillner/runMacOSinVirtualBox) - Run macOS 10.16 Big Sur (and other versions) in VirtualBox on macOS 1195 | - [jacobsalmela/tccutil](https://github.com/jacobsalmela/tccutil) - ♿️ Command line tool to modify OS X's accessibility database (TCC.db) 1196 | - [MatthewWest/pass-alfred](https://github.com/MatthewWest/pass-alfred) - An alfred UI for the pass password manager (passwordstore.org) 1197 | - [artyshko/smd](https://github.com/artyshko/smd) - Spotify Music Downloader 1198 | - [alichtman/shallow-backup](https://github.com/alichtman/shallow-backup) - Git-integrated backup tool for macOS and Linux devs. 1199 | - [corpnewt/USBMap](https://github.com/corpnewt/USBMap) - Python script for mapping USB ports in macOS and creating a custom injector kext. 1200 | - [corpnewt/EFI-Backup-Restore](https://github.com/corpnewt/EFI-Backup-Restore) - A smallish script that can backup EFI partitions - and eventually restore them (hopefully). 1201 | - [airbnb/knowledge-repo](https://github.com/airbnb/knowledge-repo) - A next-generation curated knowledge sharing platform for data scientists and other technical professions. 1202 | - [MagerValp/AutoDMG](https://github.com/MagerValp/AutoDMG) - Create deployable system images from OS X installer 1203 | - [digitalashes/olx-parser](https://github.com/digitalashes/olx-parser) - Looks for new flats in Odessa and notify in the telegram through the bot 1204 | - [rcmdnk/homebrew-file](https://github.com/rcmdnk/homebrew-file) - Brewfile manager for Homebrew 1205 | - [ToxicFrog/Ligaturizer](https://github.com/ToxicFrog/Ligaturizer) - Programming Fonts with Ligatures added (& a script to add them to other fonts) 1206 | - [RobSis/zsh-completion-generator](https://github.com/RobSis/zsh-completion-generator) - Plugin that generates completion functions automatically from getopt-style help texts 1207 | - [isometry/alfred-man](https://github.com/isometry/alfred-man) - man(1) workflow for Alfred 1208 | - [wolfg1969/oh-my-stars](https://github.com/wolfg1969/oh-my-stars) - An offline CLI tool to search your GitHub Stars. 1209 | - [deanishe/alfred-appscripts](https://github.com/deanishe/alfred-appscripts) - Alfred workflow to search and run/open AppleScripts for the active application 1210 | - [deanishe/alfred-fakeum](https://github.com/deanishe/alfred-fakeum) - Generate fake test data in Alfred 1211 | - [nikipore/alfred-firefoxbookmarks](https://github.com/nikipore/alfred-firefoxbookmarks) - Alfred Workflow: Access to Firefox Bookmarks and User Input History 1212 | - [NikolayKul/alfred-translate-on-the-fly](https://github.com/NikolayKul/alfred-translate-on-the-fly) - Alfred's workflow for fluent translation [ru/en] 1213 | - [danielecook/gist-alfred](https://github.com/danielecook/gist-alfred) - An alfred workflow for accessing gists 1214 | - [corpnewt/GenSMBIOS](https://github.com/corpnewt/GenSMBIOS) - Py script that uses acidanthera's macserial to generate SMBIOS and optionally saves them to a plist. 1215 | - [e7h4n/alfred-workflow-moment](https://github.com/e7h4n/alfred-workflow-moment) - 1216 | - [b3-v3r/Hunner](https://github.com/b3-v3r/Hunner) - Hacking framework 1217 | - [readthedocs/readthedocs.org](https://github.com/readthedocs/readthedocs.org) - The source code that powers readthedocs.org 1218 | - [microsoft/WSL](https://github.com/microsoft/WSL) - Issues found on WSL 1219 | - [tonyxu-io/Alfred-Workflow-Upload-S3](https://github.com/tonyxu-io/Alfred-Workflow-Upload-S3) - This is an Alfred workflow that helps you upload image in clipboard or local to AWS S3 1220 | - [bfleming-ciena/aws-alfred](https://github.com/bfleming-ciena/aws-alfred) - AWS Workflow for Alfred2 1221 | - [lukewaite/alfred-gitlab](https://github.com/lukewaite/alfred-gitlab) - A GitLab workflow for Alfred 3 1222 | - [fouadh/alfred-cloudfoundry](https://github.com/fouadh/alfred-cloudfoundry) - Alfred Workflow for Cloud Foundry 1223 | - [pochemuto/alfred-help-workflow](https://github.com/pochemuto/alfred-help-workflow) - Helps to remember workflow keywords 1224 | - [TooSchoolForCool/LeetCode-Search](https://github.com/TooSchoolForCool/LeetCode-Search) - An Alfred Workflow for searching algorithm problems in LeetCode with advanced options 1225 | - [ejsuncy/tesla-alfred-workflow](https://github.com/ejsuncy/tesla-alfred-workflow) - A workflow for Alfred to interact with a Tesla vehicle using the unofficial Tesla JSON API 1226 | - [matthewmcgarvey/alfred-oh-my-zsh-workflow](https://github.com/matthewmcgarvey/alfred-oh-my-zsh-workflow) - 1227 | - [pawamoy/shell-history](https://github.com/pawamoy/shell-history) - Visualize your shell usage with Highcharts! 1228 | - [maguowei/starred](https://github.com/maguowei/starred) - creating your own Awesome List by GitHub stars! 1229 | - [chubin/cheat.sh](https://github.com/chubin/cheat.sh) - the only cheat sheet you need 1230 | - [nvllsvm/base16-shell-preview](https://github.com/nvllsvm/base16-shell-preview) - Preview and enable Base16 Shell themes in your terminal. 1231 | - [vishnubob/wait-for-it](https://github.com/vishnubob/wait-for-it) - Pure bash script to test and wait on the availability of a TCP host and port 1232 | - [geerlingguy/ansible-for-devops](https://github.com/geerlingguy/ansible-for-devops) - Ansible for DevOps examples. 1233 | - [StevenBlack/hosts](https://github.com/StevenBlack/hosts) - 🔒 Consolidating and extending hosts files from several well-curated sources. Optionally pick extensions for porn, social media, and other categories. 1234 | - [savio-code/fern-wifi-cracker](https://github.com/savio-code/fern-wifi-cracker) - Automatically exported from code.google.com/p/fern-wifi-cracker 1235 | - [zjn0505/adb-alfred](https://github.com/zjn0505/adb-alfred) - adb alfred - all in one 1236 | - [Manisso/fsociety](https://github.com/Manisso/fsociety) - fsociety Hacking Tools Pack – A Penetration Testing Framework 1237 | - [sherlock-project/sherlock](https://github.com/sherlock-project/sherlock) - Hunt down social media accounts by username across social networks 1238 | - [andreafrancia/trash-cli](https://github.com/andreafrancia/trash-cli) - Command line interface to the freedesktop.org trashcan. 1239 | - [ranger/ranger](https://github.com/ranger/ranger) - A VIM-inspired filemanager for the console 1240 | - [makkus/freckles](https://github.com/makkus/freckles) - Github mirror, for convenience. Here's where it's really at: 1241 | - [anishathalye/dotbot](https://github.com/anishathalye/dotbot) - A tool that bootstraps your dotfiles ⚡️ 1242 | - [polygamma/aurman](https://github.com/polygamma/aurman) - AUR Helper 1243 | - [spotDL/spotify-downloader](https://github.com/spotDL/spotify-downloader) - Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found). 1244 | - [ArionMiles/Triton](https://github.com/ArionMiles/Triton) - GitHub notifications tracker for Telegram. Pushes GitHub notifications to Telegram. 1245 | - [idank/explainshell](https://github.com/idank/explainshell) - match command-line arguments to their help text 1246 | - [nefelim4ag/systemd-swap](https://github.com/nefelim4ag/systemd-swap) - Script for creating hybrid swap space from zram swaps, swap files and swap partitions. 1247 | - [GNS3/gns3-gui](https://github.com/GNS3/gns3-gui) - GNS3 Graphical Network Simulator 1248 | - [bilelmoussaoui/Hardcode-Tray](https://github.com/bilelmoussaoui/Hardcode-Tray) - Fixes Hardcoded tray icons in Linux 1249 | - [threat9/routersploit](https://github.com/threat9/routersploit) - Exploitation Framework for Embedded Devices 1250 | - [mkbrutusproject/MKBRUTUS](https://github.com/mkbrutusproject/MKBRUTUS) - Password bruteforcer for MikroTik devices or boxes running RouterOS 1251 | - [yourtion/Alfred_ShadowsocksController](https://github.com/yourtion/Alfred_ShadowsocksController) - ShadowsocksX controller for Alfred 1252 | - [openwisp/ansible-openwisp2](https://github.com/openwisp/ansible-openwisp2) - Ansible role that installs and upgrades OpenWISP. 1253 | - [marshall/logcat-color](https://github.com/marshall/logcat-color) - A colorful and highly configurable alternative to the standard "adb logcat" command from the Android SDK 1254 | - [JakeWharton/pidcat](https://github.com/JakeWharton/pidcat) - Colored logcat script which only shows log entries for a specific application package. 1255 | - [openwrt/asu](https://github.com/openwrt/asu) - An image on demand server for OpenWrt based distributions 1256 | - [ActivityWatch/activitywatch](https://github.com/ActivityWatch/activitywatch) - The best free and open-source automated time tracker. Cross-platform, extensible, privacy-focused. 1257 | - [pearl-core/pearl](https://github.com/pearl-core/pearl) - Pearl is a lightweight package manager for automating reproducible environments between different systems (Linux and OSX). It can be used for dotfiles, plugins, programs and any form of code accessibl 1258 | 1259 | ## QML 1260 | 1261 | - [rliwoch/plasmoid-wunderground-extended](https://github.com/rliwoch/plasmoid-wunderground-extended) - KDE5 Plasma Weather Widget (Wunderground Extended) 1262 | - [lipido/kargos](https://github.com/lipido/kargos) - KDE Plasma port of GNOME Argos and OSX BitBar 1263 | - [MakG10/plasma-applet-display-profile-switcher](https://github.com/MakG10/plasma-applet-display-profile-switcher) - Applet for KDE Plasma 5 to switch between display configurations. 1264 | - [psifidotos/applet-latte-sidebar-button](https://github.com/psifidotos/applet-latte-sidebar-button) - Plasma applet to show and hide Latte Sidebars 1265 | - [psifidotos/applet-window-title](https://github.com/psifidotos/applet-window-title) - Plasma 5 applet that shows the application title and icon for active window 1266 | - [MarianArlt/kde-plasmoid-betterinlineclock](https://github.com/MarianArlt/kde-plasmoid-betterinlineclock) - Your usual clock widget, just way better and on a single line! 1267 | - [kppleos/org.kpple.kppleMenu](https://github.com/kppleos/org.kpple.kppleMenu) - The Kpple menu is the drop-down menu of Kpple OS. 1268 | - [vinceliuice/Qogir-kde](https://github.com/vinceliuice/Qogir-kde) - Qogir theme for kde plasma desktop 1269 | - [psifidotos/latte_slideshow_wallpaper](https://github.com/psifidotos/latte_slideshow_wallpaper) - Plasma SlideShow Wallpaper plugin 1270 | - [PapirusDevelopmentTeam/materia-kde](https://github.com/PapirusDevelopmentTeam/materia-kde) - Materia KDE customization 1271 | - [vinceliuice/McMojave-kde](https://github.com/vinceliuice/McMojave-kde) - MacOSX Mojave like theme for KDE Plasma 1272 | 1273 | ## Rich Text Format 1274 | 1275 | - [PedroFGP/Hackintosh](https://github.com/PedroFGP/Hackintosh) - The focus of this guide is to provide ready-to-use files and information about building a hackintosh for a specific set of hardware for the Mojave OS version 10.14.6 1276 | - [huangyz0918/Hackintosh-Installer-University](https://github.com/huangyz0918/Hackintosh-Installer-University) - Open source tutorial & information collector for hackintosh installation. 1277 | 1278 | ## Roff 1279 | 1280 | - [MenkeTechnologies/zsh-more-completions](https://github.com/MenkeTechnologies/zsh-more-completions) - Worlds largest collection of zsh completions 1281 | 1282 | ## Ruby 1283 | 1284 | - [rubychan/coderay](https://github.com/rubychan/coderay) - Fast and easy syntax highlighting for selected languages, written in Ruby. 1285 | - [greasyfork-org/greasyfork](https://github.com/greasyfork-org/greasyfork) - An online repository of user scripts. 1286 | - [iberianpig/fusuma](https://github.com/iberianpig/fusuma) - Multitouch gestures with libinput driver on Linux 1287 | - [bitboxer/manpages](https://github.com/bitboxer/manpages) - Gem to add man pages support to ruby gems 1288 | - [SidOfc/cani](https://github.com/SidOfc/cani) - A TUI wrapper around caniuse data using FZF and curses 1289 | - [github-changelog-generator/github-changelog-generator](https://github.com/github-changelog-generator/github-changelog-generator) - Automatically generate change log from your tags, issues, labels and pull requests on GitHub. 1290 | - [KnVerey/alfred-datadog-dashes](https://github.com/KnVerey/alfred-datadog-dashes) - List and filter your Datadog dashboards from Alfred3. 1291 | - [KnVerey/alfred-github-repos](https://github.com/KnVerey/alfred-github-repos) - Alfred workflow to quickly open your github repositories 1292 | - [sportngin/brew-gem](https://github.com/sportngin/brew-gem) - Install gems as homebrew formulas 1293 | - [edgarjs/alfred-github-repos](https://github.com/edgarjs/alfred-github-repos) - Alfred workflow to easily open Github repositories 1294 | - [meyer/alfred-emoji-workflow](https://github.com/meyer/alfred-emoji-workflow) - Find emoji symbols with Alfred! A nicer alternative to the system emoji picker. 1295 | - [Homebrew/brew](https://github.com/Homebrew/brew) - 🍺 The missing package manager for macOS (or Linux) 1296 | - [azai91/alfred-drive-workflow](https://github.com/azai91/alfred-drive-workflow) - Alfred workflow to search google drive 1297 | - [ddjfreedom/recent-downloads-alfred-v2](https://github.com/ddjfreedom/recent-downloads-alfred-v2) - Recent Downloads Workflow for Alfred v2 1298 | - [JXA-Cookbook/JXA-Cookbook](https://github.com/JXA-Cookbook/JXA-Cookbook) - Cookbook for JavaScript for Automation in Mac OS X Yosemite 1299 | - [buo/homebrew-cask-upgrade](https://github.com/buo/homebrew-cask-upgrade) - A command line tool for upgrading every outdated app installed by Homebrew Cask 1300 | - [athityakumar/colorls](https://github.com/athityakumar/colorls) - A Ruby gem that beautifies the terminal's ls command, with color and font-awesome icons. :tada: 1301 | - [danielbayley/homebrew-alfred](https://github.com/danielbayley/homebrew-alfred) - Manage @Alfredapp with @Homebrew. 1302 | - [wpscanteam/wpscan](https://github.com/wpscanteam/wpscan) - WPScan WordPress security scanner. Written for security professionals and blog maintainers to test the security of their WordPress websites. Contact us via contact@wpscan.com 1303 | - [claui/alfred-random_file_picker](https://github.com/claui/alfred-random_file_picker) - Alfred workflow to copy a random subset of files to another folder 1304 | - [Linuxbrew/brew](https://github.com/Linuxbrew/brew) - :beer::penguin: The Homebrew package manager for Linux 1305 | - [rouge-ruby/rouge](https://github.com/rouge-ruby/rouge) - A pure Ruby code highlighter that is compatible with Pygments 1306 | - [freeCodeCamp/devdocs](https://github.com/freeCodeCamp/devdocs) - API Documentation Browser 1307 | - [kevinjalbert/alfred-devhints](https://github.com/kevinjalbert/alfred-devhints) - Search for Devhints.io cheatsheets from Alfred 1308 | - [Homebrew/homebrew-cask](https://github.com/Homebrew/homebrew-cask) - 🍻 A CLI workflow for the administration of macOS applications distributed as binaries 1309 | 1310 | ## Rust 1311 | 1312 | - [smudge/nightlight](https://github.com/smudge/nightlight) - A CLI for configuring "Night Shift" on macOS 🌕🌖🌗🌘🌑 1313 | - [eza-community/eza](https://github.com/eza-community/eza) - A modern alternative to ls 1314 | - [bloznelis/kbt](https://github.com/bloznelis/kbt) - Keyboard tester in terminal 1315 | - [elkowar/eww](https://github.com/elkowar/eww) - ElKowars wacky widgets 1316 | - [orhun/systeroid](https://github.com/orhun/systeroid) - A more powerful alternative to sysctl(8) with a terminal user interface 🐧 1317 | - [svenstaro/genact](https://github.com/svenstaro/genact) - 🌀 A nonsense activity generator 1318 | - [mgdm/htmlq](https://github.com/mgdm/htmlq) - Like jq, but for HTML. 1319 | - [akiirui/mpv-handler](https://github.com/akiirui/mpv-handler) - A protocol handler for mpv. Use mpv and yt-dlp to play video and music from the websites. 1320 | - [orf/gping](https://github.com/orf/gping) - Ping, but with a graph 1321 | - [ducaale/xh](https://github.com/ducaale/xh) - Friendly and fast tool for sending HTTP requests 1322 | - [chmln/handlr](https://github.com/chmln/handlr) - A better xdg-utils 1323 | - [r-darwish/topgrade](https://github.com/r-darwish/topgrade) - Upgrade everything 1324 | - [abba23/spotify-adblock](https://github.com/abba23/spotify-adblock) - Adblocker for Spotify 1325 | - [westandskif/rate-mirrors](https://github.com/westandskif/rate-mirrors) - Everyday-use client-side map-aware mirror ranking tool (Arch Linux; Manjaro; custom ones) 1326 | - [Canop/glassbench](https://github.com/Canop/glassbench) - A micro-benchmark framework to use with cargo bench 1327 | - [zellij-org/zellij](https://github.com/zellij-org/zellij) - A terminal workspace with batteries included 1328 | - [philmmanjaro/alma](https://github.com/philmmanjaro/alma) - Create Arch Linux based bootable USB drives 1329 | - [adam-mcdaniel/atom](https://github.com/adam-mcdaniel/atom) - Shell scripting that will knock your socks off 1330 | - [Morganamilo/paru](https://github.com/Morganamilo/paru) - Feature packed AUR helper 1331 | - [rossmacarthur/sheldon](https://github.com/rossmacarthur/sheldon) - :bowtie: Fast, configurable, shell plugin manager 1332 | - [pemistahl/grex](https://github.com/pemistahl/grex) - A command-line tool and Rust library with Python bindings for generating regular expressions from user-provided test cases 1333 | - [bootandy/dust](https://github.com/bootandy/dust) - A more intuitive version of du in rust 1334 | - [dalance/procs](https://github.com/dalance/procs) - A modern replacement for ps written in Rust 1335 | - [ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide) - A smarter cd command. Supports all major shells. 1336 | - [atanunq/viu](https://github.com/atanunq/viu) - Terminal image viewer with native support for iTerm and Kitty 1337 | - [ogham/dog](https://github.com/ogham/dog) - A command-line DNS client. 1338 | - [visioncortex/vtracer](https://github.com/visioncortex/vtracer) - Raster to Vector Graphics Converter 1339 | - [imsnif/bandwhich](https://github.com/imsnif/bandwhich) - Terminal bandwidth utilization tool 1340 | - [Rigellute/spotify-tui](https://github.com/Rigellute/spotify-tui) - Spotify for the terminal written in Rust 🚀 1341 | - [espanso/espanso](https://github.com/espanso/espanso) - Cross-platform Text Expander written in Rust 1342 | - [rabite0/hunter](https://github.com/rabite0/hunter) - The fastest file manager in the galaxy! 1343 | - [Freaky/cw](https://github.com/Freaky/cw) - A Rust wc clone 1344 | - [timvisee/ffsend](https://github.com/timvisee/ffsend) - :mailbox_with_mail: Easily and securely share files from the command line. A fully featured Firefox Send client. 1345 | - [denisidoro/navi](https://github.com/denisidoro/navi) - An interactive cheatsheet tool for the command-line 1346 | - [tealdeer-rs/tealdeer](https://github.com/tealdeer-rs/tealdeer) - A very fast implementation of tldr in Rust. 1347 | - [extrawurst/gitui](https://github.com/extrawurst/gitui) - Blazing 💥 fast terminal-ui for git written in rust 🦀 1348 | - [Canop/broot](https://github.com/Canop/broot) - A new way to see and navigate directory trees : https://dystroy.org/broot 1349 | - [sharkdp/pastel](https://github.com/sharkdp/pastel) - A command-line tool to generate, analyze, convert and manipulate colors 1350 | - [sharkdp/vivid](https://github.com/sharkdp/vivid) - A themeable LS_COLORS generator with a rich filetype datebase 1351 | - [sharkdp/lscolors](https://github.com/sharkdp/lscolors) - A Rust library and tool to colorize paths using LS_COLORS 1352 | - [watchexec/watchexec](https://github.com/watchexec/watchexec) - Executes commands in response to file modifications 1353 | - [trishume/syntect](https://github.com/trishume/syntect) - Rust library for syntax highlighting using Sublime Text syntax definitions. 1354 | - [sharkdp/hyperfine](https://github.com/sharkdp/hyperfine) - A command-line benchmarking tool 1355 | - [Byron/dua-cli](https://github.com/Byron/dua-cli) - View disk space usage and delete unwanted data, fast. 1356 | - [Soft/run-or-raise](https://github.com/Soft/run-or-raise) - Utility for launching applications or focusing their windows 1357 | - [dandavison/delta](https://github.com/dandavison/delta) - A syntax-highlighting pager for git, diff, grep, and blame output 1358 | - [starship/starship](https://github.com/starship/starship) - ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell! 1359 | - [termapps/enquirer](https://github.com/termapps/enquirer) - Command line utility for stylish interactive prompts 1360 | - [BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep) - ripgrep recursively searches directories for a regex pattern while respecting your gitignore 1361 | - [skim-rs/skim](https://github.com/skim-rs/skim) - Fuzzy Finder in rust! 1362 | - [g-plane/zsh-yarn-autocompletions](https://github.com/g-plane/zsh-yarn-autocompletions) - Zsh plugin for Yarn autocompletions. 1363 | - [sharkdp/bat](https://github.com/sharkdp/bat) - A cat(1) clone with wings. 1364 | - [ogham/exa](https://github.com/ogham/exa) - A modern replacement for ‘ls’. 1365 | - [lsd-rs/lsd](https://github.com/lsd-rs/lsd) - The next gen ls command 1366 | - [ShogunPanda/alfred-chrome](https://github.com/ShogunPanda/alfred-chrome) - Alfred Chrome workflow 1367 | - [alacritty/alacritty](https://github.com/alacritty/alacritty) - A cross-platform, OpenGL terminal emulator. 1368 | - [autozimu/LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim) - Language Server Protocol (LSP) support for vim and neovim. 1369 | - [flxo/rogcat](https://github.com/flxo/rogcat) - A `adb logcat` wrapper 1370 | 1371 | ## SCSS 1372 | 1373 | - [vinceliuice/WhiteSur-gtk-theme](https://github.com/vinceliuice/WhiteSur-gtk-theme) - MacOS like theme for all gtk based desktops 1374 | - [black7375/Firefox-UI-Fix](https://github.com/black7375/Firefox-UI-Fix) - 🦊 I respect proton UI and aim to improve it. 1375 | - [Ileriayo/markdown-badges](https://github.com/Ileriayo/markdown-badges) - Badges for your personal developer branding, profile, and projects. 1376 | - [eduardoboucas/include-media](https://github.com/eduardoboucas/include-media) - 📐 Simple, elegant and maintainable media queries in Sass 1377 | - [nana-4/materia-theme](https://github.com/nana-4/materia-theme) - A Material Design theme for GNOME/GTK based desktop environments 1378 | - [slatedocs/slate](https://github.com/slatedocs/slate) - Beautiful static documentation for your API 1379 | - [primer/css](https://github.com/primer/css) - Primer is GitHub's design system. This is the CSS implementation 1380 | - [rstacruz/cheatsheets](https://github.com/rstacruz/cheatsheets) - Cheatsheets for web development - devhints.io 1381 | - [liorgrossman/darkness](https://github.com/liorgrossman/darkness) - Dark Themes for Popular Websites 1382 | 1383 | ## SVG 1384 | 1385 | - [gilbarbara/logos](https://github.com/gilbarbara/logos) - A huge collection of SVG logos 1386 | 1387 | ## Sass 1388 | 1389 | - [dotfiles/dotfiles.github.com](https://github.com/dotfiles/dotfiles.github.com) - Your unofficial guide to doing dotfiles on GitHub. 1390 | 1391 | ## Shell 1392 | 1393 | - [qzeleza/kvas](https://github.com/qzeleza/kvas) - vpn и shadowsocks клиент для роутеров keenetic 1394 | - [unixorn/zsh-quickstart-kit](https://github.com/unixorn/zsh-quickstart-kit) - A simple ZSH quickstart for using ZSH, zgenom, oh-my-zsh and a curated list of extra plugins. It is designed to be easy to customize without requiring you to maintain your own fork. 1395 | - [cyfran/goautodial](https://github.com/cyfran/goautodial) - 1396 | - [rustrict/keenetic-traffic-via-vpn](https://github.com/rustrict/keenetic-traffic-via-vpn) - A shell scripts that route traffic to specific network resources over the VPN on Keenetic routers. 1397 | - [masonr/yet-another-bench-script](https://github.com/masonr/yet-another-bench-script) - YABS - a simple bash script to estimate Linux server performance using fio, iperf3, & Geekbench 1398 | - [notthebee/ansible-easy-vpn](https://github.com/notthebee/ansible-easy-vpn) - An Ansible playbook that sets up a Wireguard server with ad blocking, DNS-over-HTTPS, and a WebUI with 2FA 1399 | - [plafonlinux/fedorazero_bash](https://github.com/plafonlinux/fedorazero_bash) - 1400 | - [edoardottt/awesome-hacker-search-engines](https://github.com/edoardottt/awesome-hacker-search-engines) - A curated list of awesome search engines useful during Penetration testing, Vulnerability assessments, Red/Blue Team operations, Bug Bounty and more 1401 | - [tjhorner/upsy-desky](https://github.com/tjhorner/upsy-desky) - Make your standing desk smarter 1402 | - [denysdovhan/smart-home](https://github.com/denysdovhan/smart-home) - ⚙️ My homelab and smart-home server built with Proxmox, Ubuntu, Docker 1403 | - [tteck/Proxmox](https://github.com/tteck/Proxmox) - Proxmox VE Helper-Scripts 1404 | - [saint-13/Linux_Dynamic_Wallpapers](https://github.com/saint-13/Linux_Dynamic_Wallpapers) - Dynamic Wallpapers for Linux 1405 | - [Bhupesh-V/ugit](https://github.com/Bhupesh-V/ugit) - 🚨️ ugit helps undo git commands. Your damage control git buddy. Undo from 20+ git scenarios. 1406 | - [hyperion-project/HyperBian](https://github.com/hyperion-project/HyperBian) - Hyperion pre installed on Raspberry Pi OS Lite 1407 | - [deadc0de6/gitell](https://github.com/deadc0de6/gitell) - Quickly get the status of all your local git repositories 1408 | - [Fmstrat/winapps](https://github.com/Fmstrat/winapps) - Run Windows apps such as Microsoft Office/Adobe in Linux (Ubuntu/Fedora) and GNOME/KDE as if they were a part of the native OS, including Nautilus integration. 1409 | - [shibumi/hikari](https://github.com/shibumi/hikari) - ZSH config with unique key shortcuts and some eye candy 1410 | - [Felixoid/zsh-hoco](https://github.com/Felixoid/zsh-hoco) - ZSH _hosts autocompletion extension 1411 | - [Manas140/FP](https://github.com/Manas140/FP) - Simple FontPreview Shell Script 1412 | - [gmm96/KDE-5-Template-Manager](https://github.com/gmm96/KDE-5-Template-Manager) - KDE 5 Dolphin Service Menu for creating a template from an existing file or directory. 1413 | - [MunifTanjim/tmux-suspend](https://github.com/MunifTanjim/tmux-suspend) - Plugin that lets you suspend local tmux session, so that you can work with nested remote tmux session painlessly. 1414 | - [mkorthof/freenom-script](https://github.com/mkorthof/freenom-script) - Freenom.com Domain Renewal and Dynamic DNS script 1415 | - [adi1090x/rofi](https://github.com/adi1090x/rofi) - A huge collection of Rofi based custom Applets, Launchers & Powermenus. 1416 | - [variia/openwrt-config](https://github.com/variia/openwrt-config) - OpenWrt config based on uci commands, security, multiple Wi-Fi APs, parental control and much more... 1417 | - [shellkr/pachist](https://github.com/shellkr/pachist) - A small bash program to show the installed package history in Arch Linux. 1418 | - [vlevit/notify-send.sh](https://github.com/vlevit/notify-send.sh) - drop-in replacement for notify-send with more features 1419 | - [sheepla/fzpac](https://github.com/sheepla/fzpac) - 🔎 Arch Linux package finder with fzf 1420 | - [abourdon/shprofile](https://github.com/abourdon/shprofile) - Manage several shell profiles and switch between them. 1421 | - [tete1030/openwrt-fastbuild-actions](https://github.com/tete1030/openwrt-fastbuild-actions) - FAST building OpenWrt with Github Actions and Docker! 1422 | - [gpakosz/.tmux](https://github.com/gpakosz/.tmux) - 🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️ 1423 | - [romkatv/powerlevel10k](https://github.com/romkatv/powerlevel10k) - A Zsh theme 1424 | - [setaur/kdec-share.sh](https://github.com/setaur/kdec-share.sh) - Script intended to run on linux HTPC alongside KDE Connect. It will show any media shared on mobile with KDE Connect App on PC fullscreen. 1425 | - [Teraskull/bigsur-grub2-theme](https://github.com/Teraskull/bigsur-grub2-theme) - A Grub2 Bootloader Theme, compatible with Ventoy. 1426 | - [Ventto/mons](https://github.com/Ventto/mons) - POSIX Shell script to quickly manage monitors on X 1427 | - [alexwbaule/telegramopenwrt](https://github.com/alexwbaule/telegramopenwrt) - Telegram Scripts for OpenWrt/Lede Project 1428 | - [olets/zsh-abbr](https://github.com/olets/zsh-abbr) - The zsh manager for auto-expanding abbreviations, inspired by fish. ~24,000 clones by ~15,000 unique cloners as of late Nov '24, and averaging ~60 Homebrew installs monthly since June 2023 1429 | - [zhangsean/OpenWrt-Actions](https://github.com/zhangsean/OpenWrt-Actions) - 1430 | - [jeffreytse/zsh-vi-mode](https://github.com/jeffreytse/zsh-vi-mode) - 💻 A better and friendly vi(vim) mode plugin for ZSH. 1431 | - [stuarthayhurst/argon-grub-theme](https://github.com/stuarthayhurst/argon-grub-theme) - Configurable, modern theme for the GRUB bootloader, containing backgrounds, icons, fonts and styling 1432 | - [b0o/zfzf](https://github.com/b0o/zfzf) - zfzf is a fzf-based file picker for zsh which allows you to quickly navigate the directory hierarchy 1433 | - [NullSense/fuzzy-sys](https://github.com/NullSense/fuzzy-sys) - Utility tool for using systemctl interactively 1434 | - [unixhostpro/load-info-telegram](https://github.com/unixhostpro/load-info-telegram) - Скрипт уведомлений о нагрузки на сервер. При определенном пороге нагрузки вы будет получать уведомления с полной информацией о всех процессах. 1435 | - [quickemu-project/quickemu](https://github.com/quickemu-project/quickemu) - Quickly create and run optimised Windows, macOS and Linux virtual machines 1436 | - [icy/pacapt](https://github.com/icy/pacapt) - An ArchLinux's pacman-like shell wrapper for many package managers. 56KB and run anywhere. 1437 | - [mohkale/dotfiles](https://github.com/mohkale/dotfiles) - :house: is where the :heart: is :tada: 1438 | - [sdushantha/tmpsms](https://github.com/sdushantha/tmpsms) - A temporary SMS utility right from your terminal written in POSIX sh 1439 | - [biofer76/gce-disks-export](https://github.com/biofer76/gce-disks-export) - Export Google Cloud instances disks to Cloud Storage 1440 | - [GoogleCloudPlatform/compute-archlinux-image-builder](https://github.com/GoogleCloudPlatform/compute-archlinux-image-builder) - A tool to build a Arch Linux Image for GCE 1441 | - [philFernandez/printc](https://github.com/philFernandez/printc) - zsh plugin for wrapping ANSI color codes 1442 | - [trystan2k/zsh-tab-title](https://github.com/trystan2k/zsh-tab-title) - A ZSH plugin to set the terminal tab title according to current directory or running process. It's based (forked) from Oh-My-ZSH one. 1443 | - [MestreLion/xdg-tools](https://github.com/MestreLion/xdg-tools) - Assorted xdg-related tools. Mostly related to icons and .desktop files handling 1444 | - [laraib07/TermuxBackupTools](https://github.com/laraib07/TermuxBackupTools) - Simple bash script to backup and restore termux(an android terminal emulator) even across devices. 1445 | - [davla/dotfiles](https://github.com/davla/dotfiles) - My dotfiles repository. Really, just configuration files 1446 | - [bigH/git-fuzzy](https://github.com/bigH/git-fuzzy) - interactive `git` with the help of `fzf` 1447 | - [geobarrod/KDE-Services](https://github.com/geobarrod/KDE-Services) - This program extends the features of the Dolphin's (File Manager) right click contextual menu on KDE [4.x|5.x] graphical environment. Specially designed for OS based on Red Hat. 1448 | - [GuidoFe/bash-cat-with-cat](https://github.com/GuidoFe/bash-cat-with-cat) - The classic cat command but with a cat 1449 | - [ketancmaheshwari/pd](https://github.com/ketancmaheshwari/pd) - Linux pipeline debug 1450 | - [sobolevn/wakatime-zsh-plugin](https://github.com/sobolevn/wakatime-zsh-plugin) - 🕒Track how much time you have spent in your terminal! 1451 | - [JetBrains/JetBrainsMono](https://github.com/JetBrains/JetBrainsMono) - JetBrains Mono – the free and open-source typeface for developers 1452 | - [juanmafont/ufwIconbar](https://github.com/juanmafont/ufwIconbar) - Set and ufw icon bar when login on status bar. 1453 | - [angristan/wireguard-install](https://github.com/angristan/wireguard-install) - WireGuard VPN installer for Linux servers 1454 | - [complexorganizations/wireguard-manager](https://github.com/complexorganizations/wireguard-manager) - ✔️ WireGuard-Manager is an innovative tool designed to streamline the deployment and management of WireGuard VPNs. Emphasizing user-friendliness and security, it simplifies the complexities of VPN con 1455 | - [marlonrichert/zsh-autocomplete](https://github.com/marlonrichert/zsh-autocomplete) - 🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion. 1456 | - [noctuid/tdrop](https://github.com/noctuid/tdrop) - A Glorified WM-Independent Dropdown Creator 1457 | - [tinted-theming/tinted-fzf](https://github.com/tinted-theming/tinted-fzf) - base16 colorschemes for fzf 1458 | - [sdushantha/tmpmail](https://github.com/sdushantha/tmpmail) - A temporary email right from your terminal written in POSIX sh 1459 | - [learnbyexample/learn_gnused](https://github.com/learnbyexample/learn_gnused) - Example based guide to mastering GNU sed 1460 | - [learnbyexample/cli-computing](https://github.com/learnbyexample/cli-computing) - :penguin: Linux command line and Scripting guide for beginner to intermediate users 1461 | - [xPMo/zsh-toggle-command-prefix](https://github.com/xPMo/zsh-toggle-command-prefix) - Zsh widget to toggle a prefix on a command 1462 | - [leonjza/history-here](https://github.com/leonjza/history-here) - A zsh plugin to quickly isolate shell history recording. 1463 | - [pschmitt/nrgh-sync](https://github.com/pschmitt/nrgh-sync) - Sync your GitHub starred repositories with newreleases.io 1464 | - [rockandska/fzf-obc](https://github.com/rockandska/fzf-obc) - fzf over bash complete 1465 | - [CyberShadow/aconfmgr](https://github.com/CyberShadow/aconfmgr) - A configuration manager for Arch Linux 1466 | - [importpw/import](https://github.com/importpw/import) - `import` is a simple and fast module system for Bash and other Unix shells 1467 | - [Gictorbit/photoshopCClinux](https://github.com/Gictorbit/photoshopCClinux) - Photoshop CC v19 installer for Gnu/Linux 1468 | - [shalva97/kde-configuration-files](https://github.com/shalva97/kde-configuration-files) - KDE plasma configuration files 1469 | - [zoqaeski/systemd-user-units](https://github.com/zoqaeski/systemd-user-units) - Systemd user units for my own session. 1470 | - [capocasa/systemd-user-pam-ssh](https://github.com/capocasa/systemd-user-pam-ssh) - Script used to decrypt a SSH key into a systemd --user managed ssh agnet 1471 | - [bahamas10/bash-vsv](https://github.com/bahamas10/bash-vsv) - Manage and view runit services 1472 | - [super-linter/super-linter](https://github.com/super-linter/super-linter) - Combination of multiple linters to run as a GitHub Action or standalone 1473 | - [eth-p/bat-extras](https://github.com/eth-p/bat-extras) - Bash scripts that integrate bat with various command line tools. 1474 | - [sdushantha/kunst](https://github.com/sdushantha/kunst) - Download and display album art or display embedded album art 1475 | - [4z3/fzf-plugins](https://github.com/4z3/fzf-plugins) - 1476 | - [scopatz/nanorc](https://github.com/scopatz/nanorc) - Improved Nano Syntax Highlighting Files 1477 | - [aristocratos/bashtop](https://github.com/aristocratos/bashtop) - Linux/OSX/FreeBSD resource monitor 1478 | - [thameera/vimv](https://github.com/thameera/vimv) - Batch-rename files using Vim 1479 | - [luizm/action-sh-checker](https://github.com/luizm/action-sh-checker) - A GitHub action that performs static analysis for shell scripts using shellcheck, shfmt and checkbashisms. 1480 | - [3v1n0/zsh-bash-completions-fallback](https://github.com/3v1n0/zsh-bash-completions-fallback) - Simple zsh plugin to support bash completions for a command if no native one is available 1481 | - [kazhala/dotbare](https://github.com/kazhala/dotbare) - Manage dotfiles and any git directories interactively with fzf 1482 | - [PapirusDevelopmentTeam/papirus-icon-theme](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme) - Pixel perfect icon theme for Linux 1483 | - [babarot/emoji-cli](https://github.com/babarot/emoji-cli) - :scream: Emoji completion on the command line 1484 | - [b0o/updoot](https://github.com/b0o/updoot) - 🎺 Unify the update process for your entire system 1485 | - [akinomyoga/ble.sh](https://github.com/akinomyoga/ble.sh) - Bash Line Editor―a line editor written in pure Bash with syntax highlighting, auto suggestions, vim modes, etc. for Bash interactive sessions. 1486 | - [eli-schwartz/aurpublish](https://github.com/eli-schwartz/aurpublish) - PKGBUILD management framework for the Arch User Repository 1487 | - [gotbletu/shownotes](https://github.com/gotbletu/shownotes) - notes for videos from my youtube channel 1488 | - [katacoda/scenario-examples](https://github.com/katacoda/scenario-examples) - Collection of example Katacoda scenarios 1489 | - [ronjouch/marathon](https://github.com/ronjouch/marathon) - minimal run-or-focus launcher for Linux/X 1490 | - [jeff-hykin/better-shell-syntax](https://github.com/jeff-hykin/better-shell-syntax) - 💾 📦 ♻️ An improvement to the shell syntax for VS Code 1491 | - [dylanaraps/pure-sh-bible](https://github.com/dylanaraps/pure-sh-bible) - 📖 A collection of pure POSIX sh alternatives to external processes. 1492 | - [agura-lex/find-the-command](https://github.com/agura-lex/find-the-command) - Interactive command-not-found hook for bash and zsh, that uses pacman as a backend (BTW, this shit should be completely re-written as it's very ugly) 1493 | - [learnbyexample/learn_gnuawk](https://github.com/learnbyexample/learn_gnuawk) - Example based guide to mastering GNU awk 1494 | - [Aloxaf/fzf-tab](https://github.com/Aloxaf/fzf-tab) - Replace zsh's default completion selection menu with fzf! 1495 | - [MichaelAquilina/zsh-you-should-use](https://github.com/MichaelAquilina/zsh-you-should-use) - 📎 ZSH plugin that reminds you to use existing aliases for commands you just typed 1496 | - [xPMo/zsh-prompt-dir-glob](https://github.com/xPMo/zsh-prompt-dir-glob) - 1497 | - [ctlos/ctlosiso](https://github.com/ctlos/ctlosiso) - Ctlos Linux source. Arch based distro x86-64(64-bit). 1498 | - [mig1984/bashible](https://github.com/mig1984/bashible) - Simple bash DSL framework for writing shell scripts safe and agile. 1499 | - [denisidoro/dotfiles](https://github.com/denisidoro/dotfiles) - Awesome personal dotfiles 1500 | - [simnalamburt/zsh-expand-all](https://github.com/simnalamburt/zsh-expand-all) - :shell: Automatically expands all glob expressions, subcommands, and aliases 1501 | - [mkropat/jumpapp](https://github.com/mkropat/jumpapp) - A run-or-raise application switcher for any X11 desktop 1502 | - [eliasnorrby/dotfiles](https://github.com/eliasnorrby/dotfiles) - :computer: Dotfiles for development on MacOS and Manjaro 1503 | - [davla/custom-commands](https://github.com/davla/custom-commands) - Scripts meant to be used as custom CLI commands 1504 | - [davla/zygal](https://github.com/davla/zygal) - Background-based prompt theme 1505 | - [Checksum/critic.sh](https://github.com/Checksum/critic.sh) - Dead simple testing framework for Bash with coverage reporting 1506 | - [k4m4/terminals-are-sexy](https://github.com/k4m4/terminals-are-sexy) - 💥 A curated list of Terminal frameworks, plugins & resources for CLI lovers. 1507 | - [PapirusDevelopmentTeam/adapta-kde](https://github.com/PapirusDevelopmentTeam/adapta-kde) - Adapta KDE customization 1508 | - [vinceliuice/grub2-themes](https://github.com/vinceliuice/grub2-themes) - Modern Design theme for Grub2 1509 | - [sdushantha/fontpreview](https://github.com/sdushantha/fontpreview) - Highly customizable and minimal font previewer written in bash 1510 | - [a1ive/grub2-filemanager](https://github.com/a1ive/grub2-filemanager) - GRUB2-based file manager 1511 | - [vinceliuice/Tela-icon-theme](https://github.com/vinceliuice/Tela-icon-theme) - A flat colorful Design icon theme 1512 | - [rufengsuixing/luci-app-adguardhome](https://github.com/rufengsuixing/luci-app-adguardhome) - maybe the best AdGuardHome luci for openwrt 1513 | - [microsoft/vscode-figma-toolkit](https://github.com/microsoft/vscode-figma-toolkit) - A Figma design toolkit for Visual Studio Code 1514 | - [hackerschoice/thc-tips-tricks-hacks-cheat-sheet](https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet) - Various tips & tricks 1515 | - [Andrej-Antipov/MountEFI](https://github.com/Andrej-Antipov/MountEFI) - Some shell scripts for quickly searching and mounting EFI / ESP partitions on Mac OS 10.9 - 14.2 1516 | - [Andrej-Antipov/SpiraMira-HybridMode-Patcher](https://github.com/Andrej-Antipov/SpiraMira-HybridMode-Patcher) - The script program to easy apply SpiraMira Hybrid Mode fo Mojave Interface 1517 | - [staz0t/hashcatch](https://github.com/staz0t/hashcatch) - Capture handshakes of nearby WiFi networks automatically 1518 | - [DanielFGray/fzf-scripts](https://github.com/DanielFGray/fzf-scripts) - a collection of scripts that rely on https://github.com/junegunn/fzf 1519 | - [wfxr/forgit](https://github.com/wfxr/forgit) - :zzz: A utility tool powered by fzf for using git interactively. 1520 | - [urbainvaes/fzf-marks](https://github.com/urbainvaes/fzf-marks) - Plugin to manage bookmarks in bash and zsh 1521 | - [odb/shml](https://github.com/odb/shml) - SHell Markup Language | Style Framework for The Terminal 1522 | - [larkery/zsh-histdb](https://github.com/larkery/zsh-histdb) - A slightly better history for zsh 1523 | - [pawelduda/fzf-live-repl](https://github.com/pawelduda/fzf-live-repl) - Turn your fzf into a live REPL 1524 | - [dsifford/yarn-completion](https://github.com/dsifford/yarn-completion) - Bash completion for Yarn 1525 | - [fidian/ansi](https://github.com/fidian/ansi) - ANSI escape codes in pure bash - change text color, position the cursor, much more 1526 | - [sindresorhus/pure](https://github.com/sindresorhus/pure) - Pretty, minimal and fast ZSH prompt 1527 | - [mafredri/zsh-async](https://github.com/mafredri/zsh-async) - Because your terminal should be able to perform tasks asynchronously without external tools! 1528 | - [awslabs/git-secrets](https://github.com/awslabs/git-secrets) - Prevents you from committing secrets and credentials into git repositories 1529 | - [zplug/zplug](https://github.com/zplug/zplug) - :hibiscus: A next-generation plugin manager for zsh 1530 | - [sorin-ionescu/prezto](https://github.com/sorin-ionescu/prezto) - The configuration framework for Zsh 1531 | - [mklement0/fileicon](https://github.com/mklement0/fileicon) - macOS CLI for managing custom icons for files and folders 1532 | - [spaceship-prompt/spaceship-prompt](https://github.com/spaceship-prompt/spaceship-prompt) - :rocket::star: Minimalistic, powerful and extremely customizable Zsh prompt 1533 | - [tj/n](https://github.com/tj/n) - Node version management 1534 | - [scop/bash-completion](https://github.com/scop/bash-completion) - Programmable completion functions for bash 1535 | - [trapd00r/LS_COLORS](https://github.com/trapd00r/LS_COLORS) - A collection of LS_COLORS definitions; needs your contribution! 1536 | - [nikitavoloboev/config](https://github.com/nikitavoloboev/config) - Apps/CLIs/configs I use on macOS/iOS. Fish, Karabiner, Cursor.. 1537 | - [jaroslawhartman/TimeZones-Alfred](https://github.com/jaroslawhartman/TimeZones-Alfred) - Alfred Workflow 1538 | - [agkozak/zsh-z](https://github.com/agkozak/zsh-z) - Jump quickly to directories that you have visited "frecently." A native Zsh port of z.sh with added features. 1539 | - [andrewferrier/fzf-z](https://github.com/andrewferrier/fzf-z) - Plugin for zsh to integrate fzf and various 'frecency' plugins, including z.sh - enables easy switching between recent dirs in zsh 1540 | - [zsh-users/zsh-completions](https://github.com/zsh-users/zsh-completions) - Additional completion definitions for Zsh. 1541 | - [zsh-users/zsh-history-substring-search](https://github.com/zsh-users/zsh-history-substring-search) - 🐠 ZSH port of Fish history search (up arrow) 1542 | - [foxundermoon/vs-shell-format](https://github.com/foxundermoon/vs-shell-format) - the shellscript、Dockerfile、properties ...... format extension 1543 | - [SuperPaintman/Tomorrow-Night-Telegram-Theme](https://github.com/SuperPaintman/Tomorrow-Night-Telegram-Theme) - A Tomorrow Night Telegram theme 1544 | - [rcmdnk/sd_cl](https://github.com/rcmdnk/sd_cl) - Save Directory and Change to the Last directly: Make change directory easy and save your time. 1545 | - [stark/Color-Scripts](https://github.com/stark/Color-Scripts) - User contributed color scripts 1546 | - [sobolevn/git-secret](https://github.com/sobolevn/git-secret) - :busts_in_silhouette: A bash-tool to store your private data inside a git repository. 1547 | - [StreakyCobra/gws](https://github.com/StreakyCobra/gws) - Colorful KISS helper for git workspaces 1548 | - [aviaryan/alfred-last2imgur](https://github.com/aviaryan/alfred-last2imgur) - Alfred workflow to upload the last screenshot taken to Imgur + (delete and minify image) 1549 | - [jonmosco/kube-ps1](https://github.com/jonmosco/kube-ps1) - Kubernetes prompt info for bash and zsh 1550 | - [vitorgalvao/notificator](https://github.com/vitorgalvao/notificator) - Trigger macOS notifications from Alfred, using the Workflow icon 1551 | - [vitorgalvao/alfred-workflows](https://github.com/vitorgalvao/alfred-workflows) - Collection of Alfred workflows 1552 | - [godbout/alfred-airplay](https://github.com/godbout/alfred-airplay) - Extend your display to an AirPlay device directly from Alfred. No need for endless clicking here and there. 1553 | - [tiiiecherle/osx_install_config](https://github.com/tiiiecherle/osx_install_config) - macOS Scripting for Configuration, Backup and Restore 1554 | - [Bash-it/bash-it](https://github.com/Bash-it/bash-it) - A community Bash framework. 1555 | - [black-dragon74/OSX-Debug](https://github.com/black-dragon74/OSX-Debug) - A script to generate debugging files for macOS. 1556 | - [joeyhoer/starter](https://github.com/joeyhoer/starter) - Take the monotony out of macOS system setup. 1557 | - [AlexanderWillner/deepl-alfred-workflow2](https://github.com/AlexanderWillner/deepl-alfred-workflow2) - DeepL Alfred Workflow 1558 | - [wombat94/EFIClone](https://github.com/wombat94/EFIClone) - macOS Shell Scripts to clone the EFI partition automatically from either Carbon Copy Cloner or SuperDuper! when run on a Hackintosh 1559 | - [Piker-Alpha/HandyScripts](https://github.com/Piker-Alpha/HandyScripts) - Handy script that may become a life saver... 1560 | - [RehabMan/HP-ProBook-4x30s-DSDT-Patch](https://github.com/RehabMan/HP-ProBook-4x30s-DSDT-Patch) - This repository contains the ACPI patches (using Clover hotpatch) for a wide range of HP ProBook/EliteBook/ZBook laptops 1561 | - [toniblyx/my-arsenal-of-aws-security-tools](https://github.com/toniblyx/my-arsenal-of-aws-security-tools) - List of open source tools for AWS security: defensive, offensive, auditing, DFIR, etc. 1562 | - [zchee/zsh-completions](https://github.com/zchee/zsh-completions) - Yet another zsh completion sources library. Fork, fix and written by me. 1563 | - [logic1988/AlfredGithubFolderDownloader](https://github.com/logic1988/AlfredGithubFolderDownloader) - Alfred Workflow for download a specific folder in GitHub. 1564 | - [unixorn/awesome-zsh-plugins](https://github.com/unixorn/awesome-zsh-plugins) - A collection of ZSH frameworks, plugins, themes and tutorials. 1565 | - [agarrharr/awesome-cli-apps](https://github.com/agarrharr/awesome-cli-apps) - 🖥 📊 🕹 🛠 A curated list of command line apps 1566 | - [daliansky/Hackintosh](https://github.com/daliansky/Hackintosh) - Hackintosh long-term maintenance model EFI and installation tutorial 1567 | - [phallstrom/AlfredGist](https://github.com/phallstrom/AlfredGist) - An workflow for Alfred to create Gists from your clipboard contents or selected file(s). 1568 | - [fsquillace/kyrat](https://github.com/fsquillace/kyrat) - SSH wrapper script that brings your dotfiles always with you on Linux and OSX 1569 | - [kvz/bash3boilerplate](https://github.com/kvz/bash3boilerplate) - Templates to write better Bash scripts 1570 | - [dylanaraps/promptless](https://github.com/dylanaraps/promptless) - 🚀 A super fast and extremely minimal shell prompt. 1571 | - [dylanaraps/pure-bash-bible](https://github.com/dylanaraps/pure-bash-bible) - 📖 A collection of pure bash alternatives to external processes. 1572 | - [Piker-Alpha/ssdtPRGen.sh](https://github.com/Piker-Alpha/ssdtPRGen.sh) - Script to generate a SSDT for Power Management 1573 | - [bogdanvlviv/i-vagrant](https://github.com/bogdanvlviv/i-vagrant) - 1574 | - [danielbayley/awm](https://github.com/danielbayley/awm) - Extend @Homebrew-Alfred to manage your Alfred workflow development cycle. 1575 | - [anmolnagpal/alfred-docker-workflows](https://github.com/anmolnagpal/alfred-docker-workflows) - Alfred workflow for DevOps 1576 | - [Hax4us/Tmux-Bunch](https://github.com/Hax4us/Tmux-Bunch) - (Deprecated Use Apkmod instead)Tmux-Bunch is a first tool for complete apk modding in TERMUX (included :- decompiling , recompiling , signapk , zipalign) 1577 | - [tomhiggins/TermuxSSHDsetup](https://github.com/tomhiggins/TermuxSSHDsetup) - Scripts and notes for setting up and using SSHd on your Android device using Termux so that you can SSH, SFTP, and SSHFS to your Android 1578 | - [adi1090x/termux-style](https://github.com/adi1090x/termux-style) - Simple script to change color-schemes and fonts for Termux. 1579 | - [MasterDevX/Termux-ADB](https://github.com/MasterDevX/Termux-ADB) - Install ADB & FastBoot Tools in Termux! 1580 | - [shenv/shenv](https://github.com/shenv/shenv) - Simple shell version management 1581 | - [acmesh-official/acme.sh](https://github.com/acmesh-official/acme.sh) - A pure Unix shell script implementing ACME client protocol 1582 | - [mrodalgaard/alfred-network-workflow](https://github.com/mrodalgaard/alfred-network-workflow) - Show and change your network settings 1583 | - [richb-hanover/OpenWrtScripts](https://github.com/richb-hanover/OpenWrtScripts) - A set of scripts for maintaining and testing OpenWrt 1584 | - [VSCodium/vscodium](https://github.com/VSCodium/vscodium) - binary releases of VS Code without MS branding/telemetry/licensing 1585 | - [open-guides/og-aws](https://github.com/open-guides/og-aws) - 📙 Amazon Web Services — a practical guide 1586 | - [hlissner/zsh-autopair](https://github.com/hlissner/zsh-autopair) - Auto-close and delete matching delimiters in zsh 1587 | - [paulirish/git-open](https://github.com/paulirish/git-open) - Type `git open` to open the GitHub page or website for a repository in your browser. 1588 | - [arismelachroinos/lscript](https://github.com/arismelachroinos/lscript) - The LAZY script will make your life easier, and of course faster. 1589 | - [leucos/ansible-tuto](https://github.com/leucos/ansible-tuto) - Ansible tutorial 1590 | - [ytet5uy4/fzf-widgets](https://github.com/ytet5uy4/fzf-widgets) - ZLE widgets of fzf 1591 | - [yardnsm/tmux-1password](https://github.com/yardnsm/tmux-1password) - :key: Access your 1Password login items within tmux! 1592 | - [wfxr/tmux-fzf-url](https://github.com/wfxr/tmux-fzf-url) - 🚀 Quickly open urls on your terminal screen! 1593 | - [LukeSmithxyz/LARBS](https://github.com/LukeSmithxyz/LARBS) - Luke's Auto-Rice Bootstrapping Scripts: Installation Scripts for My Arch Linux Meta-Distribution 1594 | - [LukeSmithxyz/voidrice](https://github.com/LukeSmithxyz/voidrice) - My dotfiles (deployed by LARBS) 1595 | - [japorized/dotfiles](https://github.com/japorized/dotfiles) - 🔰 Opinionated configurations for this relatively new and under-educated power user 1596 | - [Powerlevel9k/powerlevel9k](https://github.com/Powerlevel9k/powerlevel9k) - Powerlevel9k was a tool for building a beautiful and highly functional CLI, customized for you. P9k had a substantial impact on CLI UX, and its legacy is now continued by P10k. 1597 | - [excalibur1234/pacui](https://github.com/excalibur1234/pacui) - Bash script providing advanced Pacman and Yay/Pikaur/Aurman/Pakku/Trizen/Pacaur/Pamac-cli functionality in a simple UI 1598 | - [tj/git-extras](https://github.com/tj/git-extras) - GIT utilities -- repo summary, repl, changelog population, author commit percentages and more 1599 | - [rogalmic/vscode-zsh-debug](https://github.com/rogalmic/vscode-zsh-debug) - Z shell debugger extension for VSCode (based on vscode-bash-debug + zshdb) 1600 | - [yousefvand/shellman](https://github.com/yousefvand/shellman) - vscode shell script snippet extension 1601 | - [angristan/openvpn-install](https://github.com/angristan/openvpn-install) - Set up your own OpenVPN server on Debian, Ubuntu, Fedora, CentOS or Arch Linux. 1602 | - [Nyr/openvpn-install](https://github.com/Nyr/openvpn-install) - OpenVPN road warrior installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora 1603 | - [0ki/mikrotik-tools](https://github.com/0ki/mikrotik-tools) - Tools for Mikrotik devices 1604 | - [cbrnix/Newaita](https://github.com/cbrnix/Newaita) - Linux icon theme 1605 | - [mwarning/zerotier-openwrt](https://github.com/mwarning/zerotier-openwrt) - A OpenWrt package for ZeroTier One - Pull requests are welcome! 1606 | - [xwmx/bindle](https://github.com/xwmx/bindle) - A configuration and dotfile management tool for your personal unix-like computer. 1607 | - [themattrix/bash-concurrent](https://github.com/themattrix/bash-concurrent) - Bash function to run tasks in parallel and display pretty output as they complete. 1608 | - [mattly/bork](https://github.com/mattly/bork) - the Bash-Operated Reconciling Kludge 1609 | - [zmwangx/dotfiles](https://github.com/zmwangx/dotfiles) - My config files on macOS (also works on Linux, but with limited testing). 1610 | - [rcmdnk/shell-logger](https://github.com/rcmdnk/shell-logger) - Logger for shell script 1611 | - [xwmx/bask](https://github.com/xwmx/bask) - A runner and framework for command-centric Bash scripts. 1612 | - [fsquillace/buava](https://github.com/fsquillace/buava) - The utility library for Bash you always dreamed of 1613 | - [tubbo/homer](https://github.com/tubbo/homer) - The home directory management tool. 1614 | - [lararosekelley/dotfiles](https://github.com/lararosekelley/dotfiles) - My dotfiles, meant for use with a Bash shell 1615 | - [paulirish/dotfiles](https://github.com/paulirish/dotfiles) - paul's fish, bash, git, etc config files. good stuff. 1616 | - [MaxMEllon/.dotfiles](https://github.com/MaxMEllon/.dotfiles) - :wrench: my configuration files ( .zshrc , .tmux.conf , etc... ) 1617 | 1618 | ## Smarty 1619 | 1620 | - [zaufi/kate-stuff](https://github.com/zaufi/kate-stuff) - My (updated/improved) kate's editor syntax files, code snippets and C++ indenter 1621 | 1622 | ## Svelte 1623 | 1624 | - [npmhub/npmhub](https://github.com/npmhub/npmhub) - 🔎 A browser extension to explore npm dependencies on GitHub repos 1625 | 1626 | ## Swift 1627 | 1628 | - [grishka/NearDrop](https://github.com/grishka/NearDrop) - An unofficial Google Nearby Share/Quick Share app for macOS 1629 | - [cirruslabs/tart](https://github.com/cirruslabs/tart) - macOS and Linux VMs on Apple Silicon to use in CI and other automations 1630 | - [xilopaint/alfred-youtube](https://github.com/xilopaint/alfred-youtube) - Search YouTube from Alfred. 1631 | - [quoid/userscripts](https://github.com/quoid/userscripts) - An open-source userscript manager for Safari 1632 | - [zero-sh/zero.sh](https://github.com/zero-sh/zero.sh) - Radically simple personal bootstrapping tool for macOS. 1633 | - [sindresorhus/Plash](https://github.com/sindresorhus/Plash) - 💦 Make any website your Mac desktop wallpaper 1634 | - [glushchenko/fsnotes](https://github.com/glushchenko/fsnotes) - Notes manager for macOS/iOS 1635 | - [johnste/finicky](https://github.com/johnste/finicky) - A macOS app for customizing which browser to start 1636 | - [Ji4n1ng/OpenInTerminal](https://github.com/Ji4n1ng/OpenInTerminal) - ✨ Finder Toolbar app for macOS to open the current directory in Terminal, iTerm, Hyper or Alacritty. 1637 | - [ptsochantaris/trailer](https://github.com/ptsochantaris/trailer) - Managing Pull Requests and Issues For GitHub & GitHub Enterprise 1638 | - [bootoption/bootoption](https://github.com/bootoption/bootoption) - EFI boot menu manipulation for macOS, like efibootmgr 1639 | - [sheagcraig/yo](https://github.com/sheagcraig/yo) - Send Notification Center messages from the command line 1640 | - [Lord-Kamina/SwiftDefaultApps](https://github.com/Lord-Kamina/SwiftDefaultApps) - Replacement for RCDefaultApps, written in Swift. 1641 | - [ninxsoft/MacUserGenerator](https://github.com/ninxsoft/MacUserGenerator) - A Mac utility that assists in automating the creation of macOS User Accounts. 1642 | - [macmade/Console](https://github.com/macmade/Console) - OS X console application. 1643 | - [insidegui/AssetCatalogTinkerer](https://github.com/insidegui/AssetCatalogTinkerer) - An app that lets you open .car files and browse/extract their images. 1644 | - [macmade/Diagnostics](https://github.com/macmade/Diagnostics) - Diagnostics is an application displaying the diagnostic reports from applications on macOS. 1645 | - [onmyway133/FinderGo](https://github.com/onmyway133/FinderGo) - 🐢 Open terminal quickly from Finder 1646 | - [MonitorControl/MonitorControl](https://github.com/MonitorControl/MonitorControl) - 🖥 Control your display's brightness & volume on your Mac as if it was a native Apple Display. Use Apple Keyboard keys or custom shortcuts. Shows the native macOS OSDs. 1647 | - [mangerlahn/Latest](https://github.com/mangerlahn/Latest) - A small utility app for macOS that makes sure you know about all the latest updates to the apps you use. 1648 | - [arslan2012/Lazy-Hackintosh-Image-Generator](https://github.com/arslan2012/Lazy-Hackintosh-Image-Generator) - This automatical app makes Hackintosh installer from original Macintosh Installer app/disk image. 1649 | - [zagahr/Conferences.digital](https://github.com/zagahr/Conferences.digital) - 👨‍💻Watch the latest and greatest conference videos on your Mac 1650 | - [blinksh/blink](https://github.com/blinksh/blink) - Blink Mobile Shell for iOS (Mosh based) 1651 | - [acheronfail/pixel-picker](https://github.com/acheronfail/pixel-picker) - A tiny menu bar application that helps you pick colours from your screen! 🔍✨ 1652 | - [Caldis/Mos](https://github.com/Caldis/Mos) - 一个用于在 macOS 上平滑你的鼠标滚动效果或单独设置滚动方向的小工具, 让你的滚轮爽如触控板 | A lightweight tool used to smooth scrolling and set scroll direction independently for your mouse on macOS 1653 | - [uetchy/Polyglot](https://github.com/uetchy/Polyglot) - 🌏 The missing Safari extension that translates selected text into your native language. 1654 | - [coteditor/CotEditor](https://github.com/coteditor/CotEditor) - Lightweight Plain-Text Editor for macOS 1655 | - [BenziAhamed/Menu-Bar-Search](https://github.com/BenziAhamed/Menu-Bar-Search) - Quickly search through menu options of the front-most application - Alfred Workflow 1656 | - [IngmarStein/Monolingual](https://github.com/IngmarStein/Monolingual) - Remove unnecessary language resources from macOS. 1657 | - [mortenjust/androidtool-mac](https://github.com/mortenjust/androidtool-mac) - One-click screenshots, video recordings, app installation for iOS and Android 1658 | - [Mortennn/Dozer](https://github.com/Mortennn/Dozer) - Hide menu bar icons on macOS 1659 | - [Mortennn/FiScript](https://github.com/Mortennn/FiScript) - Execute custom scripts from the MacOS context menu (CTRL+click) in Finder. 1660 | - [johnyanarella/MaterialDesignColorPicker](https://github.com/johnyanarella/MaterialDesignColorPicker) - Material Design Color Picker for macOS 1661 | 1662 | ## TeX 1663 | 1664 | - [HugoBlox/theme-academic-cv](https://github.com/HugoBlox/theme-academic-cv) - 🎓 无需编写任何代码即可轻松创建漂亮的学术网站 Easily create a beautiful academic résumé or educational website using Hugo and GitHub. No code. 1665 | - [posquit0/Awesome-CV](https://github.com/posquit0/Awesome-CV) - :page_facing_up: Awesome CV is LaTeX template for your outstanding job application 1666 | 1667 | ## TypeScript 1668 | 1669 | - [uNmAnNeR/imaskjs](https://github.com/uNmAnNeR/imaskjs) - vanilla javascript input mask 1670 | - [scambier/obsidian-omnisearch](https://github.com/scambier/obsidian-omnisearch) - A search engine that "just works" for Obsidian. Supports OCR and PDF indexing. 1671 | - [coderaidershaun/chatbot-conversation-jarvis](https://github.com/coderaidershaun/chatbot-conversation-jarvis) - Chatbot which communicates with voice 1672 | - [immich-app/immich](https://github.com/immich-app/immich) - High performance self-hosted photo and video management solution. 1673 | - [catppuccin/catppuccin](https://github.com/catppuccin/catppuccin) - 😸 Soothing pastel theme for the high-spirited! 1674 | - [JXA-userland/JXA](https://github.com/JXA-userland/JXA) - JavaScript for Automation(JXA) packages for TypeScript/Node.js. 1675 | - [stephancasas/jxa-ui-explorer](https://github.com/stephancasas/jxa-ui-explorer) - Discovery of JXA (osascript) UI Elements made easy. 1676 | - [blakeblackshear/frigate](https://github.com/blakeblackshear/frigate) - NVR with realtime local object detection for IP cameras 1677 | - [PiotrMachowski/lovelace-xiaomi-vacuum-map-card](https://github.com/PiotrMachowski/lovelace-xiaomi-vacuum-map-card) - This card provides a user-friendly way to fully control map-based vacuums in Home Assistant. Supported brands include Xiaomi (Roborock/Viomi/Dreame/Roidmi/Valetudo/Valetudo RE), Neato, Wyze, Roomba, E 1678 | - [dckiller51/lovelace-body-miscale-card](https://github.com/dckiller51/lovelace-body-miscale-card) - Card for data of Xiaomi scales in the Lovelace user interface of Home Assistant The card is linked to the Bodymiscale custom components for Xiaomi scales. https://github.com/dckiller51/bodymiscale 1679 | - [type-challenges/type-challenges](https://github.com/type-challenges/type-challenges) - Collection of TypeScript type challenges with online judge 1680 | - [HaaLeo/publish-vscode-extension](https://github.com/HaaLeo/publish-vscode-extension) - GitHub action to publish your VS Code Extension to the Open VSX Registry or Visual Studio Marketplace. 1681 | - [Lissy93/personal-security-checklist](https://github.com/Lissy93/personal-security-checklist) - 🔒 A compiled checklist of 300+ tips for protecting digital security and privacy in 2024 1682 | - [withfig/autocomplete](https://github.com/withfig/autocomplete) - IDE-style autocomplete for your existing terminal & shell 1683 | - [opengs/uashield](https://github.com/opengs/uashield) - Voluntary Ukraine security platform to protect us from Russian forces in the Internet 1684 | - [yamaton/vscode-h2o](https://github.com/yamaton/vscode-h2o) - Add CLI autocomplete functionalities to Shell Script 1685 | - [cschleiden/vscode-github-actions](https://github.com/cschleiden/vscode-github-actions) - Simple, unofficial extension to view GitHub Actions workflows and runs in VS Code 1686 | - [AdguardTeam/PopupBlocker](https://github.com/AdguardTeam/PopupBlocker) - Popup blocking userscript 1687 | - [puppeteer/puppeteer](https://github.com/puppeteer/puppeteer) - JavaScript API for Chrome and Firefox 1688 | - [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) - Automatically merges Pull Requests. 1689 | - [ptkdev-boilerplate/node-telegram-bot-boilerplate](https://github.com/ptkdev-boilerplate/node-telegram-bot-boilerplate) - 🤖 Create telegram bot with this friendly nodejs boilerplate 1690 | - [hoppscotch/hoppscotch](https://github.com/hoppscotch/hoppscotch) - Open source API development ecosystem - https://hoppscotch.io (open-source alternative to Postman, Insomnia) 1691 | - [th-ch/youtube-music](https://github.com/th-ch/youtube-music) - YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader) 1692 | - [alangpierce/sucrase](https://github.com/alangpierce/sucrase) - Super-fast alternative to Babel for when you can target modern JS runtimes 1693 | - [cs01/termpair](https://github.com/cs01/termpair) - View and control terminals from your browser with end-to-end encryption 🔒 1694 | - [iconoir-icons/iconoir](https://github.com/iconoir-icons/iconoir) - An open source icons library with 1600+ icons, supporting React, React Native, Flutter, Vue, Figma, and Framer. 1695 | - [VChet/telegram-vanilla-dark-desktop](https://github.com/VChet/telegram-vanilla-dark-desktop) - Dark theme for Telegram Desktop 1696 | - [conwnet/github1s](https://github.com/conwnet/github1s) - One second to read GitHub code with VS Code. 1697 | - [oe/download-git-userscript](https://github.com/oe/download-git-userscript) - download github repo or directory via one-click 1698 | - [ajayyy/SponsorBlock](https://github.com/ajayyy/SponsorBlock) - Skip YouTube video sponsors (browser extension) 1699 | - [Edgar-P-yan/google-it-telegram-bot](https://github.com/Edgar-P-yan/google-it-telegram-bot) - 🤖 @Google_itBot 🔎 Search and share LINKS/IMAGES/VIDEOS in inline mode 1700 | - [microsoft/vscode-js-profile-visualizer](https://github.com/microsoft/vscode-js-profile-visualizer) - A custom editor for viewing `.cpuprofile` files in VS Code 1701 | - [ctlajoie/vscode-modelines](https://github.com/ctlajoie/vscode-modelines) - Set editor options for individual files. Supports Vim and Emacs modelines plus a Code-specific modeline syntax. 1702 | - [pavlobu/deskreen](https://github.com/pavlobu/deskreen) - Deskreen turns any device with a web browser into a secondary screen for your computer. ⭐️ Star to support our work! 1703 | - [GoogleChromeLabs/squoosh](https://github.com/GoogleChromeLabs/squoosh) - Make images smaller using best-in-class codecs, right in the browser. 1704 | - [thedevs-network/kutt](https://github.com/thedevs-network/kutt) - Free Modern URL Shortener. 1705 | - [antfu/iroiro](https://github.com/antfu/iroiro) - Beautiful Colors Lookup in CLI 1706 | - [Grsmto/simplebar](https://github.com/Grsmto/simplebar) - Custom scrollbars vanilla javascript library with native scroll, done simple, lightweight, easy to use and cross-browser. 1707 | - [rishavanand/github-profilinator](https://github.com/rishavanand/github-profilinator) - 🚀 This tool contains mini GUI components that you can hook together to automatically generate markdown code for a perfect readme. 1708 | - [Splidejs/splide](https://github.com/Splidejs/splide) - Splide is a lightweight, flexible and accessible slider/carousel written in TypeScript. No dependencies, no Lighthouse errors. 1709 | - [FullHuman/purgecss](https://github.com/FullHuman/purgecss) - Remove unused CSS 1710 | - [crazy-max/ghaction-virustotal](https://github.com/crazy-max/ghaction-virustotal) - GitHub Action to upload and scan files with VirusTotal 1711 | - [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) - GitHub Action to manage labels on GitHub 1712 | - [watsonbox/exportify](https://github.com/watsonbox/exportify) - Export/Backup Spotify playlists using the Web API 1713 | - [ryanraposo/codeui](https://github.com/ryanraposo/codeui) - Customize your color theme for VS Code. 1714 | - [tusaeff/vscode-iterm2-theme-sync](https://github.com/tusaeff/vscode-iterm2-theme-sync) - Synchronizes an iTerm2 color profile with selected VSCode theme 🎨 1715 | - [xt0rted/stylelint-problem-matcher](https://github.com/xt0rted/stylelint-problem-matcher) - A GitHub Action that registers a problem matcher for Stylelint's report format 1716 | - [editorconfig-checker/editorconfig-checker.javascript](https://github.com/editorconfig-checker/editorconfig-checker.javascript) - A tool to verify that your files are in harmony with your .editorconfig 1717 | - [dderevjanik/github-vscode-icons](https://github.com/dderevjanik/github-vscode-icons) - 📦 vscode-icons for github, nearly 1000 file/folder icons 1718 | - [EnixCoda/Gitako](https://github.com/EnixCoda/Gitako) - 🐙 File tree extension for GitHub on Chrome & Firefox & Edge 1719 | - [ExplainDev/kmdr-cli](https://github.com/ExplainDev/kmdr-cli) - 🧠 The CLI tool for learning commands from your terminal 1720 | - [Kruemelkatze/vscode-dashboard](https://github.com/Kruemelkatze/vscode-dashboard) - A speed-dial like project dashboard for VSCode. 1721 | - [antonmedv/codejar](https://github.com/antonmedv/codejar) - An embeddable code editor for the browser 🍯 1722 | - [Frewacom/pywalfox](https://github.com/Frewacom/pywalfox) - Dynamic theming of Firefox (and Thunderbird) using your Pywal colors 1723 | - [pawelgrzybek/snippet-generator](https://github.com/pawelgrzybek/snippet-generator) - Snippet generator for Visual Studio Code, Sublime Text and Atom 1724 | - [bodil/vscode-init-script](https://github.com/bodil/vscode-init-script) - Programmatic configuration for VS Code 1725 | - [lostintangent/gistpad](https://github.com/lostintangent/gistpad) - VS Code extension for managing and sharing code snippets, notes and interactive samples using GitHub Gists 1726 | - [swdotcom/swdc-vscode](https://github.com/swdotcom/swdc-vscode) - Time-tracking plugin for Visual Studio Code 1727 | - [gothinkster/realworld](https://github.com/gothinkster/realworld) - "The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 1728 | - [firefox-devtools/vscode-firefox-debug](https://github.com/firefox-devtools/vscode-firefox-debug) - VS Code Debug Adapter for Firefox 1729 | - [usernamehw/vscode-error-lens](https://github.com/usernamehw/vscode-error-lens) - VSCode extension that enhances display of errors and warnings. 1730 | - [EvgeniyPeshkov/syntax-highlighter](https://github.com/EvgeniyPeshkov/syntax-highlighter) - Syntax Highlighter extension for Visual Studio Code (VSCode). Based on Tree-sitter. 1731 | - [svipas/vscode-control-snippets](https://github.com/svipas/vscode-control-snippets) - Disable or enable VS Code's built-in snippets and manually installed snippets from extensions. 1732 | - [conventional-changelog/commitlint](https://github.com/conventional-changelog/commitlint) - 📓 Lint commit messages 1733 | - [davidnussio/vscode-jq-playground](https://github.com/davidnussio/vscode-jq-playground) - Visual Code Studio jq playground 1734 | - [SBoudrias/Inquirer.js](https://github.com/SBoudrias/Inquirer.js) - A collection of common interactive command line user interfaces. 1735 | - [themerdev/themer](https://github.com/themerdev/themer) - 🎨 themer takes a set of colors and generates themes for your apps (editors, terminals, wallpapers, and more). 1736 | - [mkloubert/vscode-helpers](https://github.com/mkloubert/vscode-helpers) - Helper functions and classes for Visual Studio Code extensions. 1737 | - [SimonAlling/userscripter](https://github.com/SimonAlling/userscripter) - Create userscripts in a breeze! 1738 | - [Cloudstek/alfred-hugo](https://github.com/Cloudstek/alfred-hugo) - Alfred workflow bindings for NodeJS 1739 | - [Cloudstek/alfred-atom](https://github.com/Cloudstek/alfred-atom) - Alfred workflow to browse and open Atom projects 1740 | - [strapi/strapi](https://github.com/strapi/strapi) - 🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first. 1741 | - [fabiospampinato/bump](https://github.com/fabiospampinato/bump) - Bump updates the project's version, updates/creates the changelog, makes the bump commit, tags the bump commit and makes the release to GitHub. Opinionated but configurable. 1742 | - [pranaygp/vscode-css-peek](https://github.com/pranaygp/vscode-css-peek) - A vscode extension for peeking at CSS definitions from a class or id tag in HTML 1743 | - [pouyakary/comment](https://github.com/pouyakary/comment) - A KFCS plugin for Visual Studio Code, So that you can shape anything into KFCS section comment with just ⌘y and ⌘l 1744 | - [zfzackfrost/vscode-commentbars](https://github.com/zfzackfrost/vscode-commentbars) - Easily create comments that separate your code into sections (Visual Studio Code Extension). 1745 | - [stackbreak/comment-divider](https://github.com/stackbreak/comment-divider) - Divide your code by sections with styled separators 1746 | - [microsoft/vscode-extension-samples](https://github.com/microsoft/vscode-extension-samples) - Sample code illustrating the VS Code extension API. 1747 | - [ranyitz/qnm](https://github.com/ranyitz/qnm) - :mag: cli utility for querying the node_modules directory 1748 | - [gitkraken/vscode-gitlens](https://github.com/gitkraken/vscode-gitlens) - Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git 1749 | - [1000ch/vscode-svgo](https://github.com/1000ch/vscode-svgo) - Fully featured SVGO extension for Visual Studio Code 🐯 1750 | - [microsoft/vscode-pull-request-github](https://github.com/microsoft/vscode-pull-request-github) - GitHub Pull Requests for Visual Studio Code 1751 | - [georgewfraser/vscode-tree-sitter](https://github.com/georgewfraser/vscode-tree-sitter) - Accurate syntax coloring for VSCode using tree-sitter 1752 | - [maptz/maptz.vscode.extensions.customfolding](https://github.com/maptz/maptz.vscode.extensions.customfolding) - 1753 | - [AdguardTeam/VscodeAdblockSyntax](https://github.com/AdguardTeam/VscodeAdblockSyntax) - Comprehensive extension to manage Adblock Syntax in VSCode: syntax highlighter, linter and much more. Available on the VSCode Marketplace. 1754 | - [prettier/prettier-vscode](https://github.com/prettier/prettier-vscode) - Visual Studio Code extension for Prettier 1755 | - [alefragnani/vscode-project-manager](https://github.com/alefragnani/vscode-project-manager) - Project Manager Extension for Visual Studio Code 1756 | - [carloscuesta/gitmoji](https://github.com/carloscuesta/gitmoji) - An emoji guide for your commit messages. 😜 1757 | - [shanalikhan/code-settings-sync](https://github.com/shanalikhan/code-settings-sync) - 🌴💪 Synchronize your Visual Studio Code Settings Across Multiple Machines using GitHub GIST 💪🌴 1758 | - [material-extensions/vscode-material-icon-theme](https://github.com/material-extensions/vscode-material-icon-theme) - Available on the VSCode Marketplace 1759 | - [vitalets/google-translate-api](https://github.com/vitalets/google-translate-api) - A free and unlimited API for Google Translate :dollar: :no_entry_sign: 1760 | - [homerchen19/github-file-icons](https://github.com/homerchen19/github-file-icons) - 🌈 🗂 A browser extension which gives different filetypes different icons to GitHub, GitLab, gitea and gogs. 1761 | - [coder/code-server](https://github.com/coder/code-server) - VS Code in the browser 1762 | - [qjebbs/vscode-markdown-extended](https://github.com/qjebbs/vscode-markdown-extended) - Extended syntaxes to built-in markdown & What you see is what you get exporter. 1763 | - [zabel-xyz/local-history](https://github.com/zabel-xyz/local-history) - local-history for vscode 1764 | - [liximomo/vscode-sftp](https://github.com/liximomo/vscode-sftp) - Super fast sftp/ftp extension for VS Code 1765 | - [refined-github/refined-github](https://github.com/refined-github/refined-github) - :octocat: Browser extension that simplifies the GitHub interface and adds useful features 1766 | - [bash-lsp/bash-language-server](https://github.com/bash-lsp/bash-language-server) - A language server for Bash 1767 | - [VSCodeVim/Vim](https://github.com/VSCodeVim/Vim) - :star: Vim for Visual Studio Code 1768 | - [nonoroazoro/vscode-syncing](https://github.com/nonoroazoro/vscode-syncing) - :zap: VSCode Extension - Sync all of your VSCode settings across multiple devices. 1769 | - [Eugeny/tabby](https://github.com/Eugeny/tabby) - A terminal for a more modern age 1770 | - [chocolatey-community/chocolatey-vscode](https://github.com/chocolatey-community/chocolatey-vscode) - Chocolatey Extension for Visual Studio Code 1771 | - [AdguardTeam/AdguardBrowserExtension](https://github.com/AdguardTeam/AdguardBrowserExtension) - AdGuard browser extension 1772 | - [kenhowardpdx/vscode-gist](https://github.com/kenhowardpdx/vscode-gist) - vscode extension for quick gists 1773 | - [phindle/error-lens](https://github.com/phindle/error-lens) - Visual Studio Code extension which enhances the display of errors and warnings. 1774 | - [nikitavoloboev/ts](https://github.com/nikitavoloboev/ts) - TS tools, libraries and other code 1775 | - [vscodethemes/web](https://github.com/vscodethemes/web) - Search and preview themes from the VS Code Marketplace. 1776 | - [formulahendry/vscode-code-runner](https://github.com/formulahendry/vscode-code-runner) - Code Runner for Visual Studio Code 1777 | - [rubymaniac/vscode-paste-and-indent](https://github.com/rubymaniac/vscode-paste-and-indent) - Paste and Indent functionality for VSCode 1778 | - [rafaelmaiolla/remote-vscode](https://github.com/rafaelmaiolla/remote-vscode) - A package that implements the Textmate's 'rmate' feature for Visual Studio Code. 1779 | - [mrmlnc/vscode-duplicate](https://github.com/mrmlnc/vscode-duplicate) - :electric_plug: Ability to duplicate files in VS Code. 1780 | - [mkloubert/vs-deploy](https://github.com/mkloubert/vs-deploy) - Visual Studio Code extension that provides commands to deploy files of a workspace to a destination. 1781 | - [microsoft/vscode-docker](https://github.com/microsoft/vscode-docker) - Docker Extension for Visual Studio Code 1782 | - [hangxingliu/vscode-nginx-conf-hint](https://github.com/hangxingliu/vscode-nginx-conf-hint) - :pencil: VS Code extension: Nginx config file hint(auto-completion) 1783 | - [microsoft/vscode](https://github.com/microsoft/vscode) - Visual Studio Code 1784 | - [darkreader/darkreader](https://github.com/darkreader/darkreader) - Dark Reader Chrome and Firefox extension 1785 | - [Jigsaw-Code/outline-apps](https://github.com/Jigsaw-Code/outline-apps) - Outline Client and Manager, developed by Jigsaw. Outline Manager makes it easy to create your own VPN server. Outline Client lets you share access to your VPN with anyone in your network, giving them 1786 | - [Midnight-Lizard/Midnight-Lizard](https://github.com/Midnight-Lizard/Midnight-Lizard) - Сustom color schemes for all websites 1787 | 1788 | ## Vim Script 1789 | 1790 | - [itchyny/lightline.vim](https://github.com/itchyny/lightline.vim) - A light and configurable statusline/tabline plugin for Vim 1791 | - [mhinz/vim-galore](https://github.com/mhinz/vim-galore) - :mortar_board: All things Vim! 1792 | - [wincent/wincent](https://github.com/wincent/wincent) - 💾 Dot-files 1793 | - [amarshall/dotfiles](https://github.com/amarshall/dotfiles) - ⚠️ Deprecated! I’ve moved all my config to Nix+NixOS+Home Manager, and that repo is not currently public. 1794 | - [motemen/dotfiles](https://github.com/motemen/dotfiles) - My dotfiles 1795 | - [trapd00r/configs](https://github.com/trapd00r/configs) - My ~/etc - configs, dotfiles 1796 | - [dylanaraps/dotfiles](https://github.com/dylanaraps/dotfiles) - 🍙 dotfiles 1797 | 1798 | ## Vue 1799 | 1800 | - [salomonelli/best-resume-ever](https://github.com/salomonelli/best-resume-ever) - :necktie: :briefcase: Build fast :rocket: and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS. 1801 | - [Zerx0r/Kage](https://github.com/Zerx0r/Kage) - Kage is Graphical User Interface for Metasploit Meterpreter and Session Handler 1802 | - [geongeorge/i-hate-regex](https://github.com/geongeorge/i-hate-regex) - The code for iHateregex.io 😈 - The Regex Cheat Sheet 1803 | - [cfour-hi/gitstars](https://github.com/cfour-hi/gitstars) - Github Starred Repositories Manager 1804 | - [requarks/wiki](https://github.com/requarks/wiki) - Wiki.js | A modern and powerful wiki app built on Node.js 1805 | 1806 | 1807 | ## License 1808 | 1809 | [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) 1810 | 1811 | To the extent possible under law, [dotiful](https://github.com/dotiful) has waived all copyright and related or neighboring rights to this work. 1812 | 1813 | --------------------------------------------------------------------------------