https://github.com/ricoledan/rarhound-cli
🐕 RARhound is a golang-based cli tool that does the monotonous work of unpacking RAR files recursively within a specified directory so you can concentrate on enjoying your content.
https://github.com/ricoledan/rarhound-cli
Last synced: 12 months ago
JSON representation
🐕 RARhound is a golang-based cli tool that does the monotonous work of unpacking RAR files recursively within a specified directory so you can concentrate on enjoying your content.
- Host: GitHub
- URL: https://github.com/ricoledan/rarhound-cli
- Owner: Ricoledan
- License: apache-2.0
- Created: 2021-07-08T22:01:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-22T15:31:51.000Z (almost 5 years ago)
- Last Synced: 2025-02-27T19:58:23.678Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 30.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rarhound-cli
🐕 RARhound is a golang-based cli tool that does the monotonous work of unpacking RAR files recursively within a specified directory so you can concentrate on enjoying your content.
## run application
`go run main.go`
## install application
`go install rarhound-cli`
## build executable
`go build -o rarhound-cli main.go`
## sample execution
`go run main.go fetch example/Naruto,\ Vol.\ 72.pdf.zip dist`