cli/README.md

26 lines
647 B
Markdown
Raw Normal View History

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