pub enum Navigate {
Jump,
History,
Shortcut,
Trash,
EncryptedDrive,
Marks(MarkAction),
Compress,
Bulk,
ShellMenu,
}Expand description
Different modes in which we display a bunch of possible destinations. In all those mode we can select a destination and move there.
Variants§
Jump
Navigate to a flagged file
History
Navigate back to a visited path
Shortcut
Navigate to a predefined shortcut
Trash
Manipulate a trash file
EncryptedDrive
Manipulate an encrypted device
Marks(MarkAction)
Jump to a saved mark
Compress
Pick a compression method
Bulk
Bulk rename, new files, new directories
ShellMenu
Shell menu applications. Start a new shell with this application.