🦜 a metadata editor for all your ethically sourced music 🏴‍☠️
Find a file
unspeaker 88be115935
Some checks failed
/ build (push) Has been cancelled
add install instructions to README
2025-04-27 23:10:31 +03:00
.forgejo/workflows add ci 2025-03-11 15:25:47 +02:00
build 1.0.0: add build infra and release 2025-04-27 21:54:24 +03:00
src write to file! 2025-04-27 21:17:46 +03:00
target 1.0.0: add build infra and release 2025-04-27 21:54:24 +03:00
.dockerignore 1.0.0: add build infra and release 2025-04-27 21:54:24 +03:00
.gitignore 1.0.0: add build infra and release 2025-04-27 21:54:24 +03:00
Cargo.lock 1.0.0: add build infra and release 2025-04-27 21:54:24 +03:00
Cargo.toml 1.0.0: add build infra and release 2025-04-27 21:54:24 +03:00
flake.lock add flake.nix 2025-03-16 11:46:27 +01:00
flake.nix chore: rename to perch 2025-04-06 01:16:43 +03:00
Justfile wip: create/update/remove modified_tag 2025-04-05 14:54:38 +03:00
LICENSE add license 2025-03-24 03:19:07 +02:00
README.md add install instructions to README 2025-04-27 23:10:31 +03:00
shell.nix chore: rename to perch 2025-04-06 01:16:43 +03:00

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?