PharoNative-FileChooser

Details

Source
GitHub
Dialect
pharo (25% confidence)
Stars
1
Created
March 17, 2023
Updated
March 18, 2023

Categories

System / OS

README excerpt

# 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' ]
```
← Back to results