Thea Schöbl 2782966505 fix: action search
fix: can't browse actions after searching and clearing
fix: can't use esc to exit action search
fix: improve action search performance
2024-04-06 18:04:13 +02:00
2024-04-06 18:04:13 +02:00
2024-02-14 00:55:10 +01:00
2023-12-21 21:20:26 +01:00
2023-12-29 13:23:41 +01:00
2024-04-06 17:38:27 +02:00
2024-04-06 17:38:27 +02:00

CharaChorder Device Manager

The official device manager and configuration tool for CharaChorder devices.

GitHub Workflow Status (with event) GitHub GitHub deployments

Get the latest desktop release here.

Deployment

SSH Setup

To generate a valid ssh key that can be used by the deployment workflow, use the following command:

ssh-keygen -m PEM -b 4096 -t rsa -f dotio

Omitting -m PEM -b 4096 will result in a key that rsync cannot read!

To double-check, make sure your private key starts with

-----BEGIN RSA PRIVATE KEY-----

After that, add the SSH_SERVER, SSH_PORT, SSH_PRIVATE_KEY and SSH_USER environment secrets to your environment in GitHub.

Releases

Change the version in

Description
The device manager and configuration tool for CharaChorder devices.
Readme AGPL-3.0 128 MiB
Languages
Svelte 56.1%
TypeScript 36%
JavaScript 3.1%
SCSS 3.1%
Rust 0.8%
Other 0.9%