| Crates.io | nu_plugin_file_dialog |
| lib.rs | nu_plugin_file_dialog |
| version | 0.17.0 |
| created_at | 2024-05-07 22:50:19.932623+00 |
| updated_at | 2025-09-03 08:56:43.684889+00 |
| description | A simple nu plugin to select files through the native dialog. |
| homepage | |
| repository | https://github.com/Tyarel8/nu_plugin_file_dialog |
| max_upload_size | |
| id | 1233152 |
| size | 69,153 |
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.
cargo install nu_plugin_file_dialog
plugin add ~/.cargo/bin/nu_plugin_file_dialog
run file-dialog --help to get the parameters and examples.