From 0027952260ffb39f1880cea4e72edb210d4edc3e Mon Sep 17 00:00:00 2001 From: unspeaker Date: Sat, 19 Apr 2025 22:57:27 +0300 Subject: [PATCH] update readme --- README.md | 40 ++++++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 274c7310..6eb7d6b9 100644 --- a/README.md +++ b/README.md @@ -24,28 +24,40 @@ or [**matrix** `@unspeaker:matrix.org`](https://matrix.to/#/@unspeaker:matrix.or ## keymaps -* [x] `arrows/wasd`: navigate -* [x] `tab`: toggle editor -* [x] `enter`: write note -* [x] `z`: unlock zoom -* [x] `-` / `=`: zoom midi editor -* [x] space: play/pause -* [ ] esc: options -* [ ] f1: help/command list -* [ ] f2: rename -* [ ] f6: save -* [ ] f9: load +* Arranger: + * [x] `arrows/wasd`: navigate + * [x] `tab`: enter editor + * [x] `q`: enqueue clip + * [x] space: play/pause +* Editor: + * [x] `arrows/wasd`: navigate + * [x] `,` / `.`: change note length + * [x] `enter`: write note + * [x] `-` / `=`: zoom midi editor + * [ ] `z`: zoom lock/unlock + * [ ] `del`: delete +* Global: + * [ ] esc: options menu + * [ ] f1: help/command list + * [ ] f2: rename + * [ ] f6: save + * [ ] f9: load ## installation +### binary download + +you can download [tek 0.2.0 "almost static"](https://codeberg.org/unspeaker/tek/releases/tag/0.2.0) +from codeberg releases. this standalone binary release, should work on any glibc-based system. + ### from distro repositories [![Packaging status](https://repology.org/badge/vertical-allrepos/tek.svg)](https://repology.org/project/tek/versions) #### arch linux -[tek](https://codeberg.org/unspeaker/tek) is available as a package in the AUR. -you can install it using an AUR helper (e.g. `paru`): +[tek 0.2.0-rc7](https://aur.archlinux.org/packages/tek) is available as a package in the AUR. +you can install it using your preferred AUR helper (e.g. `paru`): ```sh paru -S tek @@ -53,7 +65,7 @@ paru -S tek ### building from source -requires docker +requires docker. ``` git clone https://codeberg.org/unspeaker/tek # obtain source