user interface
rovr’s user interface has several panels that you can navigate between using the keyboard.
panels
Section titled “panels”the main panels are:
- pinned folder sidebar: a list of your favorite or frequently accessed folders. (focus with
s) - file list: the main panel, showing the files and folders in the current directory.
- preview sidebar: shows a preview of the selected file or folder. (focus with
i) - footer: contains three smaller panels:
- processes list: shows ongoing processes like copying or deleting files. (focus with
f6) - metadata list: displays metadata for the selected item. (focus with
m) - clipboard list: shows items that you have copied or cut. (focus with
c)
- processes list: shows ongoing processes like copying or deleting files. (focus with
to return focus to the main file list from any other panel, press esc.
toggling panel visibility
Section titled “toggling panel visibility”you can show or hide panels to customize your view:
- pinned folder sidebar:
shift+s - preview sidebar:
shift+i - footer (all three panels):
shift+f
compact mode
Section titled “compact mode”rovr supports compact mode options for smaller terminal windows or when you want to maximize the file list space. compact mode has two separate options that can be enabled independently:
- buttons: compacts the action buttons and path input to one line instead of three
- panels: makes the footer panels smaller to give more room for the file list
To enable compact mode options, set the following in your config.toml:
[interface.compact_mode]buttons = true # compact buttons and path inputpanels = true # make panels smallerYou can enable either or both options depending on your preferences and terminal size.
rovr supports tabs to manage multiple file list views simultaneously.
- create a new tab:
n - close the current tab:
w - go to the next tab:
ctrl+j - go to the previous tab:
ctrl+k
help and shortcuts
Section titled “help and shortcuts”- view all available keybindings:
?- this opens a help screen showing all available shortcuts and their functions