Code Snippet Managers for Linux desktops? [closed]
Asked Answered
M

3

9

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).

Mors answered 9/8, 2010 at 18:0 Comment(0)
A
6

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.

Appendicectomy answered 16/8, 2010 at 17:22 Comment(3)
jCodeCollector is a far from perfect choice, but certainly seems to be the best option at the moment.Mors
Downloading jCodeCollector...Coadjutress
“It is available from alessandrococco.altervista.org” — “The web site has been archived”Acorn
M
0

I use snippets on the mac. I found a similar app (though not as beautiful...) called glipper. It is an gnome applet that was designed as a clipboard manager. It has a snippet collector built into it though (turn it on in plugins) that lets you save snippets forever. It is not very well organized...but it is a very simple offering that has a simple interface.

Meurer answered 1/10, 2010 at 5:13 Comment(0)
M
0

There is a plugin for Gedit that integrates with snipplr. Gedit Snipplr Plugin

Militarism answered 30/10, 2010 at 13:15 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.