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
Recommended reason
- No longer need to use the
cd
command to switch directories. - Simplify the operation of copying, pasting and renaming files (folders).
- Ranger has a corresponding vim plugin, you can open ranger in vim after some configuration, which will boost your effiency.
refer to
-
Official documentation of the tool
ranger official wiki - Related pages