update readme

This commit is contained in:
🪞👃🪞 2025-04-19 22:57:27 +03:00
parent cbda299260
commit 0027952260

View file

@ -24,28 +24,40 @@ or [**matrix** `@unspeaker:matrix.org`](https://matrix.to/#/@unspeaker:matrix.or
## keymaps ## keymaps
* [x] `arrows/wasd`: navigate * Arranger:
* [x] `tab`: toggle editor * [x] `arrows/wasd`: navigate
* [x] `enter`: write note * [x] `tab`: enter editor
* [x] `z`: unlock zoom * [x] `q`: enqueue clip
* [x] `-` / `=`: zoom midi editor * [x] space: play/pause
* [x] space: play/pause * Editor:
* [ ] esc: options * [x] `arrows/wasd`: navigate
* [ ] f1: help/command list * [x] `,` / `.`: change note length
* [ ] f2: rename * [x] `enter`: write note
* [ ] f6: save * [x] `-` / `=`: zoom midi editor
* [ ] f9: load * [ ] `z`: zoom lock/unlock
* [ ] `del`: delete
* Global:
* [ ] esc: options menu
* [ ] f1: help/command list
* [ ] f2: rename
* [ ] f6: save
* [ ] f9: load
## installation ## 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 ### from distro repositories
[![Packaging status](https://repology.org/badge/vertical-allrepos/tek.svg)](https://repology.org/project/tek/versions) [![Packaging status](https://repology.org/badge/vertical-allrepos/tek.svg)](https://repology.org/project/tek/versions)
#### arch linux #### arch linux
[tek](https://codeberg.org/unspeaker/tek) is available as a package in the AUR. [tek 0.2.0-rc7](https://aur.archlinux.org/packages/tek) is available as a package in the AUR.
you can install it using an AUR helper (e.g. `paru`): you can install it using your preferred AUR helper (e.g. `paru`):
```sh ```sh
paru -S tek paru -S tek
@ -53,7 +65,7 @@ paru -S tek
### building from source ### building from source
requires docker requires docker.
``` ```
git clone https://codeberg.org/unspeaker/tek # obtain source git clone https://codeberg.org/unspeaker/tek # obtain source