All Projects → antonreshetov → Masscode

antonreshetov / Masscode

Licence: agpl-3.0
A free and open source code snippets manager for developers.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
EJS
674 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to Masscode

snippet-box
Snippet Box is a simple self-hosted app for organizing your code snippets. It allows you to easily create, edit, browse and manage your snippets in various languages.
Stars: ✭ 437 (-76.73%)
Mutual labels:  snippets, snippets-manager
code-examples-manager
Software tool to manage your notes and code examples, to publish them as gists or snippets
Stars: ✭ 26 (-98.62%)
Mutual labels:  snippets, snippets-manager
Notemaster
NoteMaster is an smart minimalistic persistent note-taking app to help boost productivity.
Stars: ✭ 40 (-97.87%)
Mutual labels:  productivity, monaco-editor
macos-snippets
Snip is a lightweight snippets manager app for macOS
Stars: ✭ 238 (-87.33%)
Mutual labels:  snippets, snippets-manager
Beeftext
A text snippet tool for Windows.
Stars: ✭ 366 (-80.51%)
Mutual labels:  productivity, snippets
Sublime Rails Snippets
Sublime Text snippets for the latest Ruby and Rails versions
Stars: ✭ 406 (-78.38%)
Mutual labels:  productivity, snippets
Xcactionbar
"Alfred for Xcode" plugin
Stars: ✭ 1,217 (-35.2%)
Mutual labels:  productivity, snippets
Termy
A terminal with autocomplete
Stars: ✭ 112 (-94.04%)
Mutual labels:  productivity
Refills
Refills is maintained by the thoughtbot design team. It is funded by thoughtbot, inc. and the names and logos for thoughtbot are trademarks of thoughtbot, inc.
Stars: ✭ 1,523 (-18.9%)
Mutual labels:  snippets
Silicon
Create beautiful image of your source code.
Stars: ✭ 1,761 (-6.23%)
Mutual labels:  snippets
Vscode Matlab
MATLAB support for Visual Studio Code
Stars: ✭ 114 (-93.93%)
Mutual labels:  snippets
Tomighty Windows
Tomighty for Windows
Stars: ✭ 116 (-93.82%)
Mutual labels:  productivity
Tasks
Bringing Astrid Tasks back from the dead
Stars: ✭ 1,874 (-0.21%)
Mutual labels:  productivity
Foundationextension
Foundation/Cocoa/UIKit extension kit. Reference document:
Stars: ✭ 115 (-93.88%)
Mutual labels:  snippets
Gnome Shell Extension Docker
An extension for managing docker containers
Stars: ✭ 124 (-93.4%)
Mutual labels:  productivity
Browser Ext Github Monaco
This extension brings the famous Monaco editor to Github
Stars: ✭ 114 (-93.93%)
Mutual labels:  monaco-editor
Check It Out
A command line interface for Git Checkout. See branches available for checkout.
Stars: ✭ 127 (-93.24%)
Mutual labels:  productivity
Marinara
Pomodoro® time management assistant for Chrome
Stars: ✭ 1,806 (-3.83%)
Mutual labels:  productivity
Kubectl Sheetcheat
The Definitive Kubectl Sheetcheat. ⭐ Give it a star if you like it. Work (always) in progress !
Stars: ✭ 119 (-93.66%)
Mutual labels:  snippets
Borg
Search and save shell snippets without leaving your terminal
Stars: ✭ 1,528 (-18.64%)
Mutual labels:  snippets

massCode

The second version in beta stage is available in the v2 branch, builds are available in the releases

A free and open source code snippets manager for developers.

GitHub Workflow Status GitHub package.json version GitHub All Releases GitHub

Built with Electron, Vue & Monaco editor.
Inspired by applications like SnippetsLab and Quiver.

Official Website | Documentation | Change Log

Supporting

massCode is open source project and completely free to use.

However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support massCode development via the following methods:

Donate via Open Collective Donate via Patreon Donate via PayPal Donate via Bitcoin

Overview

The goal of creating this application was mostly my own growth as a developer. Also, I wanted this project to absorb the best of such applications already on the market (both free and paid). At the same time, I wanted this project to be an open source project.

massCode allows you to organize snippets using multi-level folders as well as tags. Each snippet has fragments - tabs, which gives even greater level of organization

A snippets manager must not only provide organization of snippets but also have a good code editor. That's why under the hood of massCode there's Monaco editor. Monaco is a modern code editor from Microsoft which is used in one of the most popular editor VS Code. The editor provides IntelliSense, validation for TypeScript, JavaScript, CSS, LESS, SCSS, JSON, HTML. It's also added a super productive Emmet and Prettier to code formatter.

Development

# install dependencies
yarn
# serve with hot reload
yarn dev

Building

## build application for production
yarn build

License

AGPL-3.0

Copyright (c) 2019-present, Anton Reshetov.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].