1
0
mirror of https://git.unlock-music.dev/um/cli.git synced 2025-04-11 03:55:56 +08:00

26 lines
669 B
Markdown
Raw Normal View History

2020-12-26 23:44:44 +08:00
# Unlock Music Project - CLI Edition
2021-05-16 17:18:37 +08:00
2020-12-26 23:44:44 +08:00
Original: Web Edition https://github.com/ix64/unlock-music
2021-05-16 17:18:37 +08:00
2021-02-22 00:06:31 +08:00
- [Release Download](https://github.com/unlock-music/cli/releases/latest)
2020-12-26 23:44:44 +08:00
## Features
2021-05-16 17:18:37 +08:00
2020-12-26 23:44:44 +08:00
- [x] All Algorithm Supported By `ix64/unlock-music`
- [ ] Complete Cover Image
- [ ] Parse Meta Data
- [ ] Complete Meta Data
## Hou to Build
2021-05-16 17:18:37 +08:00
2021-11-11 23:18:17 +08:00
- Requirements: **Golang 1.17**
2020-12-26 23:44:44 +08:00
1. Clone this repo `git clone https://github.com/unlock-music/cli && cd cli`
2021-05-16 17:18:37 +08:00
2. Build the executable `go build ./cmd/um`
2020-12-26 23:44:44 +08:00
## How to use
2021-05-16 17:18:37 +08:00
- Drag the encrypted file to `um.exe` (Tested on Windows)
2022-01-11 03:35:06 +11:00
- Run: `go run ./cmd/um [-o <output dir>] [-i] <input dir/file>`
- Use `go run ./cmd/um -h` to show help menu