#file-dialog #nu #native #nushell-plugin

app nu_plugin_file_dialog

A simple nu plugin to select files through the native dialog

11 breaking releases

0.12.0 Feb 5, 2025
0.11.0 Dec 22, 2024
0.10.0 Nov 13, 2024
0.6.0 Jul 24, 2024

#5 in #file-dialog

Download history 1/week @ 2024-11-01 102/week @ 2024-11-08 31/week @ 2024-11-15 4/week @ 2024-11-22 1/week @ 2024-11-29 18/week @ 2024-12-06 4/week @ 2024-12-13 109/week @ 2024-12-20 10/week @ 2024-12-27 1/week @ 2025-01-03 3/week @ 2025-01-10 107/week @ 2025-01-31 32/week @ 2025-02-07

139 downloads per month

MIT and maybe CC-PDDC

18KB
162 lines

File Dialog plugin

A simple nu plugin that invokes the native file dialog of the os through native-dialog-rs.

Works on windows (tested) and should work on GNU/Linux and BSD Unix. Doesn't work on macOS because UI elements can't be spawned on a non-main thread.

Installation

cargo install nu_plugin_file_dialog
plugin add ~/.cargo/bin/nu_plugin_file_dialog

Usage

run file-dialog --help to get the parameters and examples.

Dependencies

~24–53MB
~1M SLoC