Giter Club home page Giter Club logo

mmrl-cli's Introduction

Magisk Module Repo Loader CLI

MMRL comes now as command line interface, with multi module install support!

GitHub all releases

Get it on MMRL

Repositoreis

You can use any repo you want, the only requirement it that the repo supports the MRepo-Format

mmrl repo add "https://apt.izzysoft.de/magisk/json/modules.json" "https://..." # ...

Install a module with it

# Install aliases are "add" and "get"
mmrl install app-data-file-exec data_isolation_support

Get informations

The MMRL CLI also supports getting infos of the module

just run

mmrl info mkshrc node_on_android

Searching

Wanna search some module? You can do it.

mmrl search id node # mmrl lookup all "hide user"

Get all filter

mmrl search

Downloading

Downloading just the module is also posible

mmrl download mkshrc node_on_android # --version 152

Installing modules

Maybe simple...

mmrl install [email protected] node_on_android

Install Viper4Android

Requires version 0.1.1

mmrl install -y "https://zackptg5.com/downloads/Audio-Modification-Library_v5.1.zip" "https://john-fawkes.com/Downloads/acp.zip" "https://github.com/AndroidAudioMods/ViPER4Android/releases/download/v0.5.0/V4A_Magisk_Module_0.5.0.zip"

Screenshots

Dev

Error code

M_INS_SUCCESS = 0
M_INS_FAILURE = 1
M_DWL_FAILURE = 2
FILE_CRA_ERRO = 3
TERM_INTR_ERR = 500

mmrl-cli's People

Contributors

dergoogler avatar syspwda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mmrl-cli's Issues

Implant better version select

The current behavior of selecting version a for a module

mmrl install node_on_android --version 150

This behavior is bad for installing multiple modules.

How it should expected

mmrl install [email protected] mkshrc@latest

To fix add

pub fn get_id_details(id: String) -> (String, String) {
   let parts: Vec<&str> = id.split('@').collect();
   let _id = parts.get(0).unwrap();
   let _ver = parts.get(1).unwrap_or(&"latest");
   return (_id.to_string(), _ver.to_string())
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.