Crates.io | kak-subvert |
lib.rs | kak-subvert |
version | 1.0.3 |
source | src |
created_at | 2020-01-22 09:49:29.94953 |
updated_at | 2023-04-27 11:41:41.793055 |
description | Casing conversions for Kakoune |
homepage | |
repository | https://github.com/dmerejkowsky/kak-subvert |
max_upload_size | |
id | 200991 |
size | 6,399 |
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
$ 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.