github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/gen/includes/package-modules.inc.md (about) 1 Murex comes with it's own package manager to make managing plugins easier. 2 3 The format of the packages is a directory, typically located at `~/.murex_modules`, 4 which contains one or more murex scripts. Each script can be it's own module. 5 ie there are multiple modules that can be grouped together and distributed as a 6 single package. 7 8 The way packages and modules are represented is as a path: 9 package/module 10 11 `murex-package` is a package management tool for administrating murex modules 12 and packages. 13 14 | Name | Summary | 15 | ------------------------------------------------------------ | ------------------------------------------------------------ | 16 | https://github.com/lmorg/murex-module-jump | Enables autojump functionalities | 17 | https://github.com/orefalo/murex-module-starship | starship - The minimal, blazing-fast, and infinitely customizable prompt | 18 | and [many more](https://github.com/search?q=murex-module-&type=repositories) | Murex modules typically follow the `murex-module-*` naming convention | 19