https://github.com/badetitou/pharonative-filechooser
https://github.com/badetitou/pharonative-filechooser
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/badetitou/pharonative-filechooser
- Owner: badetitou
- Created: 2023-03-17T10:08:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T07:50:10.000Z (over 1 year ago)
- Last Synced: 2025-01-14T01:15:22.273Z (9 months ago)
- Language: Smalltalk
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PharoNative-FileChooser
I connect Pharo with the native file chooser system of the OS
> NO OSX support for now. You can contribute :smile:
## Installation
```st
Metacello new
githubUser: 'badetitou' project: 'PharoNative-FileChooser' commitish: 'main' path: 'src';
baseline: 'NativeFileChooser';
load
```### Baseline
```st
spec baseline: 'NativeFileChooser' with: [
spec repository:
'github://badetitou/PharoNative-FileChooser:main/src' ]
```