9 breaking releases
new 0.10.0 | Nov 13, 2024 |
---|---|
0.8.0 | Sep 18, 2024 |
0.6.0 | Jul 24, 2024 |
#5 in #file-dialog
157 downloads per month
19KB
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