Awesome List Updates on Nov 17 - Nov 23, 2025
31 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Readme
Examples
- dsplce-co/supabase-plus (⭐52) - Well-thought-out structure. Quick summary of features in the intro. ToC. Each command's use case is explained in a relatable, entertaining language. Each command-specific section has a satisfying GIF demonstrating the feature to go with the description.
2. Awesome Ios Books
Network
3. Awesome Go
Blockchain
- nview (⭐35) - Local monitoring tool for a Cardano Node. It's a TUI (terminal user interface) designed to fit most screens.
4. Awesome Scriptable
Traveling
- Toronto Bike Share (⭐7) - Show availabilites of the Toronto Bike Share.
5. Awesome Selfhosted
Software / Document Management
- PdfDing - PDF manager, viewer and editor offering a seamless user experience on multiple devices. It's designed to be minimal, fast, and easy to set up using Docker. (Demo, Source Code (⭐1.4k))
AGPL-3.0Docker/K8S
Software / Miscellaneous
- OpenZiti - Fully-featured, zero trust, full mesh overlay network. Includes a 2FA support out of the box, clients for all major desktop/mobile OS'es. (Source Code (⭐3.7k))
Apache-2.0Go
6. Awesome Flame
App Releases / Action
- Vitayaja - Android - A thrilling 2D versus fighting game built with precision, speed, and strategy in mind. Choose your fighter and battle against CPU opponents or friends. By Kevin Omyonga
7. Free for Dev
Design and UI
- SVG Converter -- Free JPG/PNG to SVG converter with color palette customization
8. Awesome Embedded Rust
Tools / Paid and commercially available materials
- embedded-test (⭐147): A versatile test harness for embedded devices, supporting unit tests, integration tests, async tests, and more.
9. Awesome Preact
Contents / Components
- Vski Table - Datagrid component built with Preact.
10. Awesome Mongodb
Libraries / Swift
- MongoSwift (⭐352) - Official MongoDB Swift driver (discontinued)
11. Awesome Ipfs
Tools
- Omnipin (⭐33) - The ultimate decentralized website deployment toolkit.
12. Awesome Typescript
Awesome TypeScript Essential Resources
- 🎨 Visual Types Interactive visualizations of TypeScript concepts. Behold pretty colors.
Web / Playground
- 🐙 InDom (⭐4) - <4KB stack-agnostic modern DOM library with automatic cleanup, TypeScript source and type definitions.
13. Awesome Algorithms
Beginner-Friendly / Book
- Levitin. Introduction to Algorithms - A very accessible illustration of algorithms in the forms of puzzles. No programming experience is required!
Programming Contest / Book
Programming Contest / Competition Website
- HackerEarth - Accessible tutorials for beginners.
- Code Chef - Accessible problems for beginners.
- Codeforces - Challenging problems.
- Leet Code - Interviews problems.
Production System / YouTube Playlist
- Performance Engineering of Software Systems. MIT OCW - A hands-on, project-based introduction to building scalable and high-performance software systems. Topics include performance analysis, algorithmic techniques for high performance, instruction-level optimizations, and caching optimizations.
- Cloud and Distributed Computing: Algorithms and Systems by Misra & Patel - It teaches the internals of cloud computing and how concepts of distributed systems work inside clouds.
Database / YouTube Playlist
- PostgreSQL Query Optimization: The Ultimate Guide to Building Efficient Queries - It introduces different classes of queries and optimization techniques suitable to each, such as the use of indexes and specific join algorithms.
Related Awesome List / YouTube Playlist
- Theoretical Computer Science (⭐990) - The interdisciplinary of Mathematics and Computer Science, distinguished by its emphasis on mathematical technique and rigour.
14. Awesome Npm
Registry
- RepoFlow - A simple and easy-to-use package management platform, available for both cloud and self-hosted deployments.
15. Awesome Datascience
Comparison / Modern Data Mining Algorithms
16. Awesome for Beginners
JavaScript
- Time to Leave (⭐481) (label: good first issue)
Working hours time tracker app based on Electron and Javascript.
17. Awesome List
Miscellaneous
- Copilot Agents (⭐263) - AI pair programming assistant by GitHub that provides code suggestions and completions.
18. Awesome Nix
Programming Languages / Julia
- Manifest2Nix.jl - A Nix library for creating reproducible Julia builds and experiments via precompilation.
Programming Languages / Python
- uv2nix (⭐583) - Convert
uvworkspaces into pure Nix derivations.
19. Awesome Playcanvas
Product Configurators / YouTube Playables
- Bugatti Tourbillon - Watch configurator from Jacob & Co Timepieces.
3D Gaussian Splatting / YouTube Playables
- LichtFeld Studio Landing Page - Explore a splat trained by LichtFeld Studio.
- Primer on Gaussian Splatting - Blog article embedding the PlayCanvas SuperSplat Viewer.
- ScanMeNow - Digital twin platform.
20. Awesome Cl
Expert Systems
- Lisa (⭐127) - a production-quality, forward-chaining expert system shell featuring an optimized implementation of Charles Forgy's Rete algorithm, a highly efficient solution to the difficult many-to-many pattern matching problem. MIT.
- modularize - A modularization framework for Common Lisp. zlib.
- provides a common interface to segregate major application components.
- for instance, by adding module definition options you can introduce mechanisms to tie modules together in functionality, hook into each other and so on.
- acts as a wrapper around
defpackageand integrates into ASDF.
- asdf-linguist (⭐34) - Extensions for ASDF for compiling various languages and running various preprocessing tools on files in your project. Expat.
- Sass, LESS, Myth, C, C++, Fortran, CSS/JS minifiers, ParensScript, Make, CMake, org-mode, pandoc, dot, diita…
- currently archived and unmaintained.
C, C++
- crypto-shortcuts - Collection of common crypto shortcuts. zlib.
Persistent object databases
- ubiquitous - A library providing easy-to-use persistent configuration storage. zlib.
Graph databases
- restagraph - an app that dynamically generates REST APIs for a Neo4j database, using a schema defined within the database. GPL3.
Parsing html / Isomorphic web frameworks
- 👍 Plump - A lenient HTML/XML parser, tolerant on malformed markup. zlib. Best used with lquery and clss.
YAML
- trivial-extensible-sequences - Portability library for the extensible sequences protocol (SBCL documentation). zlib.
Objective-C
- cocoas - A toolkit library to help deal with CoreFoundation, Cocoa, and objc. zlib.
Miscellaneous
- Trial - Trial is an OpenGL game engine with a heavy focus on modularity. It is supposed to provide a large toolkit of useful bits and pieces from which you can create a game. Custom: zlib with a political clause added.
- the Kandria game is built with Trial.
- trivial-gamekit – With this small framework you would be able to make simple 2D games: draw basic geometric forms, images and text, play sounds and listen to mouse and keyboard input. MIT.
- file-select - A library to invoke the native system file dialog to select or create files. Zlib.
Mobile
- CMUCL - An implementation from Carnegie Mellon University. Public domain. SBCL is a fork of CMUCL.
- cl-all - A script to run Lisp snippets in multiple implementations. This allows you to quickly compare implementation behaviour and differences. zlib.
Portability layers
- trivial-arguments - A portable library to retrieve the arguments list of a function. zlib.
- definitions - a general definitions introspection library. It gives you the ability to retrieve definitions or bindings associated with designators such as symbols, packages, and names in general. zlib.
Web frameworks / Clack plugins
Querying HTML/DOM, web scraping / Isomorphic web frameworks
URI and IP handling / Isomorphic web frameworks
- cl-slug (⭐0) - a small library to make slugs, mainly for URIs, transform in CamelCase, remove accentuation and punctuation, for english and beyond. LLGPL.
Others / Web project skeletons and generators
- LASS - Lisp Augmented Style Sheets. Largely inspired by SASS. Zlib.
- find-port (⭐0) - Programmatically find open ports. MIT.
- dns-client - DNS record client. See documentation. zlib.
Others / Third-party APIs
- multiposter - post to multiple services simultaneously. zlib.
Event processing / Third-party APIs
- simple-tasks - A very simple task scheduling framework. zlib.
- saves the return values and the task environment in case of failure, so we can inspect it later.
- deeds - Deeds is an Extensible Event Delivery System. It allows for efficient event delivery to multiple handlers with a complex event filtering system. zlib.
Readline, ncurses and other graphical TUI helpers / Third-party APIs
- text-draw - Toolkit to draw graphics using pure Unicode text only: boxes, backgrounds, checkboxes and radio buttons, lines, arrows, tables, trees… zlib.
Online editors / Third-party APIs
- trivial-sanitize - clean html strings:
"<a>foo</a>"→"foo". LLGPL.
- Parachute - An extensible and cross-compatible testing framework. With test dependencies, conditions, fixtures and restarts. zlib.
Caching (serialization) / Third-party APIs
- cl-naive-store - a naive persisted, in memory (lazy loading), indexed, document store for Common Lisp. MIT.
- see the introductory blog post
- dare we add: used in production by the author's company (ASTN Group, see awesome-lisp-companies)
Compression / decompression / Third-party APIs
Date and time / Third-party APIs
- fuzzy-dates - A library to fuzzily parse date and time strings. Zlib.
Data validation / Third-party APIs
Developer utilities / Third-party APIs
- trivial-benchmark - Tiny benchmarking library. zlib.
- a similar macro (
benchmark) is part of trivial-time (⭐6), providing support for more implementations (ABCL, Allegro, CCL, CLISP, ECL). - Indeed, most trivial-benchmark's metrics are only implemented on SBCL. On other implementations, it measures real and user-space time (and not bytes allocated (it does for ECL), system run-time or GC run-time).
- a similar macro (
Documentation builders / Third-party APIs
- Staple - a tool to generate documentation pages using an HTML template. Uses the existing README, adds docstrings, crossreferences and links to the CLHS. zlib.
Files and directories / Third-party APIs
- pathname-utils - A collection of utilities to help with pathname operations. zlib.
- filesystem-utils - deal with common problems with filesystems, such as listing files, probing file types, determining default directories, etc.
- no dependencies, doesn't access the filesystem.
- file-attributes - access to common file attributes (uid, gid, permissions, ctime, mtime, atime).
- file-notify - a cross-platform library for file change detection. zlib.
Git / Third-party APIs
- git-api - Common Lisp library to access a git repository. It doesn't need git or libgit installed. BSD.
i18n / Third-party APIs
- cl-i18n - an i18n library. Load translations from GNU gettext text or binary files or from its native format. Localisation helpers of plural forms. LLGPL.
PDF / Third-party APIs
- cl-pslib - a (thin) wrapper around the pslib library for generating PostScript files. Also cl-pslib-barcode. LLGPL.
System interface / Third-party APIs
- machine-state - Retrieve machine state information about CPU time, memory usage, thread processing time, etc.
21. Awesome Zsh Plugins
Completions / superconsole - Windows-only
- copilot (⭐0) - Adds completions for the GitHub Copilot CLI.
Themes / superconsole - Windows-only
- pixelwave - A sleek, bright, vibrant theme that mixes old‑school pixel vibes with modern high‑color rendering. It shows a rainbow “pixel bar,” a neon‑colored identity line (via lolcat), your full path, and concise
gitstatus.
22. Awesome Tap
Reporters / Go
- tapfmt - Standalone cross-platform formatter.
23. Awesome Mac
Reading and Writing Tools / Text Editors
- Cursor - AI-powered code editor built to make you extraordinarily productive. Features include AI autocomplete, chat, and an autonomous coding agent.
Developer Tools / IDEs
- Trae - An IDE by ByteDance with advanced AI capabilities, including two modes: SOLO for fully AI-driven development and IDE for a more traditional editing experience.
Developer Tools / API Development and Analysis
- Maestro - End-to-end testing for Mobile and Web apps. Supports iOS, Android, React Native, Flutter and more.
Browsers / Audio Record and Process
- ChatGPT Atlas - ChatGPT Atlas, the browser with ChatGPT built in. Get instant answers, summaries, and smart web help—right from any page.
24. Awesome Osint
Speciality Search Engines
- FOFA - Asset search and analysis tool.
- FullHunt -FullHunt identifies and secures your External Attack Surface.
- GreyNoise - Search Exposed Internet assets, Malicious IP's.
- Hunter Search Engine - Search Exposed Internet assets, open web directories and many more.
- ZoomEye - ZoomEye is a cyberspace search engine for IPs, domains, internet asset discovery, and exposure analysis of servers, routers, and webcams.
Domain and IP Research / GitHub
- Mark Monitor WHOIS - Displays domain registration information.
25. Awesome D
GUI Libraries
- minigui (⭐544) - A smallish GUI widget library, aiming to be on par with at least HTML4 forms and a few other expected gui components.
- microui-d (⭐10) - A tiny immediate-mode UI library.
26. Awesome Integration
Projects / API Management
- Gravitee.io API Management (⭐339) (⭐332) - A lightweight, open-source platform offering flexible API governance, robust security, and straightforward configuration.
- WSO2 API Manager (⭐936) (⭐928) - A fully open-source API platform offering robust governance, flexible deployment, and community-driven innovation.
Projects / API Design
- OpenAPI Style Validator (⭐223) (⭐222) - Ensure that your OpenAPI specs meet your organization's standards with this flexible and customizable style validator.
- Zally (⭐941) (⭐942) - Ensure the quality of your OpenAPI specs with this linter tool that provides extensive analysis and feedback.
Projects / API Documentation
- SpectaQL (⭐1.2k) (⭐1.2k) - Generates static, customizable documentation for GraphQL schemas, making complex API structures easy to understand.
- Zudoku (⭐380) (⭐372) - A customizable framework built on OpenAPI, focused on delivering exceptional developer experiences through quality documentation.
Projects / API Gateway
- Envoy Gateway (⭐2.2k) (⭐2.2k) - CNCF Envoy-based gateway with Gateway API, mTLS, JWT, and other built-ins.
Projects / API Testing
- MQ clients
- JMSToolBox (⭐220) (⭐219) - A universal JMS client offering broad compatibility and streamlined messaging testing across various brokers.
- kcat (⭐5.6k) (⭐5.7k) - A lightweight command-line tool for Apache Kafka, providing efficient message production and consumption.
- MQTT Explorer (⭐3.6k) (⭐3.6k) - A detailed MQTT client delivering structured topic visualization and intuitive debugging.
- Offset Explorer - A comprehensive GUI for managing Apache Kafka clusters with user-friendly monitoring and administration tools.
- Service Bus Explorer (⭐2.1k) (⭐2.1k) - An advanced GUI for Azure Service Bus that enables in-depth testing and seamless management of topics, queues, and subscriptions.
Projects / Business Rules Engine
- NxBRE (⭐133) (⭐134) - Specialized .NET open-source rule engine offering efficient rule processing tailored for Microsoft environments.
- OpenL Tablets (⭐182) (⭐180) - Flexible open-source decision management system that simplifies defining and executing business rules and decision tables.
Projects / Data Integration
- Apache NiFi (⭐5.8k) (⭐5.8k) - Automated data integration tool with a visual interface that seamlessly extracts, transforms, and delivers data across systems.
- Airbyte (⭐20k) (⭐20k) - Flexible, open-source data integration platform that builds ELT pipelines to move data from diverse sources to modern destinations.
- Estuary Flow (⭐841) (⭐837) - Versatile, scalable platform that provides both real-time and batch data integration for ETL and ELT pipelines.
Projects / Data Mapping Solution
- AtlasMap (⭐206) (⭐205) - Interactive web-based tool that simplifies mapping across Java, XML, CSV, and JSON data sources with an intuitive interface.
Projects / Message Broker
- Apache ActiveMQ Artemis (⭐994) (⭐993) - Next-generation message broker from Apache ActiveMQ with high performance, clustering support, and multi-protocol capabilities.
- Centrifugo (⭐9.5k) (⭐9.5k) - Scalable real-time messaging server that minimizes delay in delivering events to online users.
- LavinMQ (⭐809) (⭐805) - High-performance message queue server implementing AMQP 0-9-1 and MQTT protocols, built with Crystal for exceptional throughput and minimal resource usage.
Projects / Self-Service Integration
- n8n (⭐155k) (⭐155k) - Open-source workflow automation tool with 400+ connectors, giving you full control over your data and integrations.
Projects / Workflow Engine
- Bonita (⭐169) (⭐168) - Open-source BPMN engine with a designer interface to build and automate complex business processes.
Resources / Data Formats
- YAML (⭐424) (⭐416) - A human-friendly and easy-to-read data serialization format that is widely used for configuration files and data exchange. It supports rich data types and is compatible with most programming languages.
27. Awesome Transit
GTFS Converters / Rust
- OSMTracker - OSMTracker is an offline GPS tracking app designed for collecting Points of Interest (POIs) and recording GPX tracks for collaborative use.
Pilot or development stage / Rust
- OpenStop - OpenStop is a free app to add information about barriers and other accessibility properties of public transport stops to OpenStreetMap.
- JOSM Plugins - PT Assistant - The plugin validates public transport routes against a set of criteria and, where possible, suggests ways to fix them.
- JOSM Validator Rules - The JOSM validator (Tag checker) can be customized with different rules based on MapCSS.
- OSM Relatify - OSM Relatify is a tool that simplifies the process of maintaining public transport relations.
- OpenStreetMap Route Editor - A tool for efficiently editing Route Relations in OpenStreetMap - OSM
- Prism (⭐5) - Prism is a tool to extract public transport data from OpenStreetMap.
- Open Street Map Public Transport Parser (⭐7) - Open Street Map Public Transport Parser
- Sketch Line - A tool to create transport diagram out of OSM data.
Web Apps (open source) / Rust
- OsmAnd - OsmAnd is a GPS Navigation and map application that runs on many Android and iOS smartphones and tablets, featuring optional offline maps and turn by...
GTFS Based Visualizations / Rust
- Local Transit - Map visualization of public transit frequency, created using QGIS.
Transit Map Aggregation / General GIS Applications for making transit visualizations
- Openptmap - openptmap shows public transport lines.
- OSMTransportViewer - Use OSM Overpass API to get network data
- PTMap - The PTMap shows public transport routes as they are entered to the OpenStreetMap.
- Unroll - Public transport routes
- Jungle Bus Map - A webmap for viewing transport stop deails in OpenStreetMap.
- AccraMobile3 - Accra Mobile 3 is a project launched in July 2017 to map all the Tro tro lines of Accra, Ghana for the Department of Transport (DoT) of Accra...
- OpenStationMap - Displays indoors of public transport stations (including rails and platforms).
28. Awesome Stock Resources
Photography / CC0-license
- CC0.Photo - CC0.photo is a project initiated by Raffael Herrmann, which serves you with free photos.
- Crow the Stone - Free photos to use any way you want.
- Cupcake - Free do what ever you want photos by Jonas Nilsson Lee.
- FindA.Photo - search through thousands of CC0 photos by keyword and color.
- Free Nature Stock - Royalty-free, use them however you want, Nature Stock Photos.
- Jay Mantri - Free pics. Do anything. Make magic.
- Jéshoots - Photos for business or personal use in high resolution for free.
- Life of Pix - Free high-resolution photos, no copyright restrictions. Photographs added weekly.
- Little Visuals - Hi-res images zipped up in your inbox. Use them anyway you want.
- Magdeleine - A selection of free photos curated by Magdeleine.
- Moveast - This is a journey of a Portuguese guy moving.
- Pexels - 20 new high-quality photos daily.
- Pickle Jar - High-resolution images of everyday india. One new image every day.
- Pickupimage - Free download high quality premium free stock images, public domain photos.
- Realistic Shots - 7 new photos added every week.
- Splashbase - Search & discover free, hi-resolution photos & videos.
- Streetwill - Free hi-resolution vintage photos to use any way you want.
- Travel Coffee Book - Travel photography.
- WordPress Photo Directory - Free, high-quality, community-submitted photographs suitable for use within WordPress sites and elsewhere.
Photography / Custom License / Usage
- Bara Art - ©️ The world always needs high quality photography! Here they are for you, so make something awesome out of them.
- Compfight.com - ©️ An image search engine tailored to efficiently locate images for blogs, comps, inspiration, and research.
- Death to the Stock Photo - ©️ Free monthly photos for all your creative needs.
- Designer Pics - ©️ Free photographs for personal and commercial by Jeshu John.
- PhotoStockEditor - ©️ High-resolution weekly images for Personal & Commercial use.
- Startup Stock Photos - ©️ Startup based photography.
Photography / Public Domain
- Public Domain Archive - ©️ New stock photos every single week.
Photography / Attribution Required licenses
- BucketListly - A free creative common collection of travel photos anyone can use.
- IM Creator - Also includes Website templates and icons. Some (CC0-licensed) works, check the license before use.
- UKBlackTech - ©️ Photographers of British based BAME (Black, Asian, and minority ethnic) people in tech.
Photography / Unspecified License
- Freejpg - Free image bank for commercial and editorial use.
- Refe Real Life Photos - Free real life photos from REFE.
- titania foto - The free image database
- Wunderstock - 670 (and counting) free HD images for your web and design projects.
Illustration / Unspecified License
- British Library Illustration Archive - ©️ The British Library’s collections on Flickr Commons offer access to millions of public domain images.
Vector Graphics / Unspecified License
- Facebook Design Resource - ©️ A collection for design resources from Facebook including iOS9 GUI and various popular device templates.
- FreeVectors.net - ©️ A fun little community of vector lovers who share free vector graphics.
Videos / Unspecified License
- Life of Vids - ©️ Free royalty-free videos, clips & loops.
- Mazwai - Great collection of free creative commons HD video clips & footages. Check each video for licensing terms.
Patterns / Unspecified License
- CSS3 Patterns Gallery - CSS3 based repeatable patterns.
- Hero Patterns - A collection of free CC Attribution 4.0 repeatable SVG background patterns.
- The Pattern Library - A collection of bold, bright and funky repeatable patterns.
Fonts / Unspecified License
- Font Fabric - Font Fabric's free fonts.
- Open Type Foundry - ©️ A new platform for open-source fonts in a noise-free environment.
Icons / Icon Fonts
- Devicons - ©️ Meet Devicons, an iconic font made for developers, code jedis, ninjas, HTTPsters, evangelists and nerds(sic). 100+ icons ready to use in your next project.
- Font Awesome - ©️ MIT licensed icon font.
- Fontello - ©️ (⭐7.1k) - Fontello is a tool to quickly pack vector images into webfonts. Also includes a section of stock icons.
- Ligature Symbols - ©️ Really clean icon set including all major topics.
- Social Stackicons - ©️ Icon set with over 60 social brands.
- Typicons - ©️ (font) ©️ (icons) Rounded icon set with 336 icons.
- WeLoveIconFonts – A free & open source icon fonts hosting service (like Google Web Fonts, but icon fonts only).
Icons / Icons Packages and Collections
- Atlas Icons - ©️ 2,701 free consistent icons.
- Entypo - ©️ Carefully crafted iconset by Daniel Bruce.
- Game Icons - ©️ A growing collection of SVG icons aimed mostly at video games.
- Glow Icons - ©️ 442 open source icons in 2 styles, made for interfaces.
- Obra Icons - ©️ A simple, consistent set of icons, perfect for user interfaces.
Colors / Icons Packages and Collections
- Bootflat - Bootflat Flat UI color picker is a project digging the Flat Color Picker which gives you the perfect colors for flat designs.
- Color Hunt - A place to discover, create, and share color palettes.
- Colour Lovers - A creative community where people from around the world create and share colors, palettes and patterns.
Aggregated Content / Icons Packages and Collections
- All The Free Stock - One stop resource for free stock images, videos, sounds and more.
- Libre Stock - Search engine for stock photo websites.
- The Stocks - The best royalty free stock photos in one place.
HTML Templates / Icons Packages and Collections
- HTMLrev - HTMLrev provides free HTML templates for websites and landing pages.
- Templated - ©️ A collection of 867 free CSS and HTML5 site templates, designed & built by Cherry + AJ and released under the Creative Commons.
Sounds & Music / Icons Packages and Collections
- ccMixter - ©️ ccMixter.org offers over 30,000 original tracks that can be used freely in YouTube videos, remixes, mobile apps, games, and more.
- Free Music Archive - ©️ An interactive library of high-quality, legal audio downloads directed by WFMU, the most renowned freeform radio station in America.
- Free To Use - ©️ Download unlimited background music 100% for free – no registration required. With no copyright claims, all our music is safe and free to use in your videos.
- Sound Image - ©️ Over 1000 tracks of free music and sound effects for your projects by Eric Matyas.
- SoundBible - ©️ Thousands of free sound effects, sound clips, and straight up sounds.
Paid Resources / Icons Packages and Collections
- Shutterstock - Photos, Vectors, Editorial, Footages, Music.
- Stocksy - "Cliché-free" Photos.
29. Awesome Rust
Applications
- run (⭐843) [run-kit] - Universal multi-language runner and smart REPL (25+ languages: Python, JS, Go, C, etc.).
Applications / File manager
- FileSSH (⭐67) - A fast and easy to use TUI to manage files on a remote server, including quick SSH session creation, in-place file editing and more!
Libraries / Configuration
- leptonyu/cfg-rs (⭐43) [cfg-rs] - A Configuration Library for Rust Applications.
30. Awesome Raspberry Pi
Projects
- CookCLI (⭐969) - Turn your Raspberry Pi into a self-hosted recipe server. Manage recipes in plain-text Cooklang format with web UI, shopping lists, and meal planning.
31. Awesome Neovim
Programming Languages Support / Markdown and LaTeX
- Zeioth/markmap.nvim (⭐206) - Visualize your Markdown as mindmaps.
- tttol/md-outline.nvim (⭐3) - Automatically displays an outline for Markdown files.
Language / Assembly
- bennorichters/taal.nvim (⭐0) - Improve grammar and spelling errors in multiple languages using LLMs.
Syntax / Assembly
- MeanderingProgrammer/treesitter-modules.nvim (⭐71) - Original modules from nvim-treesitter master branch.
Utility / Cursorline
- gisketch/triforce.nvim (⭐79) - Gamified stat tracker with XP, levels, achievements, and activity heatmaps for your coding sessions with lualine integration.
- gruvw/strudel.nvim (⭐157) - Live coding controller for strudel.
Git / GitHub
- claydugo/browsher.nvim (⭐10) - Create commit pinned links to GitHub hosted files/lines.
Editing Support / Scrollbar
- qwavies/smart-backspace.nvim (⭐7) - Context-aware backspace which handles pairs, whitespace and indentation.
- ckolkey/ts-node-action (⭐371) - A framework for executing functional transformations on Tree-sitter nodes.
Split and Window / Tmux
- EvWilson/slimux.nvim (⭐29) - Send content from the current buffer to a configurable tmux pane.
Preconfigured Configuration / Competitive Programming
- crivotz/nv-ide (⭐637) - Neovim custom configuration, oriented for full stack developers (Rails, Ruby, PHP, HTML, CSS, SCSS, JavaScript).
- Prev: Nov 24 - Nov 30, 2025
- Next: Nov 10 - Nov 16, 2025