An open API service indexing awesome lists of open source software.

https://github.com/feenkcom/gtoolkit-clipboard

Glamorous Toolkit bindings to Clipboard
https://github.com/feenkcom/gtoolkit-clipboard

glamorous-toolkit

Last synced: 5 months ago
JSON representation

Glamorous Toolkit bindings to Clipboard

Awesome Lists containing this project

README

          

# GT Clipboard
Glamorous Toolkit bindings to Clipboard.

GToolkit bindings to [Clipboard](https://github.com/alacritty/copypasta) - a cross-platform library for getting and setting the contents of the OS-level clipboard.

## Installation

```smalltalk
Metacello new
baseline: 'GToolkitClipboard';
repository: 'github://feenkcom/gtoolkit-clipboard/src';
load
```