Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Code Snippet Managers for Linux desktops? [closed]

In the spirit of https://stackoverflow.com/questions/3349990/code-snippet-managers-for-os-x

What are some good code snippet managers for Linux?

My quick search didn't turn up much. Eclipse, emacs, vim, Kate, and KDevelop all offer their own integrated snippet managers, but I'm looking for something more generic along the lines of CodeCollector or Snippets, ideally with the option of a CLI interface.

Even a pure CLI tool would be acceptable (maybe even preferable).

like image 353
Casey Avatar asked Aug 09 '10 18:08

Casey


People also ask

What is the best code snippets manager?

3Cols. This one is a very well featured snippet manager, and may be the best offer in on this list. It's completely free, and allows you to manage and share codes snippets on the cloud. Because it's on the cloud, you can access your snippets anywhere, but you can also install it as a chrome application.

How do I enable code snippet?

Code snippets can be accessed in the following general ways: On the menu bar, choose Edit > IntelliSense > Insert Snippet. From the right-click or context menu in the code editor, choose Snippet > Insert Snippet.

What is massCode?

"massCode is a free and open-source code snippets manager for developers allows you to organize snippets using multi-level folders as well as tags.


1 Answers

Have you seen jCodeCollector? It's a significantly less complicated clone of CodeCollector, but is multiplatform (java). It is available from https://github.com/alessandrococco/jcodecollector

There is also Acire, a project started by Jono Bacon of Ubuntu fame, which is management library for useful python snippets. While full of useful tidbits, it is however, language and linux-specific.

like image 84
sleepynate Avatar answered Sep 19 '22 17:09

sleepynate