{"id":13485238,"url":"https://github.com/mattn/vim-sonictemplate","last_synced_at":"2025-03-27T17:30:53.441Z","repository":{"id":44606671,"uuid":"2640484","full_name":"mattn/vim-sonictemplate","owner":"mattn","description":"Easy and high speed coding method","archived":false,"fork":false,"pushed_at":"2024-04-23T11:07:30.000Z","size":731,"stargazers_count":330,"open_issues_count":4,"forks_count":41,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-05-02T00:00:41.580Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://mattn.github.com/vim-sonictemplate","language":"Vim Script","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/mattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2011-10-25T01:23:34.000Z","updated_at":"2024-06-27T09:03:25.344Z","dependencies_parsed_at":"2024-04-23T12:36:38.946Z","dependency_job_id":"1a5bfd88-2469-4bba-9e9b-f8300dfffc09","html_url":"https://github.com/mattn/vim-sonictemplate","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fvim-sonictemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fvim-sonictemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fvim-sonictemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fvim-sonictemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/vim-sonictemplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245892487,"owners_count":20689508,"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":[],"created_at":"2024-07-31T17:01:52.503Z","updated_at":"2025-03-27T17:30:52.871Z","avatar_url":"https://github.com/mattn.png","language":"Vim Script","funding_links":["https://github.com/sponsors/mattn"],"categories":["Vim Script"],"sub_categories":[],"readme":"# sonictemplate\n\nEasy and high speed coding method.\n\n## Template Completion\n\n![](https://raw.githubusercontent.com/mattn/vim-sonictemplate/master/screenshot1.gif)\n\n## Postfix Completion\n\n![](https://raw.githubusercontent.com/mattn/vim-sonictemplate/master/screenshot2.gif)\n\n## Basic Usage\n\nOpen new file\n\n```sh\nvim foo.pl\n```\n\n```vim\n:Template \u003ctab\u003e\n```\n\nThen you can select `package` or `script` for perl filetype.\n\n```vim\n:Template package\n:Template script\n```\n\nType `\u003center\u003e` in `script`, you can see following.\n\n```perl\nuse strict;\nuse warnings\nuse utf8;\n\n_\n```\n\nAnd cursor is in `_`. If you open `lib/Foo.pm`, and type `\u003center\u003e` in `package`.  You get following.\n\n```perl\npackage Foo;\nuse strict;\nuse warnings\nuse utf8;\n\n_\n\n1\n```\n\n\nIf you open C++ file, you can select `main` for C.\n\n## License\n\nMIT\n\n## Author\n\nYasuhiro Matsumoto `\u003cmattn.jp@gmail.com\u003e`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattn%2Fvim-sonictemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattn%2Fvim-sonictemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattn%2Fvim-sonictemplate/lists"}