Crates.io | nu_plugin_file_dialog |
lib.rs | nu_plugin_file_dialog |
version | 0.9.0 |
source | src |
created_at | 2024-05-07 22:50:19.932623 |
updated_at | 2024-10-16 13:27:23.962133 |
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 | 65,719 |
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.