Skip to content

ykankaya/remind

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/remind for Slack

About

This is a Chrome Extension which interact with Slack to send slash command messages in batch. I made this tool to set reminders in batch. Note: This extension only works when you are on Slack web interface (https://*.slack.com/messages/*).

How to set reminders

Click on extension icon and add reminders in the text field. it should be formatted as [someone or #channel] [text] [some description of time] (i.e me to drink water at 3pm or @luke to check on project status tonight) Each line in the text field is treated as one reminder message. Hit send to set it on slack.

remind

Set reminders to single person/group

You can edit command field to include person or channel you are sending reminder to, so you don't have to write same name every line.

set single person

Use different slack commands

You can edit entire command field to what you like. Post a batch of Giphy links, maybe?

giphy

Bookmark channels

You can bookmark channels you post often. To add bookmark, click + bookmark button.

bookmark

FAQ

Why did you make this?

I've been using slack reminder to keep track of loose todo list like "write email to ___ this afternoon" or "read this paper tonight". These are something that is not quite time specific to add to calendar yet things I have vague idea of when to work on. Usually I write down handful them in the morning & set reminders on slack one by one. I wanted the way to set it all at once.

Once slackbot reminds me things to do, I can mark as complete or set to remind me again (or snooze) easily. slackbot

Why does Slack page need to be open to use this?

Slack API does not allow user to send slash commands. This extension is directory injecting JavaScript to set commands programmatically

About

Send /command to slack in batches

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.2%
  • HTML 29.8%