file-handle 0.2.2

A lean lib to manage files: open with default apps, reveal in managers or terminals, or trash files.
Documentation
1
2
3
4
mod error;
mod file_handle;

pub use {error::FileHandleError, file_handle::FileHandle};