Skip to content

datachand/atom-pair

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AtomPair

Remote pairing within the Atom text editor, powered by Pusher.

Version 2.0.0

  • This major release allows users to share multiple tabs. Any new tabs open within a window where a pairing session is active will be synchronized across.
  • Hand-made notifications views have now been ditched in favour of using Atom's Notifications API.
  • Initiating a session automatically writes the session ID to your clipboard, allowing you to simply paste it to your partner.
  • Using autocomplete no longer leaves clients out of sync.

How Do I Get Started?

Install

First off, install Atom if you haven't already. Now type into your terminal:

$ apm install atom-pair

Alternatively, go to the command palette via Command+Shift+P and go to Install Packages and Themes. Then search for and install atom-pair.

Invite

You can either decide to pair on a blank slate, or on existing code. If you invite somebody to collaborate on existing code, they will see everything you can, and their syntax highlighting will be synchronized with yours.

As detailed below, there are two ways you can invite others. Given a free Sandbox plan, there will be a maximum of 20 collaborators per session.

Basic Invitation

Hit Command+Shift+P, and in the command palette, hit AtomPair: Start A New Pairing Session.

A session ID will be automatically copied to your clipboard.

Basic Invite

HipChat Invitation

The other way - one that we use quite often - is to invite collaborators over HipChat, a service for intra-company chat. You can sign up for a free account here. You must enable client-events when you start a new app, otherwise this plugin will not work.

We wanted this partly as an easy way of giving collaborators a session ID, but also so that other members of the team could join in if they wanted to.

If you have admin privileges in a HipChat organization, go to your Package Settings (⌘+, -> 'Packages' -> 'atom-pair'). Enter your HipChat API key and the room you wish the invitation to be sent through.

Now, when you enter AtomPair: Invite Over HipChat and enter your collaborator's HipChat @mention_name in the command palette, they will receive an invitation with a session ID.

HipChat Invite

Slack Invitation

If you use Slack instead of HipChat, we have you covered for that too. It works pretty much the same way as the HipChat integration. All you need to do is log into your Slack account and click "Configure Integrations" and configure an "Incoming Webhook". It will ask you to choose a channel you want to post messages to, but this doesn't really matter too much, you will manually specify the channel or recipient when you send the invite. Once you set up your integration, it will give you a "Webhook URL". You'll need to copy this URL, and put it in your atom-pair configuration where it asks for a "WebHook URL for Slack Incoming Webhook Integration".

To send the invite, simply enter "AtomPair: Invite Over Slack" and enter either the channel you want to send the invite to (#channel) or the person you want to send the invite to (@person). Once you do, all they have to do is join the session with the session ID and you'll be pair programming!

Slack Invite

Collaborate!

Demo

Once your partner has a session ID, they should go to the command pallette and hit AtomPair: Join a pairing session, and enter the ID.

Once there are more than one of you in a session, your collaborators will be represented by a coloured marker in the gutter, which will changed position based on their selections and inputs.

Any new files opened in that window will be automatically synced across, and you can work on different files at the same time.

To end a pairing session, go to AtomPair: Disconnect, and you will be disconnected from Pusher, and the file will be free for you to save.

Free And Open For Everyone

Currently, you are given default Pusher credentials when you install the package, so that you can get started with as less friction as possible. Communication will take place over a randomly generated channel name. However, for improved security, we encourage you to create a free account and enter your own app key and app secret by going to your Package Settings. A free Sandbox plan should be more than enough for your pairing sessions.

Contributing

Here is a current list of features:

  • Text synchronization
  • File-sharing
  • HipChat invitations
  • Slack invitations
  • Synchronized syntax highlighting
  • Collaborator visibility.

But if there are any features you find lacking, feel more than welcome to get in touch.

Credits

This project is owned and maintained by @jpatel531, a developer at Pusher.

Special thanks for contributing go to:

About

An Atom package that allows for epic pair programming

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 81.6%
  • CoffeeScript 10.6%
  • CSS 7.8%