Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikaello/matterhorn-scripts
Scripts for Matterhorn (terminal client for Mattermost)
https://github.com/mikaello/matterhorn-scripts
matterhorn mattermost mattermost-client
Last synced: about 1 month ago
JSON representation
Scripts for Matterhorn (terminal client for Mattermost)
- Host: GitHub
- URL: https://github.com/mikaello/matterhorn-scripts
- Owner: mikaello
- License: mit
- Created: 2018-08-26T13:39:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T15:57:28.000Z (over 6 years ago)
- Last Synced: 2024-10-05T16:22:26.490Z (4 months ago)
- Topics: matterhorn, mattermost, mattermost-client
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Matterhorn scripts
This is a collection of scripts written for Matterhorn.
The scripts must be put in `~/.config/matterhorn/scripts/`, and all scripts must have execute permission for user (`chmod u+x `). Execute the scripts inside the Matterhorn message window with this command: `/sh <script>`.
## Where
Requirements: Node
### Usage
```
> /sh where
```Result
```
Oslo, Oslo County, Norway https://www.google.com/maps/@59.905,10.7487,13z
```## Announce
Requirements: Python 3
### Usage
#### Single line:
```
> /sh announce Hello
```Result:
```
#############
# #
# HELLO #
# #
#############
```#### Multiline:
```
/sh announce Hi
Today is a new day─[2/2]────────In multi-line mode. Press M-e to finish.────────
```Result:
```
##########################
# #
# HI #
# TODAY IS A NEW DAY #
# #
##########################```
#### Custom border:
```
/sh announce $
cash is the king─[2/2]────────In multi-line mode. Press M-e to finish.────────
```Result:
```
$$$$$$$$$$$$$$$$$$$$$$$$
$ $
$ CASH IS THE KING $
$ $
$$$$$$$$$$$$$$$$$$$$$$$$
```