I'm currently using three "tools", which is NOT a good idea:
- Snippet folder on my Mac
- Evernote (does NOT properly maintain code format)
- TextExpander (easy access, but not really suitable)
So, I'm looking for a new Snippet tool to consolidate.
Here's one I'm considering:
Quiver -- Programmers Notebook App
I like it because it goes well beyond a simple snippet library, offering ares to enter text, images, links, etc.
BTW, I haven't found anything that would really work well with KM, like storing a group of Actions that I often use. Any ideas?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UPDATED: 2019-05-19 14:41 GMT-5
Well, it has now been 4 years since I made my OP, and much has changed.
- I no longer use any of the above tools to manage my code/script snippets
- I do continue to use Evernote to store and search for documentation of all types
- My primary tool is storing all scripts as
.scpt
files, and using Finder Tags- Finder Tags provide a very powerful and easy to use Spotlight Search, both normal and search in the Finder.
- The Finder provides a nice dropdown list of my tags when I save a file, and when I search for a file.
- I also use Typinator to provide my most commonly used snippets
- All of my standard functions/handlers are in Script Libraries, easily called from any script
- I have a KM macro and script that allows me to easily search my Script Libraries, and insert either a call to the handler/function, or insert the full code of it.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
What snippet tool works best for you?