mirror of
https://codeberg.org/unspeaker/perch.git
synced 2025-12-06 01:26:43 +01:00
🦜 a metadata editor for all your ethically sourced music 🏴☠️
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| build | ||
| src | ||
| target | ||
| .dockerignore | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| Justfile | ||
| LICENSE | ||
| README.md | ||
| shell.nix | ||
perch
a tui music tagger based on lofty and tengri. cousin to tek.
installation
download binary
see the releases page.
build from source with cargo
install with cargo from source:
cargo install --git https://codeberg.org/unspeaker/perch
build from source with docker
compile static build in docker:
git clone https://codeberg.org/unspeaker/perch # obtain source
cd perch # enter directory
cat bin/release-glibc.sh # preview build script
sudo bin/release-glibc.sh # run build script
sudo cp bin/perch /usr/local/bin/perch # install
build from source with nix
how?