From ea5916452dd3f4ea3a788e52d3915abe8f102b64 Mon Sep 17 00:00:00 2001 From: Skylot <118523+skylot@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:21:49 +0000 Subject: [PATCH] doc: add plugins usage section --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 32b629d27..f9af04c5f 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,24 @@ Examples: ``` These options also work in jadx-gui running from command line and override options from preferences' dialog +Usage for `plugins` command +``` +usage: plugins [options] +options: + -i, --install - install plugin with locationId + -j, --install-jar - install plugin from jar file + -l, --list - list installed plugins + -a, --available - list available plugins from jadx-plugins-list (aka marketplace) + -u, --update - update installed plugins + --uninstall - uninstall plugin with pluginId + --disable - disable plugin with pluginId + --enable - enable plugin with pluginId + --list-all - list all plugins including bundled and dropins + --list-versions - fetch latest versions of plugin from locationId (will download all artefacts, limited to 10) + -h, --help - print this help +``` + + ### Troubleshooting Please check wiki page [Troubleshooting Q&A](https://github.com/skylot/jadx/wiki/Troubleshooting-Q&A)