Sav22999 / konbucase

A case converting app designed for elementary OS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KonbuCase

KonbuCase is a case converting app designed for elementary OS.

Features include:

  • Click "Copy to Clipboard" button to copy the all texts in the text view without selecting them
  • Convert your text between camelCase, PascalCase, Sentence case, snake_case, kebab-case, and space-separated

Installation

For Users

On elementary OS? Click the button to get KonbuCase on AppCenter:

Get it on AppCenter

Community packages are available on the following distributions:

Packaging status

For Developers

You'll need the following dependencies:

  • libgranite-dev (>= 5.4.0)
  • libgtk-3.0-dev
  • libgtksourceview-4-dev (or libgtksourceview-3.0-dev)
  • meson (>= 0.49.0)
  • valac

Run meson build to configure the build environment. Change to the build directory and run ninja to build

meson build --prefix=/usr
cd build
ninja

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

ninja install
com.github.ryonakano.konbucase

Contributing

There are many ways you can contribute, even if you don't know how to code.

Reporting Bugs or Suggesting Improvements

Simply create a new issue describing your problem and how to reproduce or your suggestion. If you are not used to do, this section is for you.

Writing Some Code

We follow the coding style of elementary OS and its Human Interface Guidelines. Try to respect them.

Translating This App

I accept translations through Pull Requests. If you're not sure how to do, the guideline I made might be helpful.

The Story of the App Name

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".

About

A case converting app designed for elementary OS

License:GNU General Public License v3.0


Languages

Language:Vala 82.0%Language:Meson 14.2%Language:Python 2.5%Language:CSS 1.2%