qmk_cli icon indicating copy to clipboard operation
qmk_cli copied to clipboard

A program to help users work with QMK

Results 23 qmk_cli issues
Sort by recently updated
recently updated
newest added

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.16.0 to 6.18.0. Release notes Sourced from docker/build-push-action's releases. v6.18.0 Bump @​docker/actions-toolkit from 0.61.0 to 0.62.1 in docker/build-push-action#1381 [!NOTE] Build summary is now supported with Docker Build...

dependencies
github_actions

## Description When an existing `qmk_firmware` directory exists, the following code happens, https://github.com/qmk/qmk_cli/blob/36c23e3de621105b02e8a345de6bcc72cfcf0598/qmk_cli/script_qmk.py#L83-L86 This changes the current directory, which in turn changes the context for where relative paths resolve. For...

bug

## Description #168 added support for automatically configuring userspace, however the order used for search does not match that of `qmk_firmware`. If both config and environment variable are configured at...

bug