• Stars
    star
    174
  • Rank 217,795 (Top 5 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created over 11 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A collaborative terminal.

flootty

Development status: Works on Linux/OS X (Cygwin is untested).

Flootty is a collaborative terminal. In practice, it's similar to a shared screen or tmux session. Flootty makes it dead simple for multiple users to share a shell. We also added a pty to our browser based editor for those without a terminal.

PyPI version

Installation

pip install Flootty

If you prefer, you can clone the git repo and run:

python setup.py install

Configuration

First thing, you need a floobits account. Then, add your Floobits username and API secret to ~/.floorc. The format is newline-delimited key-space-value. A typical floorc looks like this:

username myuser
secret gii9Ka8aZei3ej1eighu2vi8D

Usage

To create a shared terminal:

flootty --create --url=https://floobits.com/owner/workspace

or...

flootty --owner=myuser --workspace=myworkspace --create example_terminal

By default any guests won't be allowed to press Enter to execute a command. This is done for extra security when you don't want other people corrupting your system. If you trust the person you are gonna work with use --unsafe option:

flootty --owner=myuser --workspace=myworkspace --create example_terminal --unsafe

To join a terminal:

flootty --url=https://floobits.com/owner/workspace example_terminal

or...

flootty --owner=myuser --workspace=myworkspace example_terminal

If there is only one terminal in the workspace, there's no need no specify a name. Flootty will automatically attempt to join it. If the current directory contains a .floo file (because you shared that directory using a Floobits plugin), Flootty will allow you to omit the URL, owner, and workspace options.

You must have permission to edit a workspace to join someone else's terminal. You must have admin permissions to write to someone else's terminal.

To avoid confusion, your terminal's prompt is prepended with the owner, workspace name, and terminal name.

More Repositories

1

floobits-sublime

Floobits real-time collaboration plugin for Sublime Text 2 and 3
Python
294
star
2

floobits-vim

Floobits Vim Plugin
Python
247
star
3

floobits-atom

Remote pair programming plugin for Atom.
JavaScript
237
star
4

floobits-intellij

Real-time collaborative editing plugin for IntelliJ
Java
225
star
5

floobits-neovim

Floobits plugin for NeoVim
Python
165
star
6

floobits-emacs

Floobits plugin for emacs
Python
146
star
7

floomatic

A floobits workspace/disk watcher with hooks.
JavaScript
41
star
8

diffshipper

Keeps files synced in realtime between many computers. This is fall-back for editors without a Floobits plugin.
Lua
36
star
9

vim

A fork of Vim supporting async operations.
C
30
star
10

floobits-vscode

Not ready. Don't get your hopes up.
JavaScript
21
star
11

sublime-text-3-plugin

Obsolete repository. All code has been moved to https://github.com/Floobits/floobits-sublime/
Python
11
star
12

node-fleece

Node.js/io.js module. Fetch and describe URLs (Tweets, GitHub repos, YouTube videos, etc). Useful for IRC bots.
JavaScript
9
star
13

node-native-dmp

Native Node.js module for diff-match-patch
C++
8
star
14

flukes

An implementation of the flux architecture for React.
JavaScript
8
star
15

dmp

Diff Match Patch in Node.js/io.js
JavaScript
7
star
16

floobits-vs

Floobits plugin for Visual Studio
C#
5
star
17

chrome-screenshare

Chrome screen sharing extnesion
JavaScript
4
star
18

plugin-common-python

Python code shared between Floobits plugins for Sublime Text, Emacs, and Vim.
Python
4
star
19

colab

bringing the cloud to your ide
JavaScript
3
star
20

news

Floobits News
HTML
3
star
21

gurgitator

Watch for new files, then eat them and run them
JavaScript
3
star
22

floobot

Floobits internal IRC bot
JavaScript
3
star
23

eclipse

Floobits plugin for eclipse.
Java
3
star
24

floobits-vsp

Visual Studio Plugin for Floobits
C#
2
star
25

eslint-config

ESLint config for Floobits JavaScript projects
JavaScript
1
star
26

colabalancer

JavaScript
1
star
27

floorine

Node.js logging thing
JavaScript
1
star
28

js-git-ignore

Pure JS implementation of Git Ignores
JavaScript
1
star
29

github-stats

Generates stats.
JavaScript
1
star