Skip to content

Scripts for Matterhorn (terminal client for Mattermost)

License

Notifications You must be signed in to change notification settings

mikaello/matterhorn-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 <script>). 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   $
$                      $
$$$$$$$$$$$$$$$$$$$$$$$$

About

Scripts for Matterhorn (terminal client for Mattermost)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published