Skip to content

Ranger

Introduction

Ranger is a terminal file manager with Vim-style shortcuts. You can use the keyboard to quickly view and preview files, navigate between different folders, and perform common operations such as copying, pasting, deleting, and renaming files or folders directly under the ranger interface.

Install

  • Official website https://github.com/ranger/ranger
  • How to install ranger

    • Ubuntu && Debian
    sudo apt install ranger
    
    • install from pip
    pip install ranger-fm
    
  • ranger renderings

ranger interface demo

  1. No longer need to use the cd command to switch directories.
  2. Simplify the operation of copying, pasting and renaming files (folders).
  3. Ranger has a corresponding vim plugin, you can open ranger in vim after some configuration, which will boost your effiency.

refer to

Comments