Recommended online snippet manager [closed]
Asked Answered
F

9

19

I am looking for an online snippet manager for work, personal use and inspiration.

My primary needs are google/facebook login, fontification of various programming languages, privacy control, social network integration.

What's the recommendation?

Familiarize answered 16/1, 2012 at 21:14 Comment(5)
I can see that one has voted for this question to be closed. Does this mean that it should have been posted on another forum?Familiarize
I haven't voted, but I expect the vote for closure was because this sort of question invites subjective debate ("what's the best ...") instead of the programming Q&A ("why do I get this error message...") that the site is designed for.Redfaced
Thanks, Matthew. I will consider this in the future. Where do you think that I should have asked - SuperUser?Familiarize
This sort of general question is probably better suited to programmers.stackexchange.com. However, that's a lower-traffic site than SO. Notice that, despite the vote to close, your question is still open. It's the ones that attract lots of low-quality subjective responses that are most likely to get closed.Redfaced
I personally use 3Cols as it's the only site that isn't slow like gists, offers enough categorisation options and stores all your snippets in the cloud for free. The only thing it charges for is sharing boards and that only costs $1.69 per monthEyeleen
H
12

I enjoy using GitHub Gists. It lets you version control your snippets, which is a nice benefit.

Hebbe answered 16/2, 2012 at 17:39 Comment(2)
Also take a look at gistboxapp.com ; it works great with Github Gists, with a very nice user interface.Boys
gistboxapp.com is nice, but there's no way to create a hierarchy or filter by multiple tagsSigler
W
10

EDIT: This have become a Freemium service (see pricing here), and changed name from Gistbox to Cacher.

For short snippets I use my editors snippet system. For bigger snippets I use Gists, which is also integrated in my editor through a plugin. In case your editor don't support Gists, you should look at http://www.gistboxapp.com/ which looks nice and cross platform.

Below is a screenshot. A demo video can be found at http://www.youtube.com/watch?v=VLgyY6lqpsQ.

GistBox Interface

For passwords you should consider https://lastpass.com/ – that way your passwords is protected by... well, a (master)password. They are stored online, which means they're always accesible, and there's browser plugins for most browser, providing auto fill and auto login.

Bonus tip: If you find a snippet program, but does not like it, you may get a good idea about alternatives from alternativeto.net.

Whisler answered 17/5, 2013 at 16:58 Comment(0)
E
6

snip2code fits exactly all you needs.
Powerful search to get only useful code samples.
Highly recommended.

Encomium answered 13/6, 2013 at 8:10 Comment(0)
H
3

I could suggest you to try SnippLeaf.com that designed by me for this kind of purposes. You could try and give me feedback what you like and dislike. I created this not so long time ago because one of my favorite snippet manager closed and I already get used to it. For me pastebin and gists I found too "heavy" and i concenrated on easy getting snippets. I hope you will find it useful.

Handel answered 18/9, 2012 at 6:42 Comment(0)
L
2

http://pastebin.com looks like what you need

Lallygag answered 16/1, 2012 at 22:1 Comment(0)
S
0

I wrote my own tool for this. See https://github.com/harish2704/templates Demo on http://templates-harish2704.rhcloud.com It can generate code by substituting parameter values on the template of code

Sultanate answered 17/3, 2014 at 2:7 Comment(0)
W
0

I made Snippeter, which will suite your need, you can see it in action by clicking on Live Preview on this link: codecanyon.net/item/snippeter-code-snippets-manager/6819365?ref=alenn

Willie answered 27/5, 2014 at 19:7 Comment(0)
G
0

CSnipp (http://csnipp.com) is a Code Snippet Manager that i build myself. You can store code snippets for your personal use, as well as share with the community. You can also fork and modify public snippets to your personal collection. Also its free for personal use and will always be free.

You can also browse and organize snippets under various languages, categories and tags.

Geoponic answered 12/8, 2014 at 9:7 Comment(0)
R
0

Snippet Hero

http://snippethero.com/

This is a very good bit of software

Rustle answered 30/10, 2014 at 10:4 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.