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

app nu_plugin_file_dialog

A simple nu plugin to select files through the native dialog

10 breaking releases

new 0.11.0 Dec 22, 2024
0.10.0 Nov 13, 2024
0.9.0 Oct 16, 2024
0.6.0 Jul 24, 2024

#5 in #file-dialog

Download history 164/week @ 2024-09-14 42/week @ 2024-09-21 10/week @ 2024-09-28 2/week @ 2024-10-05 134/week @ 2024-10-12 20/week @ 2024-10-19 1/week @ 2024-10-26 2/week @ 2024-11-02 110/week @ 2024-11-09 23/week @ 2024-11-16 3/week @ 2024-11-23 1/week @ 2024-11-30 22/week @ 2024-12-07 111/week @ 2024-12-21

134 downloads per month

MIT and maybe CC-PDDC

20KB
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–54MB
~1M SLoC