Skip to content
/ pairish Public

Pair Programming made user-friendly with your web browser.

License

Notifications You must be signed in to change notification settings

portly/pairish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pairish.

Build Status

Ever have an itch to show code off to your buddies? Or how about make an ASCII dog run across the screen while your co-workers watch in awe?

What about just wanting to pair program without all the hassle of setting up an SSH user, figuring out how the heck to get tmux to integrate everything, and then opening up port 22 on your firewall to let everyone know you're ready and willing for the all the brute force attacks your network can handle.

What if it was as simple as opening up a new shell, or a tab in tmux or screen, typing four letters, then sharing a URL with a friend?

Pssh. Is that even possible?

Yup.

> gem install pairish
# to get started, just run it from the command line
> pairish

It defaults to running on port 8022, but throw in a -p PORT flag and you're up and running on whatever port. If you're in a tmux or screen session, it'll share that. If you're not, no worries. Pairish has its own session sharing built in.

If you're already in a tmux or screen session, you'll have a pseudo-terminal that lets you see who's connected, kick people off, and a few other handy things.

If you started pairish in a plain shell, you'll be immediately transported into that shell. Just type exit to quit and kick everyone else off too.

Check out all the options with the -h flag, or list the console commands by typing help when you start up Pairish inside tmux/screen.

There's also support in there for HTTP basic authentication if you're running behind that layer. But that adds to the complexities.

Thanks to those who are working on term.js and WSSH for making the job easier.

About

Pair Programming made user-friendly with your web browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published