Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skanehira/slack-reminder
Slack remind generator
https://github.com/skanehira/slack-reminder
go golang slack
Last synced: 3 months ago
JSON representation
Slack remind generator
- Host: GitHub
- URL: https://github.com/skanehira/slack-reminder
- Owner: skanehira
- License: mit
- Created: 2021-05-12T01:10:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T13:53:17.000Z (over 1 year ago)
- Last Synced: 2024-06-20T03:57:11.282Z (5 months ago)
- Topics: go, golang, slack
- Language: Go
- Homepage:
- Size: 56.6 KB
- Stars: 49
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![GitHub Repo stars](https://img.shields.io/github/stars/skanehira/slack-reminder?style=social)
![GitHub](https://img.shields.io/github/license/skanehira/slack-reminder)
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/skanehira/slack-reminder)
![GitHub all releases](https://img.shields.io/github/downloads/skanehira/slack-reminder/total)
![GitHub CI Status](https://img.shields.io/github/workflow/status/skanehira/slack-reminder/ci?label=CI)
![GitHub Release Status](https://img.shields.io/github/workflow/status/skanehira/slack-reminder/Release?label=release)# slack-reminder
Slack remind generator![](https://i.gyazo.com/1c8d4750ab8ae601029a00cf58faa89b.gif)
## Why
Slack's `/reminder` is very hard to use.## Required
- Go 1.16 ~## Installation
```go
$ go install github.com/skanehira/slack-reminder@latest
```## Usage
### onetime reminder
```sh
MacbookPro13% slack-reminder
? Kind of remind onetime
? Date(YYYY-MM-DD) 2020-05-13
? Hour(HH:MM) 10:00
? @someone or #channel or me @gorilla
? Message hello, I'm here.
/remind @gorilla "hello, I'm here." at 10:00 on 2020-05-13
```
### repetition reminder
```sh
MacbookPro13% slack-reminder
? Kind of remind repetition
? What kind of repetition every week
? What day of week choice
? Choice days Tuesday, Thursday, Sunday
? Hour(HH:MM) 10:00
? @someone or #channel or me me
? Message some remind
/remind me "some remind" at 10:00 on every Tuesday ,Thursday ,Sunday
```## Author
skanehira