{"id":15374689,"url":"https://github.com/mrtazz/snipple","last_synced_at":"2026-01-29T17:32:00.963Z","repository":{"id":215649647,"uuid":"735662384","full_name":"mrtazz/snipple","owner":"mrtazz","description":"snippet managing support tooling for vim-snipple","archived":false,"fork":false,"pushed_at":"2024-02-23T21:23:15.000Z","size":63,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-02T15:03:56.526Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrtazz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-12-25T18:18:00.000Z","updated_at":"2024-04-11T19:38:48.000Z","dependencies_parsed_at":"2024-01-27T21:53:19.366Z","dependency_job_id":null,"html_url":"https://github.com/mrtazz/snipple","commit_stats":null,"previous_names":["mrtazz/snipple"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mrtazz/snipple","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtazz%2Fsnipple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtazz%2Fsnipple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtazz%2Fsnipple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtazz%2Fsnipple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrtazz","download_url":"https://codeload.github.com/mrtazz/snipple/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtazz%2Fsnipple/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28881982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T16:41:59.663Z","status":"ssl_error","status_checked_at":"2026-01-29T16:39:39.641Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-10-01T13:59:31.173Z","updated_at":"2026-01-29T17:32:00.947Z","avatar_url":"https://github.com/mrtazz.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# snipple\n\nsnippet managing support tooling for vim-snipple\n\n\n## Usage\n\n```\n% snipple\nUsage: snipple [COMMAND]\n\nCommands:\n  get            Get a specific snippet\n  list-snippets  List all available snippets\n  version        Print version and exit\n  help           Print this message or the help of the given subcommand(s)\n\nOptions:\n  -h, --help  Print help\n```\n\n\n```\n% snipple list\ngo/main.snippet\ngo/actions-worflow.snippet\ngo/config-package.snippet\ngo/Makefile.snippet\ngo/test.snippet\ngo/read-yaml-file.snippet\nnotes/ref-template.snippet\nruby/test.snippet\n```\n\n```\n% snipple get go/test.snippet\n\npackage test\n\nimport (\n        \"github.com/stretchr/testify/assert\"\n        \"testing\"\n)\n\nfunc TestSomething(t *testing.T) {\n        assert := assert.New(t)\n        tests := map[string]struct {\n                input string\n                sep   string\n                want  []string\n        }{\n                \"simple\": {input: \"a/b/c\", sep: \"/\", want: []string{\"a\", \"b\",\n\"c\"}},\n        }\n\n        for name, tc := range tests {\n                t.Run(name, func(t *testing.T) {\n                        // execute test logic here\n                        assert.Equal(nil, err)\n                })\n        }\n}\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtazz%2Fsnipple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrtazz%2Fsnipple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtazz%2Fsnipple/lists"}