Skip to main content

Quickly create and distribute command-line tools.

Project description

Quickly create and distribute command-line tools with plugins.

Usage

Usage: multitool [OPTIONS] COMMAND [ARGS]...

  Quickly create and distribute command-line tools.

Options:
  -V, --version  Show the version and exit.
  -h, --help     Show this message and exit.

Commands:
  plugins  Plugins manager for distributing commands.

Managing plugins

The simple plugins manager uses git to install commands from remote sources, thus you will need to have git installed for the installation of plugins to work.

If git is unavailable on your machine, then the plugins commands will be unavailable.

However, it is possible to manually install plugins by dragging them under its own directory: ~/.multitool/plugins/PLUGIN_NAME/.

The tool revolves around the use of the click package to create command plugins which can be dynamically loaded into the multitool command-line at runtime.

Currently, only the commands shown below are supported. More commands will be added to improve automation and user experience.

The steps below show how to install commands from a public plugins repository.

Configuring

To configure remote sources for installing plugins, run:

multitool plugins configure -a

This will open a text editor so that you can specify the remote sources.

If you don’t want changes to be automatically applied, then you can drop the -a option.

When the editor opens, copy and paste the following example configuration:

[sources]
public = https://github.com/mdelotavo/multitool-plugins.git

After saving the changes, the CLI will attempt to install the plugins from the specified Git URI. Here we use the HTTPS URI but you can also use SSH if you have configured it.

You can also specify multiple sources, as long as the key (public in this case) is unique. The key will be the name of the repository on your local machine under ~/.multitool/plugins/.

If installation is successful, you should now see additional commands when you run multitool -h

Quickstart

You can run the following commands to install the example plugins:

echo -e '[sources]\npublic = https://github.com/mdelotavo/multitool-plugins.git' >> ~/.multitool/plugins/config
multitool plugins update
multitool plugins show
multitool plugins show -n public
multitool plugins show -n public --show-commit-only
multitool plugins show -n public --show-dependencies-only
pip3 install $(multitool plugins show -n public --show-dependencies-only)
multitool examples -h

Updating

If you specified the -a option when running multitool plugins configure then install will occur automatically. Otherwise you can run:

multitool plugins update

This will install and update plugins.

Pruning

If you remove plugins from the config file or comment them out, and you then specified the -a option when running multitool plugins configure then the removal of plugins will occur automatically. Otherwise you can run:

multitool plugins prune

Showing

To show the plugins you have configured, run:

multitool plugins show

You can also run the following commands if you specify the plugin name:

multitool plugins show -n PLUGIN_NAME --show-commit-only
multitool plugins show -n PLUGIN_NAME --show-dependencies-only

Some plugins will not load if dependencies are not installed. You can run the following command to install them. In order for this to work, the plugin needs to have the Requires key in the JSON body of the multitool-info.json file.

pip3 install $(multitool plugins show -n PLUGIN_NAME --show-dependencies-only)

Troubleshooting

If you encounter issues with plugins or commands, you can find more detailed debug information and error messages in the log file:

~/.multitool/multitool.log

Reviewing this file can help you diagnose installation problems, missing dependencies, or Git-related errors.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

multitool-0.6.0.tar.gz (10.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

multitool-0.6.0-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

File details

Details for the file multitool-0.6.0.tar.gz.

File metadata

  • Download URL: multitool-0.6.0.tar.gz
  • Upload date:
  • Size: 10.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.12

File hashes

Hashes for multitool-0.6.0.tar.gz
Algorithm Hash digest
SHA256 06449775283c39df39a8d4daeec2e87a0e33f0c52127e9c65566b6769166dfc7
MD5 5d5e44a8d3f9a9a49bdbc975e74380f9
BLAKE2b-256 7c57dfd3fdc9e7eb4e9506964ed4d3eaa677ded0961050ce0354a7fcd834a003

See more details on using hashes here.

File details

Details for the file multitool-0.6.0-py3-none-any.whl.

File metadata

  • Download URL: multitool-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 10.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.12

File hashes

Hashes for multitool-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3e9e3a75dba0171b481ee558b54ba5db97dc3335afb481f880aca9e60009dae8
MD5 647b4fc747b4fc3d7ba173d8cd7b4f7b
BLAKE2b-256 0d11e09303bc91e290a365ea3613050c2c133be3a237267c62f2860eb5e9bda1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page