nu_plugin_file_dialog

Crates.ionu_plugin_file_dialog
lib.rsnu_plugin_file_dialog
version0.3.0
sourcesrc
created_at2024-05-07 22:50:19.932623
updated_at2024-05-08 14:09:56.963574
descriptionA simple nu plugin to select files through the native dialog.
homepage
repositoryhttps://github.com/Tyarel8/nu_plugin_file_dialog
max_upload_size
id1233152
size68,512
Tyarel (Tyarel8)

documentation

README

File Dialog plugin

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

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.

Commit count: 7

cargo fmt