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

https://github.com/badetitou/pharonative-filechooser


https://github.com/badetitou/pharonative-filechooser

Last synced: 7 months ago
JSON representation

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' ]
```