KeyCluConverter
Converter of KeyCue.kcustom shortcut files to KeyClu.keyclu
Install / Use
/learn @Anze/KeyCluConverterREADME
KeyCluConverter
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.
Support
If you have any questions or suggestions please open an issue at KeyClu.
Usage
To convert existing .kcustom file, you would need a bundleId of the app. Check FAQ section for more info.
Help
KeyCluConverter --help
Convert
Example command:
KeyCluConverter --bundle-id com.app-bundle.id --from-file /path/to/file.kcustom --to-file /path/to/file.keyclu
Where:
--bundle-idprovide app's bundleId, eg com.app-bundle.id, check FAQ section for more info.--from-fileKeyCue file path to convert--to-fileKeyClu file path to save
FAQ
There are few ways how to get bundleId
- You can obtain the
bundleIdby 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
bundleIdby inspecting theInfo.plistfile located within the app'sContentfolder. Look for the value corresponding to the lineCFBundleIdentifier.
License
KeyCluConverter is released under the BSD-3-Clause-Clear license. See LICENSE for details.
