KeyClu is a simple app that provides an overview of application shortcuts.
This repository is a converter, which allows convert KeyCue .kcustom
file to KeyClue .keyclu
file.
These .keyclu
files can be shared with others through KeyCluExtensions repository.
If you have any questions or suggestions please open an issue at KeyClu.
To convert existing .kcustom
file, you would need a bundleId
of the app. Check FAQ section for more info.
KeyCluConverter --help
Example command:
KeyCluConverter --bundle-id com.app-bundle.id --from-file /path/to/file.kcustom --to-file /path/to/file.keyclu
Where:
--bundle-id
provide app's bundleId, eg com.app-bundle.id, check FAQ section for more info.--from-file
KeyCue file path to convert--to-file
KeyClu file path to save
There are few ways how to get bundleId
- You can obtain the
bundleId
by exporting a file for that app with at least one dummy shortcut set up within the KeyClu. It's important to note that the app should already be installed and used KeyClu at least once within that app. - You can find the
bundleId
by inspecting theInfo.plist
file located within the app'sContent
folder. Look for the value corresponding to the lineCFBundleIdentifier
.
KeyCluConverter is released under the BSD-3-Clause-Clear license. See LICENSE for details.