PharoNative-FileChooser

I connect Pharo with the native file chooser system of the OS

NO OSX support for now. You can contribute 😄

Installation

Metacello new
  githubUser: 'badetitou' project: 'PharoNative-FileChooser' commitish: 'main' path: 'src';
  baseline: 'NativeFileChooser';
  load

Baseline

spec baseline: 'NativeFileChooser' with: [
  spec repository:
    'github://badetitou/PharoNative-FileChooser:main/src' ]