Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cophilot committed Jan 22, 2025
1 parent e05e0c3 commit 726b203
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

---

## [v1.0.0](https://github.com/cophilot/msh/tree/1.0.0) (2025-??-??)
## [v1.0.0](https://github.com/cophilot/msh/tree/1.0.0) (2025-01-22)

- Added `manual` command
- Added `quick` flag for the `edit` command
Expand Down
33 changes: 25 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img src="assets/logo.png" alt="mshLogo" width="30%"/>
<h1>myshell</h1>
<p>
A CLI tool to manage custom scripts.
A CLI tool to manage and distribute custom scripts and use them in your daily work.
</p>
</div>

Expand All @@ -28,6 +28,24 @@

---

**For a full guide please visit the [msh-docs](https://myshell.philipp-bonin.com/).**

---

- [Concept](#concept)
- [Installation](#installation)
- [Update](#update)
- [Uninstall](#uninstall)
- [Release Notes](#release-notes)

---

## Concept

myshell is a CLI tool to manage and distribute custom scripts and use them in your daily work as native commands. It stores all scripts inside `~/.myshell` folder and adds this to the path. This way, you can use your scripts as native commands in your terminal. myhsell also enables easy git integration to share your scripts with others and sync them across multiple devices.

---

## Installation

Run the following command to install `msh`:
Expand Down Expand Up @@ -60,24 +78,23 @@ If the script is not found, you can manually run the script from `$MSH_HOME/bin/

---

## Extensions
<!-- ## 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](https://github.com/cophilot/mshx-inception): This is a msh extension that adds additional scripts for using msh.
---
--- -->

## [Release Notes](https://github.com/cophilot/msh/blob/master/CHANGELOG.md)

### [v0.2.0](https://github.com/cophilot/msh/tree/0.2.0)
### [v1.0.0](https://github.com/cophilot/msh/tree/1.0.0)

- Bug fixes
- Added `remove` command
- Added `restore` command
- Added `move` command
- Added `manual` command
- Added `quick` flag for the `edit` command
- Added `quick-edit` flag for the `new` command

---

Expand Down

0 comments on commit 726b203

Please sign in to comment.