All Projects → scottleedavis → Mattermost Plugin Remind

scottleedavis / Mattermost Plugin Remind

Licence: apache-2.0
a mattermost plugin that sets reminders for users and channels.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Mattermost Plugin Remind

Standup Raven
A Mattermost plugin for communicating daily standups across teams
Stars: ✭ 161 (+33.06%)
Mutual labels:  mattermost, plugin
Activity Log
Get aware of any activities that are taking place on your dashboard! Imagine it like a black-box for your WordPress site.
Stars: ✭ 119 (-1.65%)
Mutual labels:  plugin
Sampgdk
Write SA-MP gamemodes in C/C++
Stars: ✭ 113 (-6.61%)
Mutual labels:  plugin
Datepicker
仿滴滴出行预约打车IOS风格3D时间选择器 🌲
Stars: ✭ 118 (-2.48%)
Mutual labels:  plugin
Chartjs Plugin Dragdata
Draggable data points plugin for Chart.js
Stars: ✭ 116 (-4.13%)
Mutual labels:  plugin
Plug.kak
Plugin manager for Kakoune
Stars: ✭ 119 (-1.65%)
Mutual labels:  plugin
Git Blame.vim
See Git Blame information in the status bar for the currently selected line.
Stars: ✭ 113 (-6.61%)
Mutual labels:  plugin
Hyperdrive
This repository has moved to:
Stars: ✭ 120 (-0.83%)
Mutual labels:  plugin
Jetty Runner
A plugin that allows you to run Jetty from IntelliJ
Stars: ✭ 119 (-1.65%)
Mutual labels:  plugin
Craft Blitz
Intelligent static page caching for creating lightning-fast sites with Craft CMS.
Stars: ✭ 118 (-2.48%)
Mutual labels:  plugin
Qqlight Websocket
QQLight机器人WebSocket-RPC插件,让你能够使用任何语言编写QQ机器人程序
Stars: ✭ 118 (-2.48%)
Mutual labels:  plugin
Vue Cli Plugin P11n
🔌 Vue CLI 3 plugin to pluginize your Vue project
Stars: ✭ 117 (-3.31%)
Mutual labels:  plugin
Pkhex Plugins
Plugins for PKHeX
Stars: ✭ 118 (-2.48%)
Mutual labels:  plugin
Obs Virtual Cam
obs-studio plugin to simulate a directshow webcam
Stars: ✭ 1,558 (+1187.6%)
Mutual labels:  plugin
Plugins
Community curated plugins for c-lightning
Stars: ✭ 120 (-0.83%)
Mutual labels:  plugin
Vue D3
a vue.js plugin for D3
Stars: ✭ 113 (-6.61%)
Mutual labels:  plugin
Pomodoro Tm
Pomodoro timer for IntelliJ 🍅⏲
Stars: ✭ 117 (-3.31%)
Mutual labels:  plugin
Changeskin
Allows your players to change their skin by command
Stars: ✭ 118 (-2.48%)
Mutual labels:  plugin
Vite ruby
⚡️ Vite.js in Ruby, bringing joy to your JavaScript experience
Stars: ✭ 112 (-7.44%)
Mutual labels:  plugin
Nvim Lspconfig
Quickstart configurations for the Nvim LSP client
Stars: ✭ 3,410 (+2718.18%)
Mutual labels:  plugin

Mattermost Plugin Remind

Build Status codecov Go Report Card CII Best Practices Releases

A bot that schedules reminders for Mattermost

Installation

requires Mattermost 5.14 or greater.

  1. Go to the releases page of this GitHub repository and download the latest release for your Mattermost server.
  2. Upload this file in the Mattermost System Console > Plugins > Management page to install the plugin. To learn more about how to upload a plugin, see the documentation.
  3. For a better cross timezone experience, enable Experimental timezone support. System Console -> Experimental Features -> Timezone = true

Usage

  • /remind - opens up an interactive dialog to schedule a reminder
  • /remind help - displays help examples
  • /remind list - displays a list of reminders
  • /remind [who] [what] [when]
    • /remind [who] [what] in [# (seconds|minutes|hours|days|weeks|months|years)]
    • /remind [who] [what] at [(noon|midnight|one..twelve|00:00am/pm|0000)] (every) [day|date]
    • /remind [who] [what] (on) [(monday-sunday|month&day|m/d/y|d.m.y)] (at) [time]
    • /remind [who] [what] every (other) [monday,...,sunday|weekdays|month&day|m/d|d.m] (at) [time]
  • /remind [who] [when] [what]

Here is the full list of Examples

Build

make

This will produce a single plugin file (with support for multiple architectures) for upload to your Mattermost server:

dist/com.github.scottleedavis.mattermost-plugin-remind.tar.gz
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].