ryonakano / konbucase

A case converting app suitable for coding or typing
GNU General Public License v3.0
10 stars 11 forks source link
elementaryos flathub flatpak gnome gtk gtksourceview meson pantheon text-tools vala

KonbuCase

App window in the light mode

App window in the dark mode

KonbuCase is a small text tool app that allows you convert case in your text.

Features include:

Installation

From Flathub or AppCenter (Recommended)

You can install KonbuCase from Flathub:

Download on Flathub

You should install KonbuCase from AppCenter if you're on elementary OS. This build is optimized for elementary OS:

Get it on AppCenter

From Community Packages

Community packages maintained by volunteers are also available on some distributions:

Packaging status

From Source Code (Flatpak)

You'll need flatpak and flatpak-builder commands installed on your system.

Run flatpak remote-add to add Flathub remote for dependencies:

flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

To build and install, use flatpak-builder, then execute with flatpak run:

flatpak-builder builddir --user --install --force-clean --install-deps-from=flathub build-aux/flathub/com.github.ryonakano.konbucase.Devel.yml
flatpak run com.github.ryonakano.konbucase.Devel

From Source Code (Native)

You'll need the following dependencies:

Run meson setup to configure the build environment and run meson compile to build:

meson setup builddir --prefix=/usr
meson compile -C builddir

To install, use meson install, then execute with com.github.ryonakano.konbucase:

meson install -C builddir
com.github.ryonakano.konbucase

Contributing

Please refer to the contribution guideline if you would like to:

Get Support

Need help in use of the app? Refer to the discussions page to search for existing discussions or start a new discussion if none is relevant.

The Story of the App Name

Drawing of Konbu

I always feel the pronunciations "Konbu" and "Conv" (Convert) sound similar (you may not feel though…). This app is a case converter, so I named this app "KonbuCase".