Manage your snippets
CodeMenu can store code, text, color palettes, images and prompts. You can organize them using groups and tags and create spaces so you can focus on the snippets relevant to your current project/context.
Document your snippets better
CodeMenu allows you to use Markdown and LaTeX in snippet's description. It also makes it possible to add flow diagrams to your snippets so you can document how snippet works in a graphical way. The description and title can be generated by AI.
Reuse your snippets
CodeMenu supports placeholders which help you reuse snippets even easier. You can create placeholders which will be replaced with the text provided by you, with the result of a supported shell command or current date or time.
Access snippets quicker
CodeMenu includes new ways to access snippets directly from your code editor, including a side window containing your local library, Snippets Store and AI chat and Suggestions app which allows you to search snippets directly in an editor or use abbreviations. Whether you like working with graphical interfaces or prefer to use keyboard, CodeMenu will be right for you.
Use snippets in other ways
CodeMenu gives you other ways to use snippets. It can run snippets directy from CodeMenu, so you can, for example, keep your shell scripts in your library and quickly run them without even opening your terminal or quickly use your AI prompt template. CodeMenu supports JavaScript by default, but you can add nearly every scripting/programming language that has a cli utility. You can also preview HTML and Markdown snippets, so you can store a small HTML utility that you built and quickly access it using side window. When you use color snippets, CodeMenu provides you common preformatted values in various formats (AppKit, CSS, UIKit, HSB, hex).
Online database of snippets
Snippets Store is an online database of snippets shared by other people, including you. You can add them to your library.
Useful tools in one place
CodeMenu includes useful tools like editor for quick code/Markdown/HTML testing, RegEx tester, converters (between binary, hexadecimal and octal), generators (UUID, lorem ipsum and mockup data with bulk generation support) and coders (hashing using SHA256 and MD5, Base64 and URL encoding/decoding).
Integrated AI
In CodeMenu thanks to semantic searching you can find snippets even easier by using natural language. It can also generate parts of snippet's documentation for you. It can detect text and code from screen and images so you won't need to rewrite code from images shared on social media or from YouTube courses. You can also chat with chatbots like ChatGPT, Claude and a local model using side window.
Extend functionality
CodeMenu has two features designed to make it more scriptable. With automations, you can run JavaScript automations on multiple snippets and transform them or perform other actions (call some API or other). Thanks to builtin optional HTTP server you can integrate your library into your workflow using simple HTTP requests. You can find documentation here.