https://github.com/rko281/shelldatatransfer
Enhanced drag/drop and clipboard functionality for Dolphin Smalltalk 7.2
https://github.com/rko281/shelldatatransfer
Last synced: 4 months ago
JSON representation
Enhanced drag/drop and clipboard functionality for Dolphin Smalltalk 7.2
- Host: GitHub
- URL: https://github.com/rko281/shelldatatransfer
- Owner: rko281
- License: mit
- Created: 2024-12-19T15:23:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T16:13:49.000Z (6 months ago)
- Last Synced: 2024-12-29T04:57:50.019Z (5 months ago)
- Language: Smalltalk
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
README
### Shell Data Transfer
Enhancements to Dolphin Smalltalk 7.2 to allow drag & drop and clipboard operations between Dolphin and external applications (Windows Explorer, Outlook etc.)
Based on DH Shell Data Transfer by Louis Sumbery and Steve Waring.
## Getting Started
* Install [Dolphin Smalltalk 7.2](https://github.com/dolphinsmalltalk/Dolphin)
* Download and install [GitHub Package Manager](https://github.com/rko281/GitHub)
* Evaluate:
```smalltalk
GitHubPackageManager install: 'rko281/ShellDataTransfer'.
```
* Example usage:
```smalltalk
"Do it"
ShellDragDropSample show
```
Opens an explorer-type view on a temporary directory of files.Files can be drag & dropped to/from Windows Explorer or other applications (e.g. an Outlook message).