You can edit sneepy.xml
file to change configuration:
snippetsFolder
- set your snippets folder (default issnippets
, placed in same folder as Sneepy)
Hint: use some synchronized folder (Dropbox, Google Drive, ...) or Git for backupsautoMinimize
- Sneepy will be minimized after snippet is copiedwindow
- set windowwidth
andheight
- Create folders
[1]
and files[2]
- new snippet will be opened in notepad - Manage your snippets
[3]
- this will open snippets folder in Windows Explorer so you can edit everything - Filter snippets by folders
[5]
or search query[6]
- Copy snippet to clipobard
[7]
- Edit snippet
[8]
- this will open snippet in notepad
- Sneepy scans your snippet folder during start (or clicking on the Reload button
[4]
) - Required folder structure is flat - just folders (without subfolders) and files
- python
- snippet.txt
- hello-world.py
- javascript
- hello-world.js
- etc.