Swift git handover and timer with mob IntelliJ plugin, it useful for Remote Mob Programming.
master
branch cleanmob-session
branchCo-authored-by:
trailer in commit message
There are three ways to install.
Alpha, Beta, and RC versions will only be released on EAP channel.
https://plugins.jetbrains.com/plugins/eap/list
Git | Mob | Start Mob Programming as Typist... (shortcut: ALT+M, S)
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)
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.
mob-session
and pulls from origin/mob-session
origin/mob-session
in a mob next [ci-skip]
commitmob-session
into staging of master
and removes mob-session
and origin/mob-session
mob-session
and origin/mob-session
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.
Open Settings(Windows, Linux) / Preferences(macOS) | Tools | Mob
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).
There are two ways to open Notification settings.
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
.
DialogWrapper
GitRepository
Open an issue or create a pull request.
Original mob developed and maintained by Dr. Simon Harrer.
Original and plugin logo designed by Sonja Scheungrab.
Port to IntelliJ plugin by Koji Hasegawa