{"id":19364517,"url":"https://github.com/math2001/snippet-lister","last_synced_at":"2026-07-08T18:30:19.296Z","repository":{"id":74807176,"uuid":"52745436","full_name":"math2001/snippet-lister","owner":"math2001","description":"DEPRECATED: use BetterSnippetManager instead","archived":false,"fork":false,"pushed_at":"2016-02-28T21:38:53.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-06T20:52:36.057Z","etag":null,"topics":["plugin","sublime-text"],"latest_commit_sha":null,"homepage":"https://github.com/math2001/BetterSnippetManager","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/math2001.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-28T21:31:39.000Z","updated_at":"2018-11-23T15:55:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"1eaa495c-27e0-4a11-82e3-14db8096e101","html_url":"https://github.com/math2001/snippet-lister","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2Fsnippet-lister","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2Fsnippet-lister/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2Fsnippet-lister/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2Fsnippet-lister/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/math2001","download_url":"https://codeload.github.com/math2001/snippet-lister/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240483765,"owners_count":19808636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["plugin","sublime-text"],"created_at":"2024-11-10T07:37:36.993Z","updated_at":"2026-07-08T18:30:19.241Z","avatar_url":"https://github.com/math2001.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Snippet Lister\n\n## What's that ?!\nHi !\nThis is a small plugin that allow you to open and edit your sublime snippet *from* Sublime.\n\n## Download\n\nThe best way to download this Sublime's plugin, it's of course to do it from [Package Control](https://packagecontrol.io/installation)\n\nElse, you can download the code on [Github](http://github.com/math2001/snippet-lister), and extract it in the `Packages` folder.\n\n## Config\n\nFor this plugin work the best, you need to respect logic \"rules\":\n\n1. Put *all* you snippet in the the `User` folder, and then, in a folder with the name of your choice. For exemple, `snippet`\n2. Inside this last folder, create one folder *per* langage, with the name of the langage. For exemple `python`.\n\nRemember the custom folder name ? You need to report it in the `Settings - User` file, like this :\n\n```\n\"main_snippet_folder_name\": \"your_custom_folder_name\"\n```\n\n*And that's it!*\n\nIf you don't do this, the plugin will still working, but not the best way it can.\n\n\n\n## Navigate in your folder\n\nIf you have folder inside the deepest snippet's folder, no worry, you still can go into it, just select it !\nAlso, you can go in the parent folder by selecting the `..`\n\n## Understand how it's work\n\nThe concept is realy easy to understand :\n\nI have a list with all the folder the plugin must go. It look like this :\n\n```\n[\"Packages\", \"User\", \"your_custom_folder_name\", \"the name of the current langage\"]\n```\n\nFor each folder, it try to go inside, but if it can't, it still try the following ones, it just skip it.\n\n\u003e So, what end ?\n\nIt's mean that you can skip one folder if you want to.\n\n### The name of the langage\n\nThe plugin know the name of the langage by selecting the name of the `.sublime-syntax` (in ST3) file.\n\n*Hope you enjoy it!*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmath2001%2Fsnippet-lister","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmath2001%2Fsnippet-lister","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmath2001%2Fsnippet-lister/lists"}