You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Torrent indexer searching provided by chill.institute.
rarbg command was removed, search was added as a replacement. Chill institute searches all major indexers including rarbg. Using search you can specify a specific indexer to search.
Support for multiple accounts.
Providing the --profile=NAME flag when logging in and calling commands allows you to quickly switch between multiple saved accounts.
Pure JSON output for the Files and Transfers commands.
Option to list all files using the --all flag.
Passing --limit=-1 recursively lists all files in case of having too many files that can be listed in one request.
Added filters from the Put API. For example, you can choose to list only audio files.
Removed the Oclif autocomplete plugin due to lack of support. Might be revisited.
Added debug which outputs the current state of the config file and where it is located on the disk.
Improved auth handling
You can use environment variables to authenticate.
Only the OAuth token is kept now. The OOB code used to be saved as well but that was unnecessary.