Open file on <SUBMIT>

This commit is contained in:
veeso
2021-06-10 11:08:17 +02:00
parent c4907c8ce5
commit a8354ee38f
7 changed files with 253 additions and 20 deletions

View File

@@ -37,8 +37,10 @@ pub(crate) mod exec;
pub(crate) mod find;
pub(crate) mod mkdir;
pub(crate) mod newfile;
pub(crate) mod open;
pub(crate) mod rename;
pub(crate) mod save;
pub(crate) mod submit;
pub(crate) enum SelectedEntry {
One(FsEntry),