4 stable releases

1.0.3 Apr 27, 2023
1.0.2 Jul 2, 2022
1.0.1 May 14, 2020
1.0.0 Jan 22, 2020

#675 in Command line utilities

BSD-3-Clause

5KB

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.

Dependencies

~170KB