Skip to content

Commit

Permalink
chore: some doc on extenstions
Browse files Browse the repository at this point in the history
  • Loading branch information
daretodave committed May 27, 2024
1 parent f9b3f61 commit 3d50ff1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Head over to the [release page](https://github.com/mterm-io/mterm/releases/lates
mterm is customizable in a few ways -
- add your own [commands](#commands) to the terminal
- quick add a command with `:cmd command_name` and edit this
- add extensions to the terminal
- quick add an extension with `ext add mterm-red`, see [extensions](./docs/extensions.md) for more info
- change the [theme](#theme) of the terminal
- quick change the theme with `:theme` or `:css`
- change the [settings](#settings) of the terminal
Expand Down
17 changes: 17 additions & 0 deletions docs/extensions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Known Extensions

> Please make a pull request to add your extension to this list
- [mterm-ext-red](#mterm-ext-red)
- more...


### mterm-ext-red

```bash
ext add mterm-red
```
Make your terminal (mterm) red 10 seconds -

![red terminal](https://github.com/mterm-io/mterm-ext-red/blob/HEAD/info.png?raw=true)

0 comments on commit 3d50ff1

Please sign in to comment.