/kiten-albert-integration

Albert Launcher integration for Kiten Japanese dictionary

Primary LanguageC++MIT LicenseMIT

Kiten Albert Launcher Integration

Query the Kiten Japanese dictionary directly from Albert Launcher

Demo

Dependencies

  • Albert Launcher with Python Extension Support
  • Qt5Core
  • Kiten
  • Python

Building

Dependencies

  • CMake

Run build.sh from within the repository root directory. The Python native extension is built in out/lib/libkitenpy.so and loaded from that location. Don't move it!

FAQ

Q: Albert Launcher has support for C++ extensions directly. Why write this in Python with a C++ native extension???

I honestly have no idea. I was bored when I made this.