awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

Code snippet manager

Ranking updated Jul 24, 2026

For snippet management tools, the first results are hackjutsu/lepton (Lepton is a cross-platform code snippet manager built with Electron and React that features cloud synchronization, GitHub Gist integration, tagging, and syntax highlighting), pawelmalak/snippet-box (Snippet-box is a self-hosted web platform that lets you store, organize, search, and syntax-highlight code fragments, fitting the core requirements of a snippet manager while operating as a containerized web service rather than a native desktop app) and heyman/heynote (Heynote is a cross-platform scratchpad editor and text organizer that functions as a code snippet manager with syntax highlighting and buffer organization, though it lacks dedicated cloud synchronization and a command line interface). chubin/cheat.sh and dnote/dnote round out the shortlist. Compare the match explanations and check the project documentation against your requirements.

The best open-source code snippet managers curated by stars and activity, with alternatives compared so you can find the right fit.

Code snippet manager

Find the best repos with AI.We'll search the best matching repositories with AI.
  • hackjutsu/leptonhackjutsu avatar

    hackjutsu/Lepton

    10,335View on GitHub↗

    Lepton is a cross-platform snippet manager and cloud-synced code library designed to organize and synchronize reusable code fragments and text snippets across different operating systems. It functions as a developer productivity tool and a markdown-enabled code editor for managing technical documentation. The application supports synchronization via remote backends and private enterprise server instances, including GitHub Enterprise integration. It utilizes token-based authentication to secure private code repository syncing and ensures connectivity in restricted corporate environments throug

    Lepton is a cross-platform code snippet manager built with Electron and React that features cloud synchronization, GitHub Gist integration, tagging, and syntax highlighting.

    JavaScriptSnippet Management Tools
    View on GitHub↗10,335
  • pawelmalak/snippet-boxpawelmalak avatar

    pawelmalak/snippet-box

    1,084View on GitHub↗

    Snippet-box is a self-hosted web platform designed for the management and organization of personal code collections. It functions as a containerized knowledge base that allows users to store, retrieve, and document reusable code fragments within a centralized system. The application provides tools for snippet management, including the ability to assign custom tags, pin critical items for rapid access, and filter collections by keywords or programming languages. To ensure readability, the platform incorporates syntax highlighting for various programming languages and offers a raw text view for

    Snippet-box is a self-hosted web platform that lets you store, organize, search, and syntax-highlight code fragments, fitting the core requirements of a snippet manager while operating as a containerized web service rather than a native desktop app.

    TypeScriptSyntax HighlightingSnippet Management Tools
    View on GitHub↗1,084
  • heyman/heynoteheyman avatar

    heyman/heynote

    5,308View on GitHub↗

    Heynote is a markdown scratchpad editor and plain text note organizer that utilizes persistent, block-based buffers to maintain state across application sessions. It serves as a code snippet manager with automatic syntax highlighting and a tool for managing multiple categorized text buffers through a tabbed interface. The application functions as an interactive calculation notepad, evaluating mathematical expressions and currency conversions directly within the text. It also includes an image annotation utility that allows for freehand drawings and markups on embedded images, which can then b

    Heynote is a cross-platform scratchpad editor and text organizer that functions as a code snippet manager with syntax highlighting and buffer organization, though it lacks dedicated cloud synchronization and a command line interface.

    JavaScriptSyntax HighlightingCode Snippet Repositories
    View on GitHub↗5,308
  • chubin/cheat.shchubin avatar

    chubin/cheat.sh

    41,461View on GitHub↗

    Cheat.sh is a command line knowledge base that provides instant access to programming syntax, code snippets, and technical documentation. Designed to minimize context switching, it functions as a developer productivity tool that allows users to retrieve information directly within their terminal or code editor. The service distinguishes itself through a terminal-agnostic interface that relies on standard input and output streams, ensuring compatibility across various shell environments and operating systems. It supports persistent query sessions to maintain workflow continuity and offers a co

    Cheat.sh provides instant access to code snippets and documentation directly from the command line, making it a handy terminal-based tool for developers despite lacking a desktop app or graphical interface.

    PythonDocumentation ServersProductivity ToolsCommand Line Interfaces
    View on GitHub↗41,461
  • dnote/dnotednote avatar

    dnote/dnote

    3,041View on GitHub↗

    A simple command line notebook

    Dnote is a command-line-based note and snippet manager that lets you capture, organize, and search text fragments efficiently, though it lacks cloud synchronization and a desktop GUI app.

    GoCommand Line InterfacesCommand Line ToolsConsole Interfaces
    View on GitHub↗3,041
  • lauthieb/code-noteslauthieb avatar

    lauthieb/code-notes

    1,057View on GitHub↗

    Code-notes is a cross-platform desktop application designed for organizing, storing, and synchronizing programming code snippets and gists in a centralized interface. Built using web technologies and a reactive data-binding system, it operates locally on the host machine to keep data accessible without internet connectivity. The application functions as a GitHub gist client, communicating with external remote services using authenticated REST endpoints to fetch, push, and update cloud-hosted code gists. It combines local file-system persistence with remote synchronization capabilities to mana

    This is a desktop-based code snippet and gist manager built with Electron and Vue that covers core organization and search needs, though it lacks active maintenance and some features like a command line interface.

    VueGist Publishers
    View on GitHub↗1,057
  • dd3v/snippets.ninjadd3v avatar

    dd3v/snippets.ninja

    121View on GitHub↗

    Proof of concept. Code snippets manager for developers. PWA.

    This repository is a progressive web app serving as a code snippet manager, but as an early proof of concept it lacks many advanced features like cloud synchronization and a command-line interface.

    JavaScriptNotes and Task Management
    View on GitHub↗121
  • isagalaev/highlight.jsisagalaev avatar

    isagalaev/highlight.js

    24,937View on GitHub↗

    highlight.js is a JavaScript syntax highlighter and client-side code formatter that transforms plain text source code into highlighted HTML for web display. It provides syntax highlighting across a wide variety of programming languages. The library includes an automatic language detector that identifies the programming language of a code block to apply the correct highlighting rules without manual tagging. It is designed for web worker compatibility, allowing the highlighting process to run in background threads to prevent the browser interface from freezing during the processing of large vol

    This is a syntax highlighting library rather than a full snippet manager, serving as a building block for rendering code rather than collecting, organizing, and sharing snippets.

    JavaScriptSyntax HighlightingSyntax HighlightersSyntax Highlighters
    View on GitHub↗24,937
  • codemirror/codemirrorcodemirror avatar

    codemirror/CodeMirror

    27,246View on GitHub↗

    CodeMirror is a browser-based code editor and extensible text editor framework. It functions as a programmable interface for rendering code and text with support for numerous programming languages, serving as a reusable component for web-based integrated development environments. The project provides a syntax highlighting engine that applies visual styles to text based on programming language rules. It includes a programming API and a CSS theming system to customize the editor's appearance and extend its functionality with custom behaviors. The framework covers capabilities for embedding tex

    CodeMirror is a browser-based code editor and text-editing framework, which provides the syntax highlighting and editing foundation for building code tools rather than functioning as a complete snippet manager with organization and sharing.

    JavaScriptSyntax HighlightingSyntax HighlightingSyntax Highlighting Engines
    View on GitHub↗27,246
  • automattic/simplenote-electronAutomattic avatar

    Automattic/simplenote-electron

    5,242View on GitHub↗

    Simplenote-electron is a cloud-synced text editor and cross-platform desktop client for creating and managing simple text notes. It functions as an Electron-based application that synchronizes user data across multiple devices and operating systems. The application provides a writing tool that automatically mirrors plain text documents across a user account. It integrates OAuth identity management to validate credentials via email verification or third-party account providers. The software covers cloud-based text storage and multi-device content syncing to ensure notes remain consistent acro

    This repository provides a cross-platform note-taking and cloud-synchronization app for plain text, but it is designed for general notes rather than managing code snippets with syntax highlighting.

    TypeScriptCross-Platform Desktop ClientsCross-Device Document Syncs
    View on GitHub↗5,242
  • conorhastings/react-syntax-highlighterconorhastings avatar

    conorhastings/react-syntax-highlighter

    4,663View on GitHub↗

    react-syntax-highlighter is a component for rendering source code with syntax highlighting in React applications. It acts as a wrapper for the PrismJS and Highlight.js engines to provide formatted code display and language-specific colors. The project provides a customizable code block renderer that supports custom DOM injection, line numbering, and inline styling. It allows users to replace default HTML tags with custom React components to control how code is injected into the document object model. The library covers code presentation management through visual themes and line numbering. It

    This is a React component for rendering syntax-highlighted code blocks rather than a full snippet manager with organization, search, and sharing features.

    JavaScriptSyntax HighlightingSyntax HighlightersSyntax Highlighting Components
    View on GitHub↗4,663
  • prismjs/prismPrismJS avatar

    PrismJS/prism

    13,008View on GitHub↗

    Prism is a JavaScript syntax highlighter and web-based code formatter. It functions as an extensible syntax engine designed to colorize and format code blocks on web pages, making various programming languages easier to read. The project processes raw code strings into styled HTML elements for use in frontend content rendering, technical documentation, and static site generation. It provides a modular system for adding custom language definitions and highlighting rules to a web-based code viewer.

    Prism is a syntax-highlighting library for web pages rather than a full snippet manager, making it a building block for rendering code rather than a tool to organise and share snippets.

    JavaScriptSyntax HighlightersSyntax Highlighting Engines
    View on GitHub↗13,008
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
hackjutsu/lepton10.3KJavaScriptMITNov 18, 2025
pawelmalak/snippet-box1.1KTypeScriptMITApr 5, 2023
heyman/heynote
5.3K
JavaScript
NOASSERTION
Jun 21, 2026
chubin/cheat.sh41.5KPythonMITDec 23, 2025
dnote/dnote3KGoApache-2.0Mar 26, 2026
lauthieb/code-notes1.1KVueMITSep 13, 2023
dd3v/snippets.ninja121JavaScriptMITFeb 21, 2026
isagalaev/highlight.js24.9KJavaScriptBSD-3-ClauseOct 27, 2025
codemirror/codemirror27.2KJavaScriptMITApr 16, 2026
automattic/simplenote-electron5.2KTypeScriptGPL-2.0Jun 17, 2026

Related searches

  • a snippet manager and expander for code editors
  • a code-snippet manager
  • a plugin for enhancing IDE developer productivity
  • an open source tool for managing snapshots
  • a terminal utility for improving developer productivity
  • a tool for versioning and managing prompts
  • Browser tab manager
  • a secure tool for managing application secrets