Installs Rusherhack plugin for you and sets the needed flags.
feel free to make pr if you wanna add something
be sure to open an github issue if you find any bugs.
pls use code kybe for rusherhack too support me
paru -S rhp-git
yay rhp-git
git clone https://aur.archlinux.org/rhp-git.git && cd rhp-git && makepkg -si
move downloaded file to your bin
zig build -Doptimize=ReleaseFast
mv zig-out/bin/rhp /usr/bin
rhp --config
- mc_path: string
- cfg: bool
- subnames: bool
rhp --config set <key> <value>
rhp --config get <key>
to install an plugin
rhp <name>
to search with multiple words
rhp "<word> <word>"
rhp --patch <file>
global saves all plugins in $XDG_STATE_HOME/.rhp/global and $HOME/.local/state/.rhp/global as fallback or %APPDATA%/.rhp/global on windowss
add mc rusherhack folders to use the global folder via
rhp --link <path to plugins folder>
and to remove an link (deletes and makes a folder)
rhp --unlink <path to plugins folder>
rhp --watch file
It gets the contents of the plugin list from @Garlic
After that it first of splits anything betwen <!-- START PLUGINS LIST --> and <!-- END PLUGINS LIST -->
Then it splits by ---
The name and url for the downloads originate from the header (the on starting with ### [)
The description is based on whats left after ignoring every tag for images and vidios so if theres none of these and it isn't empty its the tag
Then it does some github site lookups.
from there it gets the tag url via the header
fom there it gets all releases and asks the user wich to download and then downloads it