Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1009 Bytes

README.md

File metadata and controls

51 lines (35 loc) · 1009 Bytes

Overseerr CLI (OverCLIrr)

A command-line client application for interacting with an Overseerr server!

⚠️ This is a work in progress

example

Features

For Admins:

  • Manage requests
    • View
    • Approve/Decline
    • Delete
    • Retry (resend to sonarr/radarr)
  • Retry all requests
    • Single command to resend all non-available requests to the service

For any user:

  • Search for new tv shows/movies/people
  • Check the Overseerr version
  • Search for/list acceptable genres

Install

Using brew on MacOS:

brew install willfantom/overclirr/overclirr

Download from Github:

  • Download the release for your platform
  • Extract the binary
  • Make the binary executable (e.g. chmod +x ...)
  • Copy the binary to a PATH dir (e.g. /bin)

Build from source:

go mod download
go build -o overclirr .

Usage

To create your first login profile, just run: overclirr add-profile

help