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
- Host: GitHub
- URL: https://github.com/feenkcom/gtoolkit-clipboard
- Owner: feenkcom
- License: mit
- Created: 2019-08-22T15:54:00.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-09-16T10:45:30.000Z (9 months ago)
- Last Synced: 2025-10-25T03:45:02.549Z (8 months ago)
- Topics: glamorous-toolkit
- Language: Smalltalk
- Homepage: https://gtoolkit.com
- Size: 114 KB
- Stars: 2
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```