Skip to content

startupbuilders/pomodoro_slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PomodoroSlack

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add pomodoro_slack to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:pomodoro_slack, "~> 0.1.0"}]
end
```
  1. Ensure pomodoro_slack is started before your application:
```elixir
def application do
  [applications: [:pomodoro_slack]]
end
```

pomodoro-slack

Slack bot pomodoro

Useful commands

These are the bot commands:

/pomodoro start

  • Set you as away for 25 minutes
  • Fire hooks
  • After 25 minutos
  • Set you as available
  • After for 5 minutes
  • Fire hooks
  • Set you as away
  • After 4 repetition
  • Set you as available for 30 minutes
  • Fire hooks
  • After 30 minutes
  • repeat

/pomodoro stop

  • Set you as available
  • Fire "stop" hooks

/pomodoro interrupt "Description of interruption, and can mark users with @"

  • Set you available
  • Fire custom hook

/pomodoro continue

  • Set you away
  • continue last pomodoro

/pomodoro work

  • Set yourselft as away for 25 minutes
  • Fire hooks
  • After 25 minutes
  • set you as available
  • Fire hooks

/pomodoro break

  • Set you as available for 5 minutes
  • Fire hooks
  • After 5 minutes
  • set you as unavailable
  • Ask if you want to start work
  • Fire hooks

/pomodoro notify #channel

  • Set channel to receive a notification when pomodoro start

/pomodoro notify

  • List channels that will be notified when you start pomodoro

References

Add to Slack

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages