pairish

所属分类:浏览器
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2022-10-05 20:19:00
上 传 者sh-1993
说明:  配对编程使您的web浏览器更具用户友好性。
(Pair Programming made user-friendly with your web browser.)

文件列表:
.travis.yml (70, 2019-09-11)
Gemfile (108, 2019-09-11)
Gemfile.lock (807, 2019-09-11)
LICENSE (1099, 2019-09-11)
assets/ (0, 2019-09-11)
assets/bootstrap.css (81150, 2019-09-11)
assets/pssh.js (3395, 2019-09-11)
assets/style.css (491, 2019-09-11)
assets/term.js (115163, 2019-09-11)
bin/ (0, 2019-09-11)
bin/pssh (118, 2019-09-11)
lib/ (0, 2019-09-11)
lib/pssh.rb (3133, 2019-09-11)
lib/pssh/ (0, 2019-09-11)
lib/pssh/cli.rb (1300, 2019-09-11)
lib/pssh/client.rb (717, 2019-09-11)
lib/pssh/console.rb (2750, 2019-09-11)
lib/pssh/pty.rb (4166, 2019-09-11)
lib/pssh/socket.rb (2698, 2019-09-11)
lib/pssh/version.rb (37, 2019-09-11)
lib/pssh/web.rb (483, 2019-09-11)
pssh.gemspec (884, 2019-09-11)
spec/ (0, 2019-09-11)
spec/pssh/ (0, 2019-09-11)
spec/pssh/cli_spec.rb (1034, 2019-09-11)
spec/pssh/client_spec.rb (3188, 2019-09-11)
spec/pssh/console_spec.rb (3787, 2019-09-11)
spec/pssh/pty_spec.rb (5092, 2019-09-11)
spec/pssh/web_spec.rb (576, 2019-09-11)
spec/pssh_spec.rb (2545, 2019-09-11)
spec/spec_helper.rb (34, 2019-09-11)
views/ (0, 2019-09-11)
views/index.haml (2466, 2019-09-11)

## Pairish. [![Build Status](https://travis-ci.org/portly/pairish.png?branch=master)](https://travis-ci.org/portly/pairish) 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. ```ruby > 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.

近期下载者

相关文件


收藏者