AI CODE CREATION
[
GitHub CopilotWrite better code with AI
[
GitHub SparkBuild and deploy intelligent apps
[
GitHub ModelsManage and compare prompts
[
MCP RegistryNewIntegrate external tools
Appearance settings
| Name | Name | Last commit message
|
Last commit date
| | --- | --- | --- | --- | |
| |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | | |
Run shell commands from your piano
Linux CLI tool to assign shell commands to keys on a USB MIDI Keyboard
pianoterm <port>
Note: Assumes ALSA is used as the soundcard driver Use acconnect -i to find the desired midi port
$HOME/.config/pianoterm/config
on_press
21 = playerctl previous # first key on an 88-key keyboard 22 = playerctl play-pause 23 = playerctl next
108 = /home/me/my_script.sh
git clone https://github.com/vustagc/pianoterm.git cd pianoterm && make