{"id":13479774,"url":"https://github.com/nicwest/vim-camelsnek","last_synced_at":"2026-04-03T10:43:56.737Z","repository":{"id":56312627,"uuid":"105601656","full_name":"nicwest/vim-camelsnek","owner":"nicwest","description":"Convert between camel and snek case (and kebab case)","archived":false,"fork":false,"pushed_at":"2023-01-04T00:48:52.000Z","size":42,"stargazers_count":55,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-30T13:38:23.395Z","etag":null,"topics":["camelcase","kebab-case","snakecase","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicwest.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-03T01:08:11.000Z","updated_at":"2024-08-07T13:50:30.000Z","dependencies_parsed_at":"2023-02-01T16:00:29.575Z","dependency_job_id":null,"html_url":"https://github.com/nicwest/vim-camelsnek","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/nicwest%2Fvim-camelsnek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicwest%2Fvim-camelsnek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicwest%2Fvim-camelsnek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicwest%2Fvim-camelsnek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicwest","download_url":"https://codeload.github.com/nicwest/vim-camelsnek/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245826696,"owners_count":20678843,"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":["camelcase","kebab-case","snakecase","vim"],"created_at":"2024-07-31T16:02:22.779Z","updated_at":"2026-04-03T10:43:56.686Z","avatar_url":"https://github.com/nicwest.png","language":"Vim Script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"![GitHub Workflow Status](https://img.shields.io/github/workflow/status/nicwest/vim-camelsnek/test)\n\n# vim-camelsnek\n\nConvert between camel and snek case\n\n![Usage](https://user-images.githubusercontent.com/8506829/95635740-dd389100-0a52-11eb-8c25-c6b215f9fc7f.gif)\n\nInstallation\n------------\n\nUse your favorite plugin manager of choice, ex. [vim-plug](https://github.com/junegunn/vim-plug).\n\nUsage\n-----\n\n```viml\n:Snek     \" converts to snake_case               ('foo bar' -\u003e 'foo_bar')\n:Camel    \" converts to CamelCase                ('foo bar' -\u003e 'FooBar')\n:CamelB   \" converts to camelbackCase            ('foo bar' -\u003e 'fooBar')\n:Kebab    \" converts to kebab-case               ('foo bar' -\u003e 'foo-bar')\n:Screm    \" converts to SCREAMING_SNAKE_CASE     ('foo bar' -\u003e 'FOO_BAR')\n```\n\nThese commands will function from both normal and visual mode. When in normal\nmode the commands will attempt to operate on the word object under cursor,\nwhen in visual mode it will operate on the selection.\n\nSettings\n--------\n\n```viml\n\" Some organisations use the terms Camel and Pascal to differentiate between\n\" the two variants of camel case. This setting changes the commands:\n\" :Camel  -\u003e :Pascal\n\" :CamelB -\u003e :Camel\nlet g:camelsnek_alternative_camel_commands = 1\n\n\" This setting also changes the name of two commands:\n\" :Snek  -\u003e :Snake\n\" :Screm -\u003e :Snakecaps\nlet g:camelsnek_i_am_an_old_fart_with_no_sense_of_humour_or_internet_culture = 0\nlet g:camelsnek_no_fun_allowed = 0 \" Shorter alias for the above.\n\n\n```\n\nTests\n-----\n\nTo run the tests pull the [themis test suite](https://github.com/thinca/vim-themis)\n(you don't have to install it but you can if you want).\n\n```shell\ngit clone git@github.com:thinca/vim-themis.git\n./vim-themis/bin/themis --reporter dot test\n```\n\nAlternatively you can use the Makefile in the root dir, which will clone the\ndependencies and run the tests and linter.\n\n```shell\nmake init\nmake test\nmake lint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicwest%2Fvim-camelsnek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicwest%2Fvim-camelsnek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicwest%2Fvim-camelsnek/lists"}