Installation
Homebrew (macOS)
Install trk using the Homebrew tap:
brew install delaudio/tap/trk
Build from source
Clone the repository and install using Cargo:
git clone https://github.com/delaudio/trk.git
cd trk
cargo install --path crates/trk-app
Running trk
Launch the interactive terminal interface:
trk
Or open a project file directly:
trk song.trk
First steps
- Press H inside the TUI for contextual help.
- Press Ctrl+P to open the command palette.
- Navigate patterns with arrow keys or
h/j/k/l.