Giter Site home page Giter Site logo

ryonakano / konbucase Goto Github PK

View Code? Open in Web Editor NEW
10.0 2.0 11.0 1.27 MB

A case converting app suitable for coding or typing

License: GNU General Public License v3.0

Vala 78.80% Meson 21.20%
vala elementaryos gtk pantheon gnome meson gtksourceview text-tools flathub flatpak

konbucase's Introduction

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:

  • 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

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:

  • blueprint-compiler
  • libchcase
  • libadwaita-1-dev (>= 1.5)
  • libglib2.0-dev (>= 2.74)
  • libgranite-7-dev (>= 7.2.0, required only when you build with granite feature enabled)
  • libgtk4-dev
  • libgtksourceview-5-dev
  • meson (>= 0.58.0)
  • valac

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:

  • submit bug reports / feature requests
  • propose coding changes
  • translate the project

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

konbucase's People

Contributors

actions-user avatar albanobattistella avatar artemmolotov avatar comradekingu avatar dependabot[bot] avatar dzesikode avatar fatih20 avatar flipflop97 avatar hugok79 avatar ihorhordiichuk avatar johndumpling avatar lenemter avatar maze-n avatar mirkobrombin avatar nathanbnm avatar oersen avatar polpolylingo avatar razzeee avatar rene-coty avatar rottenpants466 avatar ryonakano avatar safak45x avatar santossi avatar sav22999 avatar vistaus avatar weblate avatar yakushabb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

konbucase's Issues

GTK 4 / LibAdwaita Port

Hello,

I was wondering if I could port Konbucase to GTK 4 with the LibAdwaita UI. I know I'm technically allowed to do so, as it is GPLed (as long as I follow the GPL), but I was wondering if you would welcome this (given it seems this app hasn't really been started to be updated to GTK 4 / Libadwaita yet)?

Recalculate when changing combobox

it looks like you recalculate the conversion when typing in the entry, but it would be handy to recalculate it when changing the combox(es) as well.

Missing about page

Konbucase seems to target ElementryOS users.

I realized there is no about dialog. If it's not against any HIG could you please add it.

Support Dark Mode

Screenshot from 2020-04-03 20-01-22

The background color of the text view is hard-coded so that it does look bad in Dark Mode.

Package as Flatpak for elementary OS 6

As you might have heard, AppCenter is going Flatpak! For elementary OS 6, we will not longer be accepting Debian packaging, so your app will need to be updated.

We have documentation on our developer guide for writing your Flatpak manifest here: https://docs.elementary.io/develop/writing-apps/our-first-app/packaging#flatpak-manifest

Also, in case you missed it, elementary OS 6 beta 2 is now available. This is a great time to get your app packaged up as Flatpak and test that everything is working before the final release. AppCenter submission for OS 6 will be open soon, so don't delay :)

Add issue template

So that users can report GUI-related issues here and case conversion issues in chcase library.

Improving the Konbucase Icon

My complains about the previous icons is the gradient is too sharp. Gradient is used in elementary to make the icon look skeuomorphic. Here, it's used for lighting on the objects in question. However, too sharp of a gradient would make the object look like it's gradient colored, instead of solid colored with light coming from the top (which is the desired effects). Other than that, the arrow feels like it's too thin and small, which makes it a bit imperceptible as an arrow. This is an improved version I've made. If this is approved, I'll make the pull request.

com (copy) github ryonakano konbucase
Screenshot from 2020-06-27 17 57 20

Remove the old screenshot

We use the two screenshots for light/dark theme from now on, and the old one data/Screenshot.png should be removed in the next release of 4.0.0. Removing it before releasing 4.0.0 results the screenshot missing in AppCenter until the approval of that release.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.