Skip to content

plugins

there are a couple plugins to improve rovr’s functionality. enable and configure them in your config.toml file.

rovr's zoxide integration

zoxide allows you to zip around your filesystem, and can be integrated into rovr

  • enable: plugins.zoxide.enabled = true
  • keybinding: the default keybinding to open the zoxide dialog is z.

to allow for more file previews, bat can be used for its syntax highlighting capabilities.

  • enable: plugins.bat.enabled = true
  • executable: specify the path to the bat executable if it’s not in your system’s PATH.
  • line numbers: toggle line numbers with plugins.bat.show_line_numbers.

opens files and folders in your preferred editor.

  • enable: plugins.editor.enabled = true
  • executables: set the command to open files (file_executable) and folders (folder_executable).
  • keybinding: the default keybinding is e.
rovr's fd integration

uses fd to search recursively in the current directory

  • enable: plugins.finder.enabled = true
  • executable: set the executable used to call fd
  • relative_paths: whether to see paths as relative or absolute
  • follow_symlinks: search inside symlinks as well

a plugin system is also under works, stay tuned!