Crouton Clipboard

Crouton Clipboard 1.1 CRX for Chrome

A Free Developer Tools Extension

Published By zwhitchcox

Crouton Clipboard (jipofmbanedhjnpooojdeeddanhfljif): Link between crouton clipboard and Chrome OS... Read More > or Download Now >

Crouton Clipboard for Chrome

Download CRX

Download

51.02 KB

Chrome Store

Tech Specs

  • • Type: Browser Extension
  • • Latest Version: 1.1
  • • Price: Freeware
  • • Offline: No
  • • Developer: zwhitchcox

User Reviews

  • 7 Votes, Average: 3.29 out of 5
  • • Rating Average
  • 3.29 out of 5
  • • Rating Users
  • 7

Download Count

  • • Total Downloads
  • 8
  • • Current Version Downloads
  • 8
  • • Updated: October 15, 2016

Crouton Clipboard is a free Developer Tools Extension for Chrome. You could download the latest version crx file and install it.

More About Crouton Clipboard

Crouton Clipboard Screenshot Image
# Crouton Clipboard

### Prerequisites

* NodeJS
* Git

### About

Crouton clipboard integrates the Chrome OS clipboard with the [crouton](https://github.com/dnschneid/crouton) linux instance clipboard without running the display (so, only when you use the CLI).

Whenever you copy something on Chrome OS, it is automatically written to ~/.crouton-clipboard/data, and whenever you write to ~/.crouton-clipboard/data, it is automatically copied to your clipboard on Chrome OS.

### Installation

First you want to clone [Crouton Clipboard®](https://github.com/zwhitchcox/crouton-clipboard) and add `node ~/.crouton-clipboard/server` to your `.bashrc`. You can do this manually, or just type

`curl -sL https://cdn.rawgit.com/zwhitchcox/crouton-clipboard/master/install.sh`

into your console, and this will be done automagically.

Next, you need to install the Crouton Clipboard Extension® which will create a websocket server in the background, and listen on each page for the clipboard event, sending it to the server, which is created by `server.js`.


### Vim Integration

I created this for vim, so I didn't have to copy and paste using the chrome interface, so to install for vim, all you have to do is add the following to your `vimrc`

```vim
nnoremap "*p :r !cat $HOME/.crouton-clipboard/data<CR>
vnoremap "*y :'<,'>w! $HOME/.crouton-clipboard/data<CR>
```

Note: This is automatically done by `install.sh`

Then, to copy and paste from the "system" clipboard in vim, just type `"*y` and `"*p`.

For more info on Chrome development, please see my [video on my Chrome OS DX](https://www.youtube.com/watch?v=O_fWX_vEUGA).

Download Crouton Clipboard 1.1

More Extensions to Consider (Similar or Related)