-
-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Interactive shell script #307
Comments
Yes, some ways to simplify CLI usage is definetely needed. I'm not entirely sure why I've created my own shell script to utilize ReVanced CLI. It's available in Gist in case anyone's interested - https://gist.github.com/gim-/75481a6fb43b7f8d09aa73fd02e5fe8a |
ReVanced CLI is agnostic to any app and patch |
Why though? Are there any patches apart from |
Because it is by design featured to supply a combination of patch bundles and patch any app |
Yes, ReVanced Patches aren't the only ones supported, I can make my own if I wanted to The reason there aren't many non-official bundles is the lack of support in ReVanced Manager, but ReVanced Manager v2 will add support for it |
Bruh it can be made into anything, I m giving something to start from |
Will little curl and some logic, u can fetch the list of apps supported by revanced-cli |
Downloading apps is no business logic ReVanced CLI is involving. The scripts are supposed to simply run common commands form ReVanced CLI and not extend it with additional features. |
In that case, make an elaborate docs |
I am already assigned to the issue. I won't waste time on writing down what I know I need to do already. Docs are present in docs/ |
and it's taking this much time, when it's only 2-3 hours work max |
That doesn't matter, I work on other more important things. If you want it quicker you'll have to familiarize yourself with the designs and concepts and implement it yourself. |
Feature description
Add bash and CMD scripts that simplify and automate the usage of ReVanced CLI.
Motivation
Scripts will simplify the usage and improve automation. This will be useful in environments where a short setup is necessary to use ReVanced CLI.
Acknowledgements
The text was updated successfully, but these errors were encountered: