Integrate Ranger, LazyGit and Television into your VSCode workflow.
- Replace the default file explorer with Ranger
- Replace the default git interface with LazyGit
- Replace the default fuzzy search with Television
The following binaries must be available in your PATH:
To make ranger open files with vscode, add the following to your rifle.conf file (~/.config/ranger/rifle.conf):
mime ^text = code "$@"
ext .* = code "$@"The extension don't provide any default keybindings. You can add your own keybindings to the following commands in the keybindings.json file.
- 'tui-essentials.launchRanger' - Launch Ranger in the termianl panel
- 'tui-essentials.runTaskAndClosePanel' - Helper function to run a task and close the terminal panel after it finishes
Initial release of the extension.


