3

just wanted some help from you people..

if anyone knows some sort of Code Snippet Manager or Gists Manager.

I want to store my code snippets (public and private) with the following abilities:
1. Search the snippets
2. Tag the snippets
3. Code highlighting
4. Cloud Stored Snippets
5. Is free

I've found Cacher and Lepton but Cacher allows only Public snippets in the free version and Lepton lags search ability.

Anyone know a better client for this purpose?

Comments
  • 0
    @Artemix Never heard about gists or code snippets under GitLab. Do they offer unlimited private code snippets and for free?
  • 0
    @Artemix also can I search and put tags on snippets? Since Github allows private gists but I can't even find my own gists in an easy way there.
  • 2
    It is on my to-do list actually 😅
    I recently started my own Asp.Net core webapp to store docs of my projects in one place. Might either extend it or make a new one for code snippets.
    Though I don't know if I'll open source it or keep it as is :/
  • 1
    I'll comment - I know exactly what you want but don't know the name just yet
  • 1
    I remembered it differently but its damn close: https://www.tagspaces.org
  • 1
    @JoshBent Not the exact thing it's lacking syntax highlighting and cloud storage support.

    But I think I can manage it using markdown and dropbox.
    1. Using Markdown can help in some syntax highlighting and
    2. Linking it's storage with Dropbox can help with cloud storage and sync.

    Thanks btw! @JoshBent
  • 1
    @gitpush Best of luck for your project! 👍
  • 0
    @ShivamArora thanks bro :D
Add Comment