kak-subvert

Crates.iokak-subvert
lib.rskak-subvert
version1.0.3
sourcesrc
created_at2020-01-22 09:49:29.94953
updated_at2023-04-27 11:41:41.793055
descriptionCasing conversions for Kakoune
homepage
repositoryhttps://github.com/dmerejkowsky/kak-subvert
max_upload_size
id200991
size6,399
Dimitri Merejkowsky (dmerejkowsky)

documentation

README

crates.io image

kak-subvert

Allow converting selection to various casings.

For instance, foo_bar to FooBar

Known casings:

camel               fooBar
http                Foo-Bar
kebab               foo-bar
pascal              FooBar
sentence            Foo bar
snake               foo_bar
screaming           FOO_BAR
title               Foo Bar
train               Foo-Bar
ugly                Foo_Bar

Installation

$ cargo install kak-subvert

This should add a kak-subvert command to your $PATH.

Then you should add something like subvert.kak in your Kakoune configuration.

Commit count: 28

cargo fmt