Skip to content

A simple nu plugin to select files through the native dialog.

License

Notifications You must be signed in to change notification settings

Tyarel8/nu_plugin_file_dialog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple nu plugin to select files through the native dialog.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages