remotemobprogramming / intellij-mob

IntelliJ plugin for fast git handover and timer with mob
https://plugins.jetbrains.com/plugin/14266-mob
Apache License 2.0
34 stars 5 forks source link
git intellij intellij-plugin kotlin mob mob-programming remote-mob-programming

Swift git handover with mob IntelliJ plugin

build Quality Gate Status Version Downloads rating

mob Logo

Swift git handover and timer with mob IntelliJ plugin, it useful for Remote Mob Programming.

How to install

There are three ways to install.

Stable channel of JetBrains Plugins Repository

  1. Open Settings(Windows, Linux) / Preferences(macOS)... | Plugins
  2. Search "Mob" and install

EAP channel of JetBrains Plugins Repository

Alpha, Beta, and RC versions will only be released on EAP channel.

  1. Open Settings(Windows, Linux) / Preferences(macOS)... | Plugins | :gear: | Manage Plugin Repositories...
  2. Add https://plugins.jetbrains.com/plugins/eap/list
  3. Search "Mob" and install

Download from plugin page

  1. Open Mob - plugin for IntelliJ IDEs page and download latest zip file
  2. Open Settings(Windows, Linux) / Preferences(macOS)... | Plugins | :gear: | Install Plugin from Disk...
  3. Select downloaded zip file to install plugin

How to use

Git | Mob | Start Mob Programming as Typist... (shortcut: ALT+M, S)

menu

start dialog

Click OK, so switched to a separate branch. Start mob programming!

When handover to the next person,

Git | Mob | Next : Handover to Next Typist... (shortcut: ALT+M, N)

next dialog

Continue with "Start" and handover to the next person with "Next". Continue with "Start" and handover to the next person with "Next". Continue with "Start" and handover to the next person with "Next". ...

When you're done,

Git | Mob | Done : Finish Mob Session... (shortcut: ALT+M, D)

After confirm in a dialog, get your changes into the staging area of the master branch. Please commit & push into base branch yourself.

How does it work

Zoom Screen Share Integration

The "Also activates screenshare in Zoom" feature uses the Zoom keyboard shortcut "Start/Stop Screen Sharing". This only works if you

More tips on setting up Zoom for effective screen sharing.

How to configure

Open Settings(Windows, Linux) / Preferences(macOS) | Tools | Mob

preferences

Settings are saves to .idea/mob.xml.

If you want a voice notification when the timer expires, open Notifications settings and turn on "Read aloud" on "Mob Timer" row (macOS only).

notification settings

There are two ways to open Notification settings.

Troubleshoot

To see idea.log, in JetBrains Toolbox, open Settings | Configuration, and click "Show logs directory" button.

If necessary, get the trace level log. Open Help | Diagnostic Tools | Debug Log Settings…, and input #com.nowsprinting.intellij-mob:trace.

Milestones

1.1

1.x

How to contribute

Open an issue or create a pull request.

Credits

Original mob developed and maintained by Dr. Simon Harrer.

Original and plugin logo designed by Sonja Scheungrab.

Port to IntelliJ plugin by Koji Hasegawa