Skip to content

cophilot/msh

Repository files navigation


mshLogo

myshell

A CLI tool to manage custom scripts.


Installation

Run the following command to install msh:

curl -s https://raw.githubusercontent.com/cophilot/msh/main/install | bash -s

Update

Run the following command to update msh:

msh-update

Uninstall

Run the following command to uninstall msh:

msh-uninstall

If the script is not found, you can manually run the script from $MSH_HOME/bin/msh-uninstall.


Extensions

You can load predefined collections of scripts into your msh installation. This extension provide useful scripts for your daily work.

The following extensions are available:

  • msh-inception: This is a msh extension that adds additional scripts for using msh.

  • Bug fixes
  • Added remove command
  • Added restore command
  • Added move command

by Philipp B.